[BROWSEUI] -Demote a fixme print to a mere comment.
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Wed, 30 Aug 2017 12:59:05 +0000 (12:59 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Wed, 30 Aug 2017 12:59:05 +0000 (12:59 +0000)
svn path=/trunk/; revision=75714

reactos/dll/win32/browseui/shellbars/CBandSite.cpp

index aaac501..24ca2e9 100644 (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;
 }