summaryrefslogtreecommitdiffstats
path: root/kmines
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:10 -0500
commit0d026fc23565866793e210d1bc0d82de56f1f9ce (patch)
treef43c03901805c1be204ebd75750a84e7730521f8 /kmines
parent14e371192dfef0f2862f0a16e5dcfc8c5db1eeef (diff)
downloadtdegames-0d026fc23565866793e210d1bc0d82de56f1f9ce.tar.gz
tdegames-0d026fc23565866793e210d1bc0d82de56f1f9ce.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'kmines')
-rw-r--r--kmines/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/main.cpp b/kmines/main.cpp
index c77afa87..2ff678b8 100644
--- a/kmines/main.cpp
+++ b/kmines/main.cpp
@@ -110,7 +110,7 @@ MainWidget::MainWidget()
(void)new TDEAction(KGuiItem(i18n("View Log"), "viewmag"), 0,
TQT_TQOBJECT(_status), TQT_SLOT(viewLog()),
actionCollection(), "log_view");
- (void)new TDEAction(KGuiItem(i18n("Replay Log"), "player_play"),
+ (void)new TDEAction(KGuiItem(i18n("Replay Log"), "media-playback-start"),
0, TQT_TQOBJECT(_status), TQT_SLOT(replayLog()),
actionCollection(), "log_replay");
(void)new TDEAction(KGuiItem(i18n("Save Log..."), "document-save"), 0,