diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:09:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:09:56 -0500 |
commit | 640408cb587bca03ba4ea94e0e7c025dc5a3fa38 (patch) | |
tree | f979adf86f994e51c4b4006e2004ac124d79111f /src/gvimagepart/gvimagepart.cpp | |
parent | 6ae9931c042a26c2b75b729eeeabd74e8519b1c3 (diff) | |
download | gwenview-640408cb587bca03ba4ea94e0e7c025dc5a3fa38.tar.gz gwenview-640408cb587bca03ba4ea94e0e7c025dc5a3fa38.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 'src/gvimagepart/gvimagepart.cpp')
-rw-r--r-- | src/gvimagepart/gvimagepart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp index 91ec7a0..0988efd 100644 --- a/src/gvimagepart/gvimagepart.cpp +++ b/src/gvimagepart/gvimagepart.cpp @@ -116,8 +116,8 @@ GVImagePart::GVImagePart(TQWidget* parentWidget, const char* /*widgetName*/, TQO updateNextPrevious(); KStdAction::saveAs( this, TQT_SLOT(saveAs()), actionCollection(), "saveAs" ); - new TDEAction(i18n("Rotate &Left"), "rotate_ccw", CTRL + Key_L, this, TQT_SLOT(rotateLeft()), actionCollection(), "rotate_left"); - new TDEAction(i18n("Rotate &Right"), "rotate_cw", CTRL + Key_R, this, TQT_SLOT(rotateRight()), actionCollection(), "rotate_right"); + new TDEAction(i18n("Rotate &Left"), "object-rotate-left", CTRL + Key_L, this, TQT_SLOT(rotateLeft()), actionCollection(), "rotate_left"); + new TDEAction(i18n("Rotate &Right"), "object-rotate-right", CTRL + Key_R, this, TQT_SLOT(rotateRight()), actionCollection(), "rotate_right"); setXMLFile( "gvimagepart/gvimagepart.rc" ); } |