[gimp] Bug 732447 - View->Rotate menu items are not translated



commit 9604eea1c7f7a310a776c27a4b8841cad254a994
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jun 30 00:48:55 2014 +0200

    Bug 732447 - View->Rotate menu items are not translated
    
    view_actions_setup(): create the rotate actions with the right message
    context.

 app/actions/view-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c
index 52c03aa..fe52e32 100644
--- a/app/actions/view-actions.c
+++ b/app/actions/view-actions.c
@@ -551,7 +551,7 @@ view_actions_setup (GimpActionGroup *group)
                                        10000,
                                        G_CALLBACK (view_zoom_explicit_cmd_callback));
 
-  gimp_action_group_add_enum_actions (group, "view-rotate-action",
+  gimp_action_group_add_enum_actions (group, "view-action",
                                       view_rotate_actions,
                                       G_N_ELEMENTS (view_rotate_actions),
                                       G_CALLBACK (view_rotate_cmd_callback));


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