diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:10:05 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:10:05 -0500 |
commit | aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3 (patch) | |
tree | 33c4e853e7520e62bba344641b0604e02afc9923 /kate/app/kwritemain.cpp | |
parent | ab197a37e3e362ae3980f5bdd9840b0e4703e370 (diff) | |
download | tdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.tar.gz tdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.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 'kate/app/kwritemain.cpp')
-rw-r--r-- | kate/app/kwritemain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index 75d494832..f427b0094 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -150,7 +150,7 @@ void KWrite::setupActions() actionCollection()); m_recentFiles->setWhatsThis(i18n("This lists files which you have opened recently, and allows you to easily open them again.")); - TDEAction *a=new TDEAction(i18n("&New Window"), "window_new", 0, TQT_TQOBJECT(this), TQT_SLOT(newView()), + TDEAction *a=new TDEAction(i18n("&New Window"), "window-new", 0, TQT_TQOBJECT(this), TQT_SLOT(newView()), actionCollection(), "view_new_view"); a->setWhatsThis(i18n("Create another view containing the current document")); |