mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +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:
|
default:
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
}
|
}
|
||||||
return S_OK;
|
return hRet;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
WARN("IOleCommandTarget::Exec(): Unsupported command group GUID\n");
|
WARN("IOleCommandTarget::Exec(): Unsupported command group GUID\n");
|
||||||
|
|
Loading…
Reference in a new issue