From 7d1babb61cffcf4c376463053397e3b11659f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 20 Oct 2015 15:13:37 +0000 Subject: Omegle: Various improvements; version bump * Show icon with typing info in statusbar * Don't send "hi message" when in mode for anwering questions * Clear typing info on more events (e.g. on spy message) * Fix icons labels in icolib * Fix help messages * Show which stranger is typing in spy mode git-svn-id: http://svn.miranda-ng.org/main/trunk@15582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/res/omegle.rc | 2 ++ protocols/Omegle/res/typing.ico | Bin 0 -> 1150 bytes protocols/Omegle/res/typingoff.ico | Bin 0 -> 1150 bytes 3 files changed, 2 insertions(+) create mode 100644 protocols/Omegle/res/typing.ico create mode 100644 protocols/Omegle/res/typingoff.ico (limited to 'protocols/Omegle/res') diff --git a/protocols/Omegle/res/omegle.rc b/protocols/Omegle/res/omegle.rc index b48b175db7..6e8ee2de50 100644 --- a/protocols/Omegle/res/omegle.rc +++ b/protocols/Omegle/res/omegle.rc @@ -52,6 +52,8 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_OMEGLE ICON "omegle.ico" +IDI_TYPING_ON ICON "typing.ico" +IDI_TYPING_OFF ICON "typingoff.ico" ///////////////////////////////////////////////////////////////////////////// // diff --git a/protocols/Omegle/res/typing.ico b/protocols/Omegle/res/typing.ico new file mode 100644 index 0000000000..f5f6c458a6 Binary files /dev/null and b/protocols/Omegle/res/typing.ico differ diff --git a/protocols/Omegle/res/typingoff.ico b/protocols/Omegle/res/typingoff.ico new file mode 100644 index 0000000000..d79ce47b07 Binary files /dev/null and b/protocols/Omegle/res/typingoff.ico differ -- cgit v1.2.3