diff options
Diffstat (limited to 'Source/MFCDialog/resource.h')
-rw-r--r-- | Source/MFCDialog/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/MFCDialog/resource.h b/Source/MFCDialog/resource.h index 69dfa66..56200d0 100644 --- a/Source/MFCDialog/resource.h +++ b/Source/MFCDialog/resource.h @@ -3,9 +3,11 @@ // Used by CMakeSetup.rc // #define IDM_ABOUTBOX 0x0010 +#define IDM_CREATESHORTCUT 0x0020 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_CMakeSetupDialog_DIALOG 102 +#define IDS_CREATESHORTCUT 102 #define IDR_MAINFRAME 128 #define IDC_WhereSource 1001 #define IDC_BUTTON2 1002 @@ -28,6 +30,6 @@ #define _APS_NEXT_RESOURCE_VALUE 133 #define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_CONTROL_VALUE 1021 -#define _APS_NEXT_SYMED_VALUE 101 +#define _APS_NEXT_SYMED_VALUE 102 #endif #endif |