diff options
author | aunsane <aunsane@gmail.com> | 2018-03-03 16:35:09 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-03 16:35:33 +0300 |
commit | fa58f69fe117640e29cefb1b699bede4d045bc2f (patch) | |
tree | a1bf8406d63e2b246bebdc572ceccfaabcffa359 /protocols/Tox/res | |
parent | 0e8f5a3aa5f5e73b413c5646444751783e367f2b (diff) |
Tox:
- updated toxcore due to release v0.2
- removed message correction
- reworked nodes update
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/edit.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Tox/res/resource.rc | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/res/edit.ico b/protocols/Tox/res/edit.ico Binary files differdeleted file mode 100644 index 6264e76a93..0000000000 --- a/protocols/Tox/res/edit.ico +++ /dev/null diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 90ddb8da93..5ba9c28ba3 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -66,9 +66,6 @@ IDI_TOX ICON "tox.ico" IDI_ME ICON "me.ico"
-IDI_EDIT ICON "edit.ico"
-
-
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
|