diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-23 04:31:27 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-23 04:31:27 +0000 |
commit | 3892d0da37e70a6c0106e57dad835e9a67933b02 (patch) | |
tree | 4ae8600d4eb5acce08a42b68d1d218c4e47153cc /Plugins/extraicons/resource.h | |
parent | d27127d44576580e3a0000590b6179f06cc67b8e (diff) |
extraicons: start of group code
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@168 c086bb3d-8645-0410-b8da-73a8550f86e7
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
|