diff options
author | aunsane <aunsane@gmail.com> | 2017-04-01 18:38:46 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-04-01 18:39:16 +0300 |
commit | 177bd7053cb265b1634e1a1a2a635ca4a8b72395 (patch) | |
tree | 958289fd7c2430cb77152d291078c68dbb20b5e0 /protocols/Tox/res | |
parent | c04b64dd007293f45f6059c02073c45fc9211409 (diff) |
Tox: fixed #784
disabled profile encription to prevent corruption
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/resource.rc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 3b6964f7b2..56f63b82b6 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -152,7 +152,7 @@ CAPTION "Enter password" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
EDITTEXT IDC_PASSWORD,7,24,197,12,ES_PASSWORD | ES_AUTOHSCROLL
- CONTROL "Save password",IDC_SAVEPERMANENTLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,197,12
+ CONTROL "Save password",IDC_SAVEPERMANENTLY,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,7,40,197,12
DEFPUSHBUTTON "OK",IDOK,101,56,50,14
PUSHBUTTON "Cancel",IDCANCEL,154,56,50,14
LTEXT "Tox profile is encrypted. Enter the password to continue.",IDC_STATIC,7,5,197,18
@@ -382,6 +382,11 @@ BEGIN 0
END
+IDD_PASSWORD AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // English resources
/////////////////////////////////////////////////////////////////////////////
|