[gthumb/ext] added accell key to rotate commands



commit 2999be9784d2d8bf1702e938e7be614c37c5c06b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Aug 18 18:17:24 2009 +0200

    added accell key to rotate commands

 extensions/image_rotation/callbacks.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/extensions/image_rotation/callbacks.c b/extensions/image_rotation/callbacks.c
index 8a9998c..b45e441 100644
--- a/extensions/image_rotation/callbacks.c
+++ b/extensions/image_rotation/callbacks.c
@@ -42,14 +42,14 @@ static const char *fixed_ui_info =
 
 
 static GtkActionEntry action_entries[] = {
-	{ "Tool_RotateRight", NULL,
-	  N_("Rotate right"), NULL,
-	  N_("Rotate the selected to the right"),
+	{ "Tool_RotateRight", "object-rotate-right",
+	  N_("Rotate Right"), "<control><alt>R",
+	  N_("Rotate the selected images 90° to the right"),
 	  G_CALLBACK (gth_browser_activate_action_tool_rotate_right) },
 
-	{ "Tool_RotateLeft", NULL,
-	  N_("Rotate left"), NULL,
-	  N_("Rotate the selected to the left"),
+	{ "Tool_RotateLeft", "object-rotate-left",
+	  N_("Rotate Left"), "<control><alt>L",
+	  N_("Rotate the selected images 90° to the left"),
 	  G_CALLBACK (gth_browser_activate_action_tool_rotate_left) },
 };
 



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