diff options
Diffstat (limited to 'plugins/NotifyAnything/src')
-rw-r--r-- | plugins/NotifyAnything/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index 231751a9f8..c47d8fb24d 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -166,6 +166,7 @@ HICON getIcon(const std::wstring &name) icons[L"away"] = Skin_LoadIcon(SKINICON_STATUS_AWAY);
icons[L"na"] = Skin_LoadIcon(SKINICON_STATUS_NA);
icons[L"occupied"] = Skin_LoadIcon(SKINICON_STATUS_OCCUPIED);
+ icons[L"free4chat"] = Skin_LoadIcon(SKINICON_STATUS_FREE4CHAT);
icons[L"dnd"] = Skin_LoadIcon(SKINICON_STATUS_DND);
icons[L"invisible"] = Skin_LoadIcon(SKINICON_STATUS_INVISIBLE);
|