diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-28 20:34:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-28 20:34:31 +0000 |
commit | 578c3d4a75046cc06dfa247b437f04fc542c36a9 (patch) | |
tree | d6cc8b80c086fdf1b13f5469b66bbaf341abc9e5 /protocols/Skype/src/resource.h | |
parent | 121f8a3e433af878f1168d28035ad4fd17b7aa0b (diff) |
- added password changing
git-svn-id: http://svn.miranda-ng.org/main/trunk@2875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index 85a839cbc9..053e98e51e 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -15,7 +15,9 @@ #define IDI_AUTH_REQUEST 104
#define IDI_AUTH_REVOKE 105
#define IDD_PASSWORDREQUEST 106
+#define IDD_PASSWORD_REQUEST 106
#define IDR_KEY 107
+#define IDD_PASSWORD_CHANGE 107
#define IDC_CCLIST 173
#define IDC_EDITSCR 174
#define IDC_ADDSCR 175
@@ -27,9 +29,13 @@ #define IDC_PASSWORD 1006
#define IDC_INSTRUCTION 1007
#define IDC_SID 1008
+#define IDC_INSTRUCTION2 1008
#define IDC_STATUSTEXT 1009
+#define IDC_PASSWORD2 1009
#define IDC_ONLINESINCE 1010
+#define IDC_INSTRUCTION3 1010
#define IDC_LASTEVENTDATE 1011
+#define IDC_PASSWORD3 1011
#define IDC_LASTPROFILECHANGE 1012
#define IDC_SAVE 1013
#define IDC_LIST 1014
@@ -37,8 +43,8 @@ #define IDC_PORT 1016
#define IDC_CHECK1 1017
#define IDC_USE_ALT_PORTS 1017
-#define IDC_BUTTON1 1018
#define IDC_REGISTER 1018
+#define IDC_CHANGE_PWD 1019
// Next default values for new objects
//
@@ -46,7 +52,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1019
+#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|