[BROWSEUI]

- Actually return the operation result.

svn path=/trunk/; revision=61271
This commit is contained in:
Jérôme Gardou 2013-12-14 16:10:59 +00:00
parent 671f721ef1
commit 602a8fa908

View file

@ -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");