summaryrefslogtreecommitdiffstats
path: root/kolf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commit23bcaa9911744e4930612f0c3b0a0354742801cd (patch)
tree96fd7b3dc06220f964af248e2ab45c10c3be3cca /kolf
parent6269ffcf8f3c752461ea621bd312635e7f981c4a (diff)
downloadtdegames-23bcaa9911744e4930612f0c3b0a0354742801cd.tar.gz
tdegames-23bcaa9911744e4930612f0c3b0a0354742801cd.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kolf')
-rw-r--r--kolf/kolf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/kolf.cpp b/kolf/kolf.cpp
index e9896888..e5f38b9b 100644
--- a/kolf/kolf.cpp
+++ b/kolf/kolf.cpp
@@ -139,7 +139,7 @@ void Kolf::initGUI()
TDEToggleAction *act=new TDEToggleAction(i18n("Enable All Dialog Boxes"), 0, TQT_TQOBJECT(this), TQT_SLOT(enableAllMessages()), actionCollection(), "enableAll");
act->setCheckedState(i18n("Disable All Dialog Boxes"));
- soundAction = new TDEToggleAction(i18n("Play &Sounds"), 0, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "sound");
+ soundAction = new TDEToggleAction(i18n("Play &Sounds"), 0, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "audio-x-generic");
connect(soundAction, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(soundChanged(bool)));
soundAction->setChecked(config->readBoolEntry("sound", true));