summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat')
-rw-r--r--src/gui/widgets/tabs/chat/clantab.cpp2
-rw-r--r--src/gui/widgets/tabs/chat/partytab.cpp2
2 files changed, 2 insertions, 2 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);
}
diff --git a/src/gui/widgets/tabs/chat/partytab.cpp b/src/gui/widgets/tabs/chat/partytab.cpp
index 986533f6d..d2d9ca821 100644
--- a/src/gui/widgets/tabs/chat/partytab.cpp
+++ b/src/gui/widgets/tabs/chat/partytab.cpp
@@ -141,7 +141,7 @@ void PartyTab::getAutoCompleteCommands(StringVect &names) const
void PartyTab::playNewMessageSound() const
{
- soundManager.playGuiSound(SOUND_GUILD);
+ soundManager.playGuiSound(SOUND_PARTY);
}
void PartyTab::optionChanged(const std::string &value)