[BROWSEUI] -Demote a fixme print to a mere comment.

svn path=/trunk/; revision=75714
This commit is contained in:
Giannis Adamopoulos 2017-08-30 12:59:05 +00:00
parent f89672624d
commit 08585bba00

View file

@ -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;
}