summaryrefslogtreecommitdiff
path: root/src/const/sound.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-01 01:34:36 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-01 01:34:36 +0300
commit36a4928c12024d7dd3771951d8b1f5dbb62702d5 (patch)
treec79dfc361baa5eb82064c57f73fee02a8591064b /src/const/sound.h
parentb308b360adcb644814360f88daf722a34c11f29d (diff)
downloadplus-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.gz
plus-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.bz2
plus-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.xz
plus-36a4928c12024d7dd3771951d8b1f5dbb62702d5.zip
Add separate configurable sound for new chat message in party and clan tabs.
Diffstat (limited to 'src/const/sound.h')
-rw-r--r--src/const/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/const/sound.h b/src/const/sound.h
index 5cae8c7d9..fab305ab2 100644
--- a/src/const/sound.h
+++ b/src/const/sound.h
@@ -31,6 +31,8 @@ static const std::string SOUND_WHISPER = "soundwhisper";
static const std::string SOUND_HIGHLIGHT = "soundhighlight";
static const std::string SOUND_GLOBAL = "soundglobal";
static const std::string SOUND_GUILD = "soundguild";
+static const std::string SOUND_PARTY = "soundparty";
+static const std::string SOUND_CLAN = "soundclan";
static const std::string SOUND_SHOW_WINDOW = "soundshowwindow";
static const std::string SOUND_HIDE_WINDOW = "soundhidewindow";