diff options
author | dartraiden <wowemuh@gmail.com> | 2019-07-21 19:59:18 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-07-21 19:59:18 +0300 |
commit | b078dfb78c89aea87cd422eae52694738e473cf3 (patch) | |
tree | ca896e82a8a5ce81f80d041f4aee7fdeeb007162 /plugins/Clist_modern/res/resource.rc | |
parent | ee7e29d02e94e969c1154515cd0c408c591a2414 (diff) |
Restore "Free for chat" status support (fixes #1963)
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index ebfdc4212a..a286dff11b 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -53,6 +53,8 @@ IDI_AVATAR_OVERLAY_DND ICON "DND.ico" IDI_AVATAR_OVERLAY_INVISIBLE ICON "invisible.ico"
+IDI_AVATAR_OVERLAY_CHAT ICON "chat.ico"
+
IDI_STATUS_OVERLAY_NA ICON "MicroNA.ico"
IDI_STATUS_OVERLAY_OCCUPIED ICON "Microoccupied.ico"
@@ -65,6 +67,8 @@ IDI_STATUS_OVERLAY_DND ICON "MicroDND.ico" IDI_STATUS_OVERLAY_INVISIBLE ICON "Microinvisible.ico"
+IDI_STATUS_OVERLAY_CHAT ICON "Microchat.ico"
+
IDI_ICQC1 ICON "1.ico"
IDI_ICQC2 ICON "2.ico"
|