Code

Fixed i18n for overflow menu items.
authorjoncruz <joncruz@users.sourceforge.net>
Mon, 30 Jun 2008 05:38:10 +0000 (05:38 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Mon, 30 Jun 2008 05:38:10 +0000 (05:38 +0000)
src/widgets/toolbox.cpp

index 06b510b800f5e2a6c1675c15a6b2ed6ca8ba3c21..6e2c011ea059b404c547474d5c68473fc6c5818a 100644 (file)
@@ -507,7 +507,7 @@ Glib::RefPtr<VerbAction> 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),