summaryrefslogtreecommitdiffstats
path: root/ktouch
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
commitd798514852a703bfe89f6688cfb67d2f87d455a8 (patch)
tree7d366e2b6bce9f8183ce3eef7571a08ecfac2c3a /ktouch
parent0bde81cee4b8d3edc6da54dbbb37846806873c73 (diff)
downloadtdeedu-d798514852a703bfe89f6688cfb67d2f87d455a8.tar.gz
tdeedu-d798514852a703bfe89f6688cfb67d2f87d455a8.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 'ktouch')
-rw-r--r--ktouch/src/ktouch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp
index a92c0b4e..09c07f58 100644
--- a/ktouch/src/ktouch.cpp
+++ b/ktouch/src/ktouch.cpp
@@ -696,7 +696,7 @@ void KTouch::setupActions() {
// *** Training menu ***
new TDEAction(i18n("&Start New Session"), "launch", 0,
TQT_TQOBJECT(this), TQT_SLOT(trainingNewSession()), actionCollection(), "training_newsession");
- m_trainingPause = new TDEAction(i18n("&Pause Session"), "player_pause", 0,
+ m_trainingPause = new TDEAction(i18n("&Pause Session"), "media-playback-pause", 0,
TQT_TQOBJECT(this), TQT_SLOT(trainingPause()), actionCollection(), "training_pause");
new TDEAction(i18n("&Lecture Statistics"), "kalarm", 0,
TQT_TQOBJECT(this), TQT_SLOT(trainingStatistics()), actionCollection(), "training_stats");