diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-17 01:59:38 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-17 01:59:38 +0000 |
commit | d27127d44576580e3a0000590b6179f06cc67b8e (patch) | |
tree | f5643bfb5d73ec3e4089c9cc6dcf44e5740e8ac9 /Plugins/extraicons/resource.h | |
parent | fc229f1f9ff3600a9708da57f5629e14673011b7 (diff) |
extraicons: new options dialog
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@167 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/resource.h')
-rw-r--r-- | Plugins/extraicons/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Plugins/extraicons/resource.h b/Plugins/extraicons/resource.h index 7ede69e..9f905a3 100644 --- a/Plugins/extraicons/resource.h +++ b/Plugins/extraicons/resource.h @@ -2,14 +2,17 @@ // Microsoft Developer Studio generated include file.
// Used by resource.rc
//
-#define IDD_OPTIONS 119
+#define IDD_OPTIONS_OLD 119
#define IDI_ALWAYSVIS 120
+#define IDD_OPTIONS 120
#define IDI_NEVERVIS 121
#define IDI_CHAT 122
#define IDI_MALE 123
#define IDI_FEMALE 124
+#define IDI_EMPTY 125
#define IDC_SLOT_L 1075
#define IDC_SLOT 1076
+#define IDC_EXTRAORDER 1889
#define IDC_STATIC -1
// Next default values for new objects
@@ -18,7 +21,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_3D_CONTROLS 1
-#define _APS_NEXT_RESOURCE_VALUE 125
+#define _APS_NEXT_RESOURCE_VALUE 126
#define _APS_NEXT_COMMAND_VALUE 40005
#define _APS_NEXT_CONTROL_VALUE 1077
#define _APS_NEXT_SYMED_VALUE 101
|