From a0d7923d21c9eb421af61dc0996f32230ca61b35 Mon Sep 17 00:00:00 2001 From: luca_bruno Date: Sun, 10 Feb 2008 08:53:45 +0000 Subject: [PATCH] * Localization for menubar tooltips, patch by Marcin Floryan (closes: #169103) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index eb4b404e8..bee1d0a83 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -506,7 +506,7 @@ static GtkAction* create_action_for_verb( Inkscape::Verb* verb, Inkscape::UI::Vi GtkAction* act = 0; SPAction* targetAction = verb->get_action(view); - InkAction* inky = ink_action_new( verb->get_id(), verb->get_name(), verb->get_tip(), verb->get_image(), size ); + InkAction* inky = ink_action_new( verb->get_id(), verb->get_name(), _(verb->get_tip()), verb->get_image(), size ); act = GTK_ACTION(inky); gtk_action_set_sensitive( act, targetAction->sensitive ); -- 2.30.2