summaryrefslogtreecommitdiff
path: root/protocols/Tox/res/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r--protocols/Tox/res/resource.rc21
1 files changed, 21 insertions, 0 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index 13cd90fe18..715d433055 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/res/resource.rc
@@ -64,6 +64,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// remains consistent on all systems.
IDI_TOX ICON "icons\\tox.ico"
IDI_AUDIO_CALL ICON "icons\\audio_call.ico"
+IDI_AUDIO_END ICON "icons\\audio_end.ico"
+IDI_AUDIO_RING ICON "icons\\audio_ring.ico"
+IDI_AUDIO_START ICON "icons\\audio_start.ico"
/////////////////////////////////////////////////////////////////////////////
//
@@ -196,6 +199,16 @@ BEGIN
CONTROL "",IDC_CCLIST,"CListControl",WS_TABSTOP | 0x16f,7,7,176,145,WS_EX_CLIENTEDGE
END
+IDD_AUDIO DIALOGEX 0, 0, 119, 28
+STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_TOPMOST
+CAPTION "Audio call"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,7,7,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,62,7,50,14
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -281,6 +294,14 @@ BEGIN
HORZGUIDE, 152
HORZGUIDE, 158
END
+
+ IDD_AUDIO, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 112
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 21
+ END
END
#endif // APSTUDIO_INVOKED