diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 08:00:35 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 08:00:35 +0000 |
commit | 9a78e73e06a8428448bd16cee7c33d4c70d10845 (patch) | |
tree | f25fbdc03cf9cb5031d373a2fae1cae7e6533263 /protocols/SkypeWeb/src/resource.h | |
parent | 0d654f90b97c81a6cf9da37b6414959be9abbfb6 (diff) |
SkypeWeb: change password link in settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index eb58a41d1e..32ae5dfccd 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 D:\Others\SVN\MirandaNG\trunk\protocols\SkypeWeb\res\resource.rc
+// Включаемый файл, созданный в Microsoft Visual C++.
+// Используется d:\Others\SVN\MirandaNG\trunk\protocols\SkypeWeb\res\resource.rc
//
#define IDI_SKYPE 100
#define IDC_SKYPENAME 101
@@ -30,6 +30,8 @@ #define IDC_USEHOST 1035
#define IDC_CHECK1 1036
#define IDC_BBCODES 1036
+#define IDC_SYSLINK1 1038
+#define IDC_CHANGEPASS 1038
// Next default values for new objects
//
@@ -37,7 +39,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 124
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1037
+#define _APS_NEXT_CONTROL_VALUE 1039
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|