diff options
author | aunsane <aunsane@gmail.com> | 2018-01-17 22:34:45 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-01-17 22:34:45 +0300 |
commit | bf928bd6cfa3df39b4cfda0ff5a5825105cf4a56 (patch) | |
tree | 3c7ce179ea9f6a43e671c96186fcbec804170c9a /protocols/Tox/res | |
parent | 5f96f1919d2d8210c4a67fe5a4fd9c0f84f9ee27 (diff) |
Tox: updated libtox to 0.2.0
- support of message correction
- version bump
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/Icons/edit.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Tox/res/Icons/me.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Tox/res/resource.rc | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/res/Icons/edit.ico b/protocols/Tox/res/Icons/edit.ico Binary files differnew file mode 100644 index 0000000000..6264e76a93 --- /dev/null +++ b/protocols/Tox/res/Icons/edit.ico diff --git a/protocols/Tox/res/Icons/me.ico b/protocols/Tox/res/Icons/me.ico Binary files differnew file mode 100644 index 0000000000..db58008e47 --- /dev/null +++ b/protocols/Tox/res/Icons/me.ico diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 04cbcd9cc1..8d8a179e4c 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -63,6 +63,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_TOX ICON "icons\\tox.ico"
+IDI_ME ICON "icons\\me.ico"
+IDI_EDIT ICON "icons\\edit.ico"
/////////////////////////////////////////////////////////////////////////////
|