* Handle SMSET_BOTTOM on SetShellFolder so the shell items show below the static menu.
* Downgrade some DbgPrints to TRACEs (reduces log spam).
* Add some extra debugging messages to CMergedFolder.
* Export the CMergedFolder constructor so it can be used from browseui.

[BROWSEUI]
* Use merged folders for the Favorites menu.

svn path=/branches/shell-experiments/; revision=63683
This commit is contained in:
David Quintana 2014-07-02 14:48:21 +00:00
parent 20a3d5b994
commit e362a0da43
8 changed files with 106 additions and 26 deletions

View file

@ -66,6 +66,7 @@ private:
INT m_popupItem;
BOOL m_Show;
BOOL m_shellBottom;
public:
CMenuBand();