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

pull/1/head
Timothy Pearson 10 years ago
parent c0309fa1cf
commit 5f77d15569

@ -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" );

Loading…
Cancel
Save