mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[EXPLORER][SHELL32] Strengthen Start Menu Customize Part 1 (#6544)
Strengthen customization of Start menu. JIRA issue: CORE-16956 - Modify IDD_CLASSICSTART_CUSTOMIZE dialog. - Add some resource strings to shell32.dll. - Add some helper functions. - Disable Clear button if necessary. - Add "Display Favorites" and "Display Log Off" items into IDC_CLASSICSTART_SETTINGS treeview control. - Implement two items' action. - Recreate the start menu if WM_SETTINGCHANGE message received.
This commit is contained in:
parent
281f7c4e38
commit
d1ac33a9bd
76 changed files with 338 additions and 97 deletions
|
@ -106,6 +106,12 @@
|
|||
#define IDS_TRAYWND_UNDO_CASCADE 812
|
||||
#define IDS_TRAYWND_UNDO_TILE 813
|
||||
|
||||
/* These values must be synchronized with shell32 */
|
||||
#define IDS_ADVANCED_DISPLAY_FAVORITES 30466
|
||||
#define IDS_ADVANCED_DISPLAY_LOG_OFF 30467
|
||||
#define IDS_ADVANCED_DISPLAY_RUN 30474
|
||||
#define IDS_ADVANCED_DISPLAY_ADMINTOOLS 30476
|
||||
|
||||
/*******************************************************************************\
|
||||
|* Control Resources *|
|
||||
\*******************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue