]> www.fi.muni.cz Git - evince.git/commitdiff
Use Alt+Left to rotate left, and Alt+Right to rotate right. Ctrl+R (as EOG
authorBastien Nocera <hadess@hadess.net>
Tue, 24 Jun 2008 21:27:52 +0000 (21:27 +0000)
committerBastien Nocera <hadess@src.gnome.org>
Tue, 24 Jun 2008 21:27:52 +0000 (21:27 +0000)
2008-06-24  Bastien Nocera  <hadess@hadess.net>

* shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
to rotate right. Ctrl+R (as EOG uses) is already used for reload.
Fixes bug #539972.

svn path=/trunk/; revision=3060

ChangeLog
shell/ev-window.c

index 96e81d8daa1bdef763e99cb75d4fd61ff2c437a7..f7943c92b509cec88704d356230e81dce56add5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-24  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
+       to rotate right. Ctrl+R (as EOG uses) is already used for reload.
+       Fixes bug #539972.
+
 2008-06-24  Bastien Nocera  <hadess@hadess.net>
 
        * shell/Makefile.am:
index 6849b2406795fc206dafc6323f2a56a1caa35ba3..d8d48ab13e39d456c8f89202c8f2e32357503f03 100644 (file)
@@ -4365,9 +4365,9 @@ static const GtkActionEntry entries[] = {
          G_CALLBACK (ev_window_cmd_edit_find_previous) },
         { "EditToolbar", NULL, N_("T_oolbar"), NULL, NULL,
           G_CALLBACK (ev_window_cmd_edit_toolbar) },
-       { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), NULL, NULL,
+       { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "<alt>Left", NULL,
          G_CALLBACK (ev_window_cmd_edit_rotate_left) },
-       { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), NULL, NULL,
+       { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "<alt>Right", NULL,
          G_CALLBACK (ev_window_cmd_edit_rotate_right) },
 
         /* View menu */