From 602a8fa9087bd2bde5c80b7b4665f4b35fc2596b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 14 Dec 2013 16:10:59 +0000 Subject: [PATCH] [BROWSEUI] - Actually return the operation result. svn path=/trunk/; revision=61271 --- reactos/dll/win32/browseui/bandsite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");