From 08585bba007cd6daf23a62453734efaabb9cf55b Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Wed, 30 Aug 2017 12:59:05 +0000 Subject: [PATCH] [BROWSEUI] -Demote a fixme print to a mere comment. svn path=/trunk/; revision=75714 --- reactos/dll/win32/browseui/shellbars/CBandSite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/browseui/shellbars/CBandSite.cpp b/reactos/dll/win32/browseui/shellbars/CBandSite.cpp index aaac501a29b..24ca2e93228 100644 --- a/reactos/dll/win32/browseui/shellbars/CBandSite.cpp +++ b/reactos/dll/win32/browseui/shellbars/CBandSite.cpp @@ -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; } -- 2.17.1