mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[BROWSEUI] -Demote a fixme print to a mere comment.
svn path=/trunk/; revision=75714
This commit is contained in:
parent
f89672624d
commit
08585bba00
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ HRESULT STDMETHODCALLTYPE CBandSiteBase::UIActivateDBC(DWORD dwState)
|
|||
return E_FAIL;
|
||||
|
||||
ShowWindow(fRebarWindow, (dwState & DBC_SHOW) ? SW_SHOW : SW_HIDE);
|
||||
FIXME("IDeskBarClient::UIActivateDBC() Properly notify bands?\n");
|
||||
//FIXME: Properly notify bands?
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue