summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/clantab.cpp
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/gui/widgets/tabs/chat/clantab.cpp
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/gui/widgets/tabs/chat/clantab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/clantab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/clantab.cpp b/src/gui/widgets/tabs/chat/clantab.cpp
index 0f34d30c3..ffc5524b7 100644
--- a/src/gui/widgets/tabs/chat/clantab.cpp
+++ b/src/gui/widgets/tabs/chat/clantab.cpp
@@ -52,5 +52,5 @@ void ClanTab::handleInput(const std::string &msg)
void ClanTab::playNewMessageSound() const
{
- soundManager.playGuiSound(SOUND_GUILD);
+ soundManager.playGuiSound(SOUND_CLAN);
}