[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:
David Quintana 2014-03-05 09:12:40 +00:00
parent d1e5c6a2b9
commit 11e4273379
5 changed files with 6 additions and 6 deletions

View file

@ -816,7 +816,7 @@ HRESULT CMenuStaticToolbar::FillToolbar()
{
AddSeparator(last);
}
else // if (info.fType == MFT_STRING)
else if (!(info.fType & MFT_BITMAP))
{
info.cch++;