summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
commit9f1b38797e6f17f1abe302bb5cecfc51b6c94529 (patch)
treeaa910e31093dda2a52925753efd2e40383b03ed4 /src/widgets/toolbox.cpp
parentFix for 1036010 : Cant read styles with 'em' units (diff)
downloadinkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.tar.gz
inkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.zip
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Translations. inkscape.pot and French translation update. (bzr r11606)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-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 4d2fd4738..49eb82de7 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -599,7 +599,7 @@ Glib::RefPtr<VerbAction> VerbAction::create(Inkscape::Verb* verb, Inkscape::Verb
}
VerbAction::VerbAction(Inkscape::Verb* verb, Inkscape::Verb* verb2, Inkscape::UI::View::View *view) :
- Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(verb->get_image()), Glib::ustring(_(verb->get_name())), Glib::ustring(_(verb->get_tip()))),
+ Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(verb->get_image()), Glib::ustring(g_dpgettext2(NULL, "ContextVerb", verb->get_name())), Glib::ustring(_(verb->get_tip()))),
verb(verb),
verb2(verb2),
view(view),