From 32aac6884eeff071503b70d7e441244a5690382c Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 20 Aug 2014 18:30:56 +0000 Subject: Tox: fixed status message git-svn-id: http://svn.miranda-ng.org/main/trunk@10244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/res/resource.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Tox/res') diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index cb3a04498b..a3e05e5e83 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -106,7 +106,7 @@ BEGIN CONTROL "Disable UDP (force Tox to use TCP)",IDC_DISABLE_UDP, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,101,288,10 CONTROL "Disable IPv6",IDC_DISABLE_IPV6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,116,288,10 - GROUPBOX "Tox",IDC_STATIC,7,7,298,72 + GROUPBOX "Tox",IDC_STATIC,7,7,298,67 LTEXT "Default group:",IDC_STATIC,12,53,60,12 EDITTEXT IDC_GROUP,81,51,219,12,ES_AUTOHSCROLL PUSHBUTTON "C",IDC_CLIPBOARD,284,35,16,13 @@ -117,8 +117,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTI CAPTION "Tox profile" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "OK",IDOK,126,90,50,14 - PUSHBUTTON "Cancel",IDCANCEL,178,90,50,14 + DEFPUSHBUTTON "OK",IDOK,178,90,50,14 LTEXT "Tox profile contains your ID and friend list.\r\nYou may create new profile if you never used tox or use existing profile from other tox client.",IDC_STATIC,7,7,221,33 CONTROL "Create new profile",IDC_CREATE_NEW,"Button",BS_AUTORADIOBUTTON,7,43,221,10 CONTROL "Use existing profile",IDC_USE_EXISTING,"Button",BS_AUTORADIOBUTTON,7,55,221,10 -- cgit v1.2.3