From 9b11e2e558cdee65b42ffd56601488ec3cbce534 Mon Sep 17 00:00:00 2001
From: Alexander Lantsev <aunsane@gmail.com>
Date: Wed, 10 Sep 2014 20:29:30 +0000
Subject: Tox: - reworked searching - updated tox core - updated icon

git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 protocols/Tox/res/resource.rc |   4 ++--
 protocols/Tox/res/tox.ico     | Bin 1035 -> 22382 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'protocols/Tox/res')

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
 
 
diff --git a/protocols/Tox/res/tox.ico b/protocols/Tox/res/tox.ico
index f78a145590..4703564c80 100644
Binary files a/protocols/Tox/res/tox.ico and b/protocols/Tox/res/tox.ico differ
-- 
cgit v1.2.3