summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:47:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:47:54 -0500
commit82f3c511a01f5a0afdbb711b8f6fb8361b28d8f0 (patch)
treebc77b64d825248c1285793a1bc296e6cf19c4287
parent06021e8ade29a4baabf8f2077f0723da6cd69b1a (diff)
downloadkaffeine-82f3c511.tar.gz
kaffeine-82f3c511.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--kaffeine/src/input/dvb/krecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/input/dvb/krecord.cpp b/kaffeine/src/input/dvb/krecord.cpp
index 587f701..ca9fa92 100644
--- a/kaffeine/src/input/dvb/krecord.cpp
+++ b/kaffeine/src/input/dvb/krecord.cpp
@@ -90,7 +90,7 @@ KRecord::KRecord( TQStringList chanList, TQPtrList<RecTimer> *t, TQWidget *paren
editBtn->setGuiItem( KGuiItem(i18n("Edit"), icon->loadIconSet("edit", TDEIcon::Small) ) );
//editBtn->setEnabled( false );
deleteBtn->setGuiItem( KGuiItem(i18n("Stop/Delete"), icon->loadIconSet("editcut", TDEIcon::Small) ) );
- okBtn->setGuiItem( KGuiItem(i18n("Close"), icon->loadIconSet("exit", TDEIcon::Small) ) );
+ okBtn->setGuiItem( KGuiItem(i18n("Close"), icon->loadIconSet("system-log-out", TDEIcon::Small) ) );
isRecording = icon->loadIcon("player_record", TDEIcon::Small);
yesRepeat = icon->loadIcon("reload", TDEIcon::Small);