mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
[RSHELL]
* 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:
parent
20a3d5b994
commit
e362a0da43
8 changed files with 106 additions and 26 deletions
|
@ -66,6 +66,7 @@ private:
|
|||
INT m_popupItem;
|
||||
|
||||
BOOL m_Show;
|
||||
BOOL m_shellBottom;
|
||||
|
||||
public:
|
||||
CMenuBand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue