mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[BROWSEUI]
- Actually return the operation result. svn path=/trunk/; revision=61271
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user