diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-05-22 16:27:27 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-05-22 16:27:27 +0000 |
| commit | b5d085f89b65cd28092a9548b409ac69233bb8d9 (patch) | |
| tree | c679c1890547314723157208e6fd11dee5f860f0 /src/extension/param/notebook.cpp | |
| parent | extensions: scour is now dual-licensed Apache2 and GPL2 (diff) | |
| download | inkscape-b5d085f89b65cd28092a9548b409ac69233bb8d9.tar.gz inkscape-b5d085f89b65cd28092a9548b409ac69233bb8d9.zip | |
i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not translated).
Fixed bugs:
- https://launchpad.net/bugs/1318339
(bzr r13396)
Diffstat (limited to 'src/extension/param/notebook.cpp')
| -rw-r--r-- | src/extension/param/notebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/notebook.cpp b/src/extension/param/notebook.cpp index 97002e33f..9ec31ca6b 100644 --- a/src/extension/param/notebook.cpp +++ b/src/extension/param/notebook.cpp @@ -214,7 +214,7 @@ Gtk::Widget * ParamNotebookPage::get_widget(SPDocument * doc, Inkscape::XML::Nod // printf("Tip: '%s'\n", tip); vbox->pack_start(*widg, false, false, 2); if (tip) { - widg->set_tooltip_text(tip); + widg->set_tooltip_text(_(tip)); } else { widg->set_tooltip_text(""); widg->set_has_tooltip(false); |
