summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/XSoundNotify/src')
-rw-r--r--plugins/XSoundNotify/src/xsn_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp
index 0a1aba74a0..3437461d9f 100644
--- a/plugins/XSoundNotify/src/xsn_main.cpp
+++ b/plugins/XSoundNotify/src/xsn_main.cpp
@@ -51,7 +51,8 @@ static selfSounds[] =
{ ID_STATUS_DND, "SelfDND" },
{ ID_STATUS_NA, "SelfNA" },
{ ID_STATUS_OCCUPIED, "SelfOccupied" },
- { ID_STATUS_INVISIBLE, "SelfInvisible" },
+ { ID_STATUS_FREECHAT, "SelfFreeForChat" },
+ { ID_STATUS_INVISIBLE, "SelfInvisible" }
};
void InitSelfSounds()