From: Jérôme Gardou Date: Sat, 14 Dec 2013 16:10:59 +0000 (+0000) Subject: [BROWSEUI] X-Git-Tag: ReactOS-0.3.16~550 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=602a8fa9087bd2bde5c80b7b4665f4b35fc2596b;ds=sidebyside [BROWSEUI] - Actually return the operation result. svn path=/trunk/; revision=61271 --- diff --git a/reactos/dll/win32/browseui/bandsite.cpp b/reactos/dll/win32/browseui/bandsite.cpp index 423f7437fc1..afc4887c489 100644 --- a/reactos/dll/win32/browseui/bandsite.cpp +++ b/reactos/dll/win32/browseui/bandsite.cpp @@ -744,7 +744,7 @@ HRESULT STDMETHODCALLTYPE CBandSiteBase::Exec(const GUID *pguidCmdGroup, DWORD n default: return E_FAIL; } - return S_OK; + return hRet; } else WARN("IOleCommandTarget::Exec(): Unsupported command group GUID\n");