summaryrefslogtreecommitdiff
path: root/src/gui/setup_audio.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
commitba8c196534f110e14e13915b299f9f658b875357 (patch)
treee855f7f3e6e66a971b29551fdb870f273930e439 /src/gui/setup_audio.cpp
parentbe5390833be676363630fcf69e81c838ba52bac2 (diff)
downloadplus-ba8c196534f110e14e13915b299f9f658b875357.tar.gz
plus-ba8c196534f110e14e13915b299f9f658b875357.tar.bz2
plus-ba8c196534f110e14e13915b299f9f658b875357.tar.xz
plus-ba8c196534f110e14e13915b299f9f658b875357.zip
Add sound effects for open/close windows.
Diffstat (limited to 'src/gui/setup_audio.cpp')
-rw-r--r--src/gui/setup_audio.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/setup_audio.cpp b/src/gui/setup_audio.cpp
index 1faeca28a..ccd304c84 100644
--- a/src/gui/setup_audio.cpp
+++ b/src/gui/setup_audio.cpp
@@ -118,6 +118,12 @@ Setup_Audio::Setup_Audio() :
new SetupItemSound(_("Trade request sound"), "",
"soundtrade", this, "soundtradeEvent", mSoundModel);
+ new SetupItemSound(_("Show window sound"), "",
+ "soundshowwindow", this, "soundshowwindowEvent", mSoundModel);
+
+ new SetupItemSound(_("Hide window sound"), "",
+ "soundhidewindow", this, "soundhidewindowEvent", mSoundModel);
+
new SetupItemLabel(_("Other"), "", this);
new SetupItemCheckBox(_("Enable mumble voice chat"), "",