summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2008-02-10 08:53:45 +0000
committerluca_bruno <luca_bruno@users.sourceforge.net>2008-02-10 08:53:45 +0000
commit8aa793166f25c4b98e58eef8b697d32c523b4396 (patch)
treebf4f7c84ba011b509bcb86328a99bf7e2cdb872b /src/widgets
parent* [INTL: fi] Finnish update by Riku Leino (closes: #190430) (diff)
downloadinkscape-8aa793166f25c4b98e58eef8b697d32c523b4396.tar.gz
inkscape-8aa793166f25c4b98e58eef8b697d32c523b4396.zip
* Localization for menubar tooltips, patch by Marcin Floryan (closes: #169103)
(bzr r4690)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
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 );