From 4a5aa5c174d51df69d9e683abc5fa3b8ad182048 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 19 Mar 2015 06:14:25 +0000 Subject: one more attempt encrypt tox profile git-svn-id: http://svn.miranda-ng.org/main/trunk@12432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- 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 a93f1c333d..0d5be18b0a 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -92,7 +92,7 @@ BEGIN EDITTEXT IDC_GROUP,66,54,120,12,ES_AUTOHSCROLL PUSHBUTTON "C",IDC_CLIPBOARD,170,7,16,13 LTEXT "Tox ID:",IDC_STATIC,12,9,54,8 - EDITTEXT IDC_PASSWORD,66,38,120,12,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_VISIBLE + EDITTEXT IDC_PASSWORD,66,38,120,12,ES_PASSWORD | ES_AUTOHSCROLL PUSHBUTTON "Import tox profile",IDC_IMPORT_PROFILE,66,72,100,14,WS_DISABLED LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.",IDC_STATIC,12,91,174,21 END @@ -115,7 +115,7 @@ BEGIN EDITTEXT IDC_GROUP,81,63,217,12,ES_AUTOHSCROLL PUSHBUTTON "C",IDC_CLIPBOARD,282,15,16,13 LTEXT "Password:",IDC_STATIC,12,49,69,8,NOT WS_VISIBLE - EDITTEXT IDC_PASSWORD,81,47,217,12,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_VISIBLE + EDITTEXT IDC_PASSWORD,81,47,217,12,ES_PASSWORD | ES_AUTOHSCROLL PUSHBUTTON "Import tox profile",IDC_IMPORT_PROFILE,81,78,100,14,WS_DISABLED LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.",IDC_STATIC,81,95,217,25 END -- cgit v1.2.3