diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-18 09:20:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-18 09:20:41 +0000 |
commit | a7a363192b99ef073bcae7dbcba5e6771dd21d09 (patch) | |
tree | 01ee8c8ebfdc68acc6b3e333ef4977bd6d3a2192 /protocols/SkypeWeb/src/resource.h | |
parent | b0f39d6de48a41d6fcf2d250b479d1a42954f84e (diff) |
SkypeWebSkypeWeb: Chats support part 2.5.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index b9e82b8a3c..7b9b729528 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by e:\Projects\C++\MirandaNG\protocols\SkypeWeb\res\resource.rc
+// Used by D:\Others\SVN\MirandaNG\trunk\protocols\SkypeWeb\res\resource.rc
//
#define IDI_SKYPE 100
#define IDC_SKYPENAME 101
@@ -10,6 +10,8 @@ #define IDC_GROUP 106
#define IDD_PASSWORD_EDITOR 107
#define IDC_SAVEPERMANENTLY 108
+#define IDD_GC_CREATE 111
+#define IDD_GC_INVITE 112
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_RADIO1 1030
@@ -17,14 +19,18 @@ #define IDC_RADIO3 1032
#define IDC_RADIO4 1033
#define IDC_STATIC_MARC_AS_READ 1034
+#define IDC_CLIST 1035
+#define IDC_EDIT1 1036
+#define IDC_COMBO1 1037
+#define IDC_CONTACT 1037
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_RESOURCE_VALUE 113
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1035
+#define _APS_NEXT_CONTROL_VALUE 1038
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|