mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[BROWSEUI]
- Actually return the operation result. svn path=/trunk/; revision=61271
This commit is contained in:
parent
671f721ef1
commit
602a8fa908
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue