summaryrefslogtreecommitdiff
path: root/protocols/Tox/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-02-18 17:45:59 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-02-18 17:45:59 +0000
commita8bb7b8d1f606b887c614d6200840fffb1bd48aa (patch)
tree39edcab678f9da538f4516cf55275315c6c79b33 /protocols/Tox/res
parent64e4c45c42ce093c7e6e9a99a5a0938dc212aa59 (diff)
fixed label size in options
profile import work only when protocol offline warning when importing in existing profile git-svn-id: http://svn.miranda-ng.org/main/trunk@12182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r--protocols/Tox/res/resource.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index bcac80967a..4052639e78 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/res/resource.rc
@@ -93,7 +93,7 @@ BEGIN
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
- PUSHBUTTON "Import tox profile",IDC_IMPORT_PROFILE,66,72,100,14
+ 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
@@ -106,18 +106,18 @@ BEGIN
EDITTEXT IDC_NAME,81,33,219,12,ES_AUTOHSCROLL
LTEXT "Tox ID:",IDC_STATIC,12,19,69,11
EDITTEXT IDC_TOXID,81,17,199,12,ES_AUTOHSCROLL | ES_READONLY
- GROUPBOX "Connection settings",IDC_STATIC,7,125,298,45
+ GROUPBOX "Connection settings",IDC_STATIC,7,134,298,45
CONTROL "Disable UDP (force Tox to use TCP)",IDC_DISABLE_UDP,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,137,288,10
- CONTROL "Disable IPv6",IDC_DISABLE_IPV6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,152,288,10
- GROUPBOX "Tox",IDC_STATIC,7,7,298,116
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,146,288,10
+ CONTROL "Disable IPv6",IDC_DISABLE_IPV6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,161,288,10
+ GROUPBOX "Tox",IDC_STATIC,7,7,298,124
LTEXT "Default group:",IDC_STATIC,12,68,69,12
EDITTEXT IDC_GROUP,81,65,219,12,ES_AUTOHSCROLL
PUSHBUTTON "C",IDC_CLIPBOARD,284,17,16,13
LTEXT "Password:",IDC_STATIC,12,51,69,8,NOT WS_VISIBLE
EDITTEXT IDC_PASSWORD,81,49,219,12,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_VISIBLE
- PUSHBUTTON "Import tox profile",IDC_IMPORT_PROFILE,81,83,100,14
- LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.",IDC_STATIC,81,100,219,21
+ PUSHBUTTON "Import tox profile",IDC_IMPORT_PROFILE,81,83,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,100,219,27
END
IDD_SEARCH DIALOGEX 0, 0, 109, 113