summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:57 -0500
commit5f77d155698e12402dbf9b6fb1c9e1daa49a046e (patch)
tree3d343a20f523ab1c582ba6e050816736c737f818
parentc0309fa1cf8e6b937d8172522cb02af55055fcb9 (diff)
downloadkdirstat-5f77d155698e12402dbf9b6fb1c9e1daa49a046e.tar.gz
kdirstat-5f77d155698e12402dbf9b6fb1c9e1daa49a046e.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
-rw-r--r--kdirstat/kdirstatapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kdirstatapp.cpp b/kdirstat/kdirstatapp.cpp
index 0103aa5..c83496d 100644
--- a/kdirstat/kdirstatapp.cpp
+++ b/kdirstat/kdirstatapp.cpp
@@ -175,11 +175,11 @@ KDirStatApp::initActions()
TQT_TQOBJECT(this), TQT_SLOT( cleanupOpenWith() ),
actionCollection(), "cleanup_open_with" );
- _treemapZoomIn = new TDEAction( i18n( "Zoom in" ), "viewmag+", Key_Plus,
+ _treemapZoomIn = new TDEAction( i18n( "Zoom in" ), "zoom-in", Key_Plus,
TQT_TQOBJECT(this), TQT_SLOT( treemapZoomIn() ),
actionCollection(), "treemap_zoom_in" );
- _treemapZoomOut = new TDEAction( i18n( "Zoom out" ), "viewmag-", Key_Minus,
+ _treemapZoomOut = new TDEAction( i18n( "Zoom out" ), "zoom-out", Key_Minus,
TQT_TQOBJECT(this), TQT_SLOT( treemapZoomOut() ),
actionCollection(), "treemap_zoom_out" );