mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 21:01:30 +00:00
[SHLWAPI]
* SHInvokeDefaultCommand is supposed to invoke the DEFAULT command, so why was bInvokeDefault given FALSE?! [RSHELL] * A couple of trivial fixes. [NTUSER/USER32] * I missed two bits. See CORE-7966 for more info on the menu issue. CORE-7586 svn path=/branches/shell-experiments/; revision=62420
This commit is contained in:
parent
d1e5c6a2b9
commit
11e4273379
5 changed files with 6 additions and 6 deletions
|
@ -816,7 +816,7 @@ HRESULT CMenuStaticToolbar::FillToolbar()
|
|||
{
|
||||
AddSeparator(last);
|
||||
}
|
||||
else // if (info.fType == MFT_STRING)
|
||||
else if (!(info.fType & MFT_BITMAP))
|
||||
{
|
||||
|
||||
info.cch++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue