diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-10-06 19:23:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-10-06 19:23:04 +0000 |
commit | 8efc51aefbfcc6a41d9acabe9383a337500b0049 (patch) | |
tree | 8d86530327e674d551cf61580d1daaf2a07d9262 /protocols/Tox/src/resource.h | |
parent | cea7fc1a7e6b72703914d7a92763bb4236976db6 (diff) |
Tox: - password dialog for encrypted profile
git-svn-id: http://svn.miranda-ng.org/main/trunk@10713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index 16a0f30593..123b897341 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -1,10 +1,11 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by e:\Projects\C++\MirandaNG\protocols\Tox\res\resource.rc
+// Used by E:\Projects\C++\MirandaNG\protocols\Tox\res\resource.rc
//
#define IDD_INFO_JABBER 103
#define IDD_ACCOUNT_INFO 103
#define IDD_USER_INFO 103
+#define IDD_PASSWORD 111
#define IDI_TOX 1000
#define IDD_PROFILE_MANAGER 1001
#define IDD_PROFILE_IMPORT 1001
@@ -21,9 +22,10 @@ #define IDC_DISABLE_UDP 1013
#define IDC_DISABLE_IPV6 1014
#define IDD_SEARCH 1015
-#define IDC_EDIT1 1016
#define IDC_DNS_ID 1016
-#define IDC_TV_INFO 1276
+#define IDC_SAVEFORSESSION 1048
+#define IDC_SAVEPERMANENT 1324
+#define IDC_SAVEPERMANENTLY 1324
// Next default values for new objects
//
|