From 5f77d155698e12402dbf9b6fb1c9e1daa49a046e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:09:57 -0500 Subject: 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 --- kdirstat/kdirstatapp.cpp | 4 ++-- 1 file 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" ); -- cgit v1.2.3