From: joncruz Date: Mon, 30 Jun 2008 05:38:10 +0000 (+0000) Subject: Fixed i18n for overflow menu items. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=010ddb729b93f8f26d9154a95709efe78494053b;p=inkscape.git Fixed i18n for overflow menu items. --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 06b510b80..6e2c011ea 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -507,7 +507,7 @@ Glib::RefPtr VerbAction::create(Inkscape::Verb* verb, Inkscape::Verb } VerbAction::VerbAction(Inkscape::Verb* verb, Inkscape::Verb* verb2, Inkscape::UI::View::View *view, GtkTooltips *tooltips) : - Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(GTK_STOCK_ABOUT), Glib::ustring(verb->get_name()), Glib::ustring(verb->get_tip())), + Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(GTK_STOCK_ABOUT), Glib::ustring(_(verb->get_name())), Glib::ustring(_(verb->get_tip()))), verb(verb), verb2(verb2), view(view),