From cd3ab10b3fb0774f057b1ae4e8f6af7efc85bf60 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 2 Oct 2014 20:33:07 +0000 Subject: Tox: added ability to chage contact dns name git-svn-id: http://svn.miranda-ng.org/main/trunk@10672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/res/resource.rc | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/res/resource.rc') diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 7b8fbe3ec8..5164fbea0e 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -51,7 +51,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END @@ -138,6 +138,15 @@ BEGIN 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 END +IDD_USER_INFO DIALOGEX 0, 0, 221, 152 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + LTEXT "Dns name:",IDC_STATIC,2,3,217,8 + EDITTEXT IDC_DNS_ID,2,13,217,14,ES_AUTOHSCROLL +END + ///////////////////////////////////////////////////////////////////////////// // @@ -186,6 +195,12 @@ BEGIN IDD_SEARCH, DIALOG BEGIN END + + IDD_USER_INFO, DIALOG + BEGIN + VERTGUIDE, 2 + VERTGUIDE, 219 + END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3