summaryrefslogtreecommitdiff
path: root/protocols/Tox/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-20 18:30:56 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-20 18:30:56 +0000
commit32aac6884eeff071503b70d7e441244a5690382c (patch)
treeff7e896cdc5aa48197dda6f68547b2d3f20e9655 /protocols/Tox/res
parent8c4e9632602b62e7484fab3a741bbc1daa33c412 (diff)
Tox: fixed status message
git-svn-id: http://svn.miranda-ng.org/main/trunk@10244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r--protocols/Tox/res/resource.rc5
1 files changed, 2 insertions, 3 deletions
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