summaryrefslogtreecommitdiff
path: root/plugins/Jingle/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:55:59 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:55:59 +0300
commit5940cb3dc7bc68e7a6483a820eaf7dc105b7cef7 (patch)
treece2a6d2e69a768c0cc21c561b1a102152aef61e4 /plugins/Jingle/res
parent68d275e75325e55d55090e7a996a73d5c2c546c3 (diff)
fixes #4195 (Jabber: add ability to specify STUN address)
Diffstat (limited to 'plugins/Jingle/res')
-rw-r--r--plugins/Jingle/res/resource.rc57
1 files changed, 45 insertions, 12 deletions
diff --git a/plugins/Jingle/res/resource.rc b/plugins/Jingle/res/resource.rc
index 5843ada411..b86b0913ab 100644
--- a/plugins/Jingle/res/resource.rc
+++ b/plugins/Jingle/res/resource.rc
@@ -1,23 +1,30 @@
// Microsoft Visual C++ generated resource script.
//
+
#include "..\src\resource.h"
+#include "winres.h"
-#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
+// English (United States) resources
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
/////////////////////////////////////////////////////////////////////////////
-// English (Australia) resources
+//
+// Dialog
+//
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
-#pragma code_page(1252)
+IDD_OPTIONS DIALOGEX 0, 0, 304, 222
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ CONTROL "Enable VoIP",IDC_ENABLE_VOIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,6,289,10
+ LTEXT "STUN server address:",IDC_STATIC,12,26,153,8
+ EDITTEXT IDC_STUN_ADDRESS,175,24,122,12,ES_AUTOHSCROLL
+END
/////////////////////////////////////////////////////////////////////////////
//
@@ -28,15 +35,41 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
// remains consistent on all systems.
IDI_MAIN ICON "main.ico"
-#endif // English (Australia) resources
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "winres.h\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
+
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED