summaryrefslogtreecommitdiff
path: root/protocols/Tox/res/resource.rc
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-09-10 20:29:30 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-09-10 20:29:30 +0000
commit9b11e2e558cdee65b42ffd56601488ec3cbce534 (patch)
treecfac16c5acaf8c34350246e08c04960b8d9ae356 /protocols/Tox/res/resource.rc
parentb8a7168685627ff4ea79dcaf3d917f6b40a23f3b (diff)
Tox:
- reworked searching - updated tox core - updated icon git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r--protocols/Tox/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index 2c9e78bb9e..51aa28ba0b 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/res/resource.rc
@@ -121,7 +121,7 @@ BEGIN
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
- EDITTEXT IDC_PROFILE_PATH, 18, 67, 191, 14, ES_AUTOHSCROLL | WS_DISABLED
+ EDITTEXT IDC_PROFILE_PATH,18,67,191,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "...",IDC_BROWSE_PROFILE,212,67,16,14,WS_DISABLED
END
@@ -131,7 +131,7 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_SEARCH,0,4,109,14,ES_AUTOHSCROLL
- LTEXT "If this field contains tox address (76 hex character), you will be prompted to add it in your friend list. Otherwise, miranda will search this query via toxme.se.",IDC_STATIC,0,20,109,93
+ LTEXT "If this field contains tox address (76 hex character), you will be prompted to add it in your friend list. Otherwise, miranda will search this query via tox dns discovery.",IDC_STATIC,0,20,109,93
END