diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-22 20:03:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-22 20:03:11 +0000 |
commit | d0cf1b15c75f56ea7a9df146101d9b6779f3eeee (patch) | |
tree | a03ba08a6af099a13562ab06da33cc01a48f89a1 /protocols/Tox/res | |
parent | 0ef551a69117391ae992f7ea8e150c720552e4ba (diff) |
Tox: new find/add dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@10304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/resource.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 3b801ef909..3bfd8ffac4 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -130,9 +130,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- CONTROL "Search via toxme.se",IDC_SEARCH_TOXMESE,"Button",BS_AUTORADIOBUTTON,0,32,109,10
- EDITTEXT IDC_SEARCH,0,3,109,14,ES_AUTOHSCROLL
- CONTROL "Add to friend list",IDC_ADDTOLIST,"Button",BS_AUTORADIOBUTTON,0,20,109,10
+ 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
END
|