diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 13:49:26 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 13:49:26 +0000 |
commit | 27c029afcd42568aeec293da28f6f68585416838 (patch) | |
tree | 43ac84fc5882d595b88f34094edffb75f4ccc9f5 /protocols/SkypeWeb/src/resource.h | |
parent | fbb5d3456c540866ccc249c35b656def0219d8fb (diff) |
SkypeWeb: Cosmetics.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index 61027d0438..b9e82b8a3c 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -12,6 +12,11 @@ #define IDC_SAVEPERMANENTLY 108
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
+#define IDC_RADIO1 1030
+#define IDC_RADIO2 1031
+#define IDC_RADIO3 1032
+#define IDC_RADIO4 1033
+#define IDC_STATIC_MARC_AS_READ 1034
// Next default values for new objects
//
@@ -19,7 +24,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1030
+#define _APS_NEXT_CONTROL_VALUE 1035
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|