summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0091b1)
raw | patch | inline | side by side (parent: f0091b1)
author | joncruz <joncruz@users.sourceforge.net> | |
Mon, 30 Jun 2008 05:38:10 +0000 (05:38 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Mon, 30 Jun 2008 05:38:10 +0000 (05:38 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 06b510b800f5e2a6c1675c15a6b2ed6ca8ba3c21..6e2c011ea059b404c547474d5c68473fc6c5818a 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -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),