diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-01-08 03:26:01 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-01-08 03:26:01 +0000 |
commit | fefa34c8d2d2501ca1ec2e7cd57f98a8816f3939 (patch) | |
tree | 1a7973a9ecbb1236ccee8056faaa81213dffaeef /Plugins/skins/resource.h | |
parent | 3abd781670e4cd7a82d5ab2966ef9f8131535b54 (diff) |
skins: Added initial version of options dialog
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@125 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/skins/resource.h')
-rw-r--r-- | Plugins/skins/resource.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Plugins/skins/resource.h b/Plugins/skins/resource.h index 8aea224..bedb36e 100644 --- a/Plugins/skins/resource.h +++ b/Plugins/skins/resource.h @@ -3,19 +3,13 @@ // Used by resource.rc
//
#define IDD_OPTIONS 119
-#define IDD_OPTIONS_OLD 120
-#define IDD_EMOTICON_SELECTION 126
-#define IDC_INPUT_TOO 1060
-#define IDC_IGNORE_UPPERCASE 1065
+#define IDD_SKIN_OPT 119
#define IDC_AUTO_USER 1066
-#define IDC_USE_DEFAULT_PACK 1066
-#define IDC_PACK 1075
-#define IDC_GETMORE 1076
-#define IDC_EMOTICONS 1080
-#define IDC_ONLY_ISOLATED 1086
#define IDC_ONLY_ISOLATED2 1087
-#define IDC_CUSTOM_SMILEYS 1087
-#define IDC_STATIC -1
+#define IDC_COMBO1 1087
+#define IDC_SKIN 1087
+#define IDC_SKIN_OPTS_L 1088
+#define IDC_SKIN_L -1
// Next default values for new objects
//
@@ -25,7 +19,7 @@ #define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 128
#define _APS_NEXT_COMMAND_VALUE 40005
-#define _APS_NEXT_CONTROL_VALUE 1087
+#define _APS_NEXT_CONTROL_VALUE 1089
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|