From cc65f8dbead036bfdd29d397195f9152839d4919 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 30 Dec 2017 00:42:35 +0300 Subject: Tox: project cleanup - updated libtox - removed deprecated toxDNS support - removed unused references --- protocols/Tox/res/resource.rc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'protocols/Tox/res') diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index b501959882..04cbcd9cc1 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -130,7 +130,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 characters), 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 + LTEXT "If this field contains Tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via toxme.io.",IDC_STATIC,0,20,109,93 END IDD_USER_INFO DIALOGEX 0, 0, 221, 152 @@ -325,6 +325,11 @@ BEGIN 0 END +IDD_SEARCH AFX_DIALOG_LAYOUT +BEGIN + 0 +END + #endif // English resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3