summaryrefslogtreecommitdiff
path: root/protocols/Tox/res/resource.rc
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-10-02 20:33:07 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-10-02 20:33:07 +0000
commitcd3ab10b3fb0774f057b1ae4e8f6af7efc85bf60 (patch)
treecba43199aaa67add9f64ce2c8dd2fb1c35f7471b /protocols/Tox/res/resource.rc
parent586c6e76fdd78bb6366c6cc64d16a06d5887f0d4 (diff)
Tox: added ability to chage contact dns name
git-svn-id: http://svn.miranda-ng.org/main/trunk@10672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r--protocols/Tox/res/resource.rc19
1 files changed, 17 insertions, 2 deletions
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