diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:37 +0000 |
commit | 7d1babb61cffcf4c376463053397e3b11659f349 (patch) | |
tree | b8249b332a665b5d95a413d92b3729cd138be2cf /protocols/Omegle/res | |
parent | 7d1d2dad298eb1fb008c3116dc7c62dda051645b (diff) |
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
Diffstat (limited to 'protocols/Omegle/res')
-rw-r--r-- | protocols/Omegle/res/omegle.rc | 2 | ||||
-rw-r--r-- | protocols/Omegle/res/typing.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | protocols/Omegle/res/typingoff.ico | bin | 0 -> 1150 bytes |
3 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..f5f6c458a6 --- /dev/null +++ b/protocols/Omegle/res/typing.ico diff --git a/protocols/Omegle/res/typingoff.ico b/protocols/Omegle/res/typingoff.ico Binary files differnew file mode 100644 index 0000000000..d79ce47b07 --- /dev/null +++ b/protocols/Omegle/res/typingoff.ico |