diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-06 19:12:49 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-06 19:12:49 +0000 |
commit | 2def01042331e4a5a9cfd21b600dc0fcc1a198b0 (patch) | |
tree | 06a524dc82357a74b6b602bde86b06fe9d26f5c1 /protocols/SkypeWeb/src/resource.h | |
parent | df5a99c47693ecca5337b1c0f1a65cdb6a4048a0 (diff) |
SkypeWeb: Checkbox for "use hostname as place".
git-svn-id: http://svn.miranda-ng.org/main/trunk@14028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index 43bc008820..cf253ef0ef 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -27,6 +27,8 @@ #define IDC_CONTACT 1032
#define IDC_MESASUREAD 1033
#define IDC_PLACE 1034
+#define IDC_CHECK1 1035
+#define IDC_USEHOST 1035
// Next default values for new objects
//
@@ -34,7 +36,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 124
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1035
+#define _APS_NEXT_CONTROL_VALUE 1036
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|