diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-30 05:38:10 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-30 05:38:10 +0000 |
| commit | 6dc2eee6f182377831e3518241de660868e3f3bf (patch) | |
| tree | 473386fab905874653387f2ac63f33c01516f08b /src/widgets/toolbox.cpp | |
| parent | fix the snapindicator stealing release event by grabbing the acetate on click... (diff) | |
| download | inkscape-6dc2eee6f182377831e3518241de660868e3f3bf.tar.gz inkscape-6dc2eee6f182377831e3518241de660868e3f3bf.zip | |
Fixed i18n for overflow menu items.
(bzr r6095)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> 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), |
