summaryrefslogtreecommitdiff
path: root/protocols/Tox/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-15 21:29:20 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-15 21:29:20 +0000
commitf2dcf0c403d9083ec794376ba690d79727a6d318 (patch)
treea81596bcb1694d033f0a843c66111841fefa9a17 /protocols/Tox/res
parentda9ae2242b65c735ccda30107cd2f8ee5a021948 (diff)
Tox: audio support pt.3
git-svn-id: http://svn.miranda-ng.org/main/trunk@12850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r--protocols/Tox/res/Icons/audio_call.icobin1150 -> 5430 bytes
-rw-r--r--protocols/Tox/res/Icons/audio_end.icobin0 -> 5430 bytes
-rw-r--r--protocols/Tox/res/Icons/audio_ring.icobin0 -> 5430 bytes
-rw-r--r--protocols/Tox/res/Icons/audio_start.icobin0 -> 5430 bytes
-rw-r--r--protocols/Tox/res/resource.rc21
5 files changed, 21 insertions, 0 deletions
diff --git a/protocols/Tox/res/Icons/audio_call.ico b/protocols/Tox/res/Icons/audio_call.ico
index 3e9cbe2d94..555d0cb874 100644
--- a/protocols/Tox/res/Icons/audio_call.ico
+++ b/protocols/Tox/res/Icons/audio_call.ico
Binary files differ
diff --git a/protocols/Tox/res/Icons/audio_end.ico b/protocols/Tox/res/Icons/audio_end.ico
new file mode 100644
index 0000000000..9698282053
--- /dev/null
+++ b/protocols/Tox/res/Icons/audio_end.ico
Binary files differ
diff --git a/protocols/Tox/res/Icons/audio_ring.ico b/protocols/Tox/res/Icons/audio_ring.ico
new file mode 100644
index 0000000000..77c4aa9640
--- /dev/null
+++ b/protocols/Tox/res/Icons/audio_ring.ico
Binary files differ
diff --git a/protocols/Tox/res/Icons/audio_start.ico b/protocols/Tox/res/Icons/audio_start.ico
new file mode 100644
index 0000000000..4863643b52
--- /dev/null
+++ b/protocols/Tox/res/Icons/audio_start.ico
Binary files differ
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