evince r3060 - in trunk: . shell
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3060 - in trunk: . shell
- Date: Tue, 24 Jun 2008 21:27:53 +0000 (UTC)
Author: hadess
Date: Tue Jun 24 21:27:52 2008
New Revision: 3060
URL: http://svn.gnome.org/viewvc/evince?rev=3060&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/shell/ev-window.c
Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c (original)
+++ trunk/shell/ev-window.c Tue Jun 24 21:27:52 2008
@@ -4365,9 +4365,9 @@
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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]