From 97254a71ba33edf4c829e4c4b0c4961c6348045f Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 18 Dec 2017 14:51:36 +0300 Subject: Tox: enable profile encription (in test mode) --- protocols/Tox/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/res/resource.rc') diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 4f40144849..25bdea7c5c 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -144,8 +144,8 @@ 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 | NOT WS_VISIBLE | WS_TABSTOP,7,40,197,12 - DEFPUSHBUTTON "OK",IDOK,101,56,50,14 + CONTROL "Save password",IDC_SAVEPERMANENTLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,197,12 + DEFPUSHBUTTON "OK",IDOK,101,56,50,14,WS_DISABLED PUSHBUTTON "Cancel",IDCANCEL,154,56,50,14 LTEXT "Tox profile is encrypted. Enter the password to continue.",IDC_STATIC,7,5,197,18 END -- cgit v1.2.3