diff options
Diffstat (limited to 'Plugins/extraicons/resource.h')
-rw-r--r-- | Plugins/extraicons/resource.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Plugins/extraicons/resource.h b/Plugins/extraicons/resource.h index 9f905a3..34c5263 100644 --- a/Plugins/extraicons/resource.h +++ b/Plugins/extraicons/resource.h @@ -10,9 +10,12 @@ #define IDI_MALE 123
#define IDI_FEMALE 124
#define IDI_EMPTY 125
+#define IDR_OPT_POPUP 126
#define IDC_SLOT_L 1075
#define IDC_SLOT 1076
+#define IDC_MAX_ICONS_L 1077
#define IDC_EXTRAORDER 1889
+#define ID_GROUP 40006
#define IDC_STATIC -1
// Next default values for new objects
@@ -21,9 +24,9 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_3D_CONTROLS 1
-#define _APS_NEXT_RESOURCE_VALUE 126
-#define _APS_NEXT_COMMAND_VALUE 40005
-#define _APS_NEXT_CONTROL_VALUE 1077
+#define _APS_NEXT_RESOURCE_VALUE 127
+#define _APS_NEXT_COMMAND_VALUE 40007
+#define _APS_NEXT_CONTROL_VALUE 1078
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|