mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
14 lines
368 B
C
14 lines
368 B
C
#define APPICON 101
|
|
#define ID_TRAY_MENU 102
|
|
|
|
#define IDS_POWERTOYS 103
|
|
#define IDS_ERROR 104
|
|
#define IDS_COULDNOT_RESTART_NONELEVATED 105
|
|
#define IDS_COULDNOT_RESTART_ELEVATED 106
|
|
#define IDS_ANOTHER_INSTANCE_RUNNING 107
|
|
#define IDS_AUTOUPDATE_SUCCESS 108
|
|
|
|
#define ID_EXIT_MENU_COMMAND 40001
|
|
#define ID_SETTINGS_MENU_COMMAND 40002
|
|
#define ID_ABOUT_MENU_COMMAND 40003
|