mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[EXPLORER][SHELL32] Expand/unexpand Control Panel menu (#6595)
Follow-up to #6594. Improve Start Menu customization. JIRA issue: CORE-16956 - Add IDS_ADVANCED_EXPAND_CONTROL_PANEL, IDS_ADVANCED_EXPAND_PRINTERS, and IDS_ADVANCED_EXPAND_NET_CONNECTIONS resource strings. - Check the "CascadeControlPanel", "CascadeNetworkConnections", and "CascadePrinters" registry values. - Modify Start Menu by using AddOrSetMenuItem and AddStartMenuItems helper functions in CShellMenuCallback::OnGetSubMenu.
This commit is contained in:
parent
71285dff48
commit
0241b5c4e9
40 changed files with 260 additions and 78 deletions
|
@ -109,8 +109,11 @@
|
|||
/* These values must be synchronized with shell32 */
|
||||
#define IDS_ADVANCED_DISPLAY_FAVORITES 30466
|
||||
#define IDS_ADVANCED_DISPLAY_LOG_OFF 30467
|
||||
#define IDS_ADVANCED_EXPAND_CONTROL_PANEL 30468
|
||||
#define IDS_ADVANCED_EXPAND_MY_DOCUMENTS 30469
|
||||
#define IDS_ADVANCED_EXPAND_PRINTERS 30470
|
||||
#define IDS_ADVANCED_EXPAND_MY_PICTURES 30472
|
||||
#define IDS_ADVANCED_EXPAND_NET_CONNECTIONS 30473
|
||||
#define IDS_ADVANCED_DISPLAY_RUN 30474
|
||||
#define IDS_ADVANCED_DISPLAY_ADMINTOOLS 30476
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue