eog r5030 - in trunk: . src



Author: friemann
Date: Sat Feb 28 14:58:56 2009
New Revision: 5030
URL: http://svn.gnome.org/viewvc/eog?rev=5030&view=rev

Log:
2009-02-28  Felix Riemann  <friemann svn gnome org>

	* src/eog-window.c: Add keyboard shortcut for counterclockwise
	image rotation. Fixes bug #550086.


Modified:
   trunk/ChangeLog
   trunk/src/eog-window.c

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Sat Feb 28 14:58:56 2009
@@ -3470,7 +3470,7 @@
 	{ "EditRotate90",  "object-rotate-right",  N_("_Rotate Clockwise"), "<control>r",
 	  N_("Rotate the image 90 degrees to the right"),
 	  G_CALLBACK (eog_window_cmd_rotate_90) },
-	{ "EditRotate270", "object-rotate-left", N_("Rotate Counterc_lockwise"), NULL,
+	{ "EditRotate270", "object-rotate-left", N_("Rotate Counterc_lockwise"), "<ctrl><shift>r",
 	  N_("Rotate the image 90 degrees to the left"),
 	  G_CALLBACK (eog_window_cmd_rotate_270) },
 	{ "SetAsWallpaper", NULL, N_("Set as _Desktop Background"), NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]