diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-08 04:58:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-08 04:58:04 +0000 |
commit | b2943645fed61d0c0cfee1225654e5ff44fd96f8 (patch) | |
tree | f734aaa012aa9a883748ed9868bbd7949f9a0f17 /protocols/Skype/src/resource.h | |
parent | 2439856505a634e770112b73dfce0b8733558e9c (diff) |
- added password request dialog on skype login
git-svn-id: http://svn.miranda-ng.org/main/trunk@1808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index 2cfd6eaeab..5c008dcaec 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -5,9 +5,14 @@ #define IDD_SKYPEACCOUNT 9
#define IDD_OPTIONS 10
#define IDI_ICON 101
+#define IDD_PASSWORDREQUEST 105
#define IDC_SN 1001
#define IDC_PW 1002
#define IDC_SL 1003
+#define IDC_SAVEPASS 1004
+#define IDC_SAVEPASSWORD 1004
+#define IDC_PASSWORD 1018
+#define IDC_INSTRUCTION 1019
// Next default values for new objects
//
|