diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-11-20 00:14:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-11-20 00:14:57 +0000 |
| commit | 98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300 (patch) | |
| tree | 0dd822e6b40f98ac867aff3773483a3e59917fe4 /src/extension/effect.cpp | |
| parent | Fix repointed by su_v (diff) | |
| parent | BalloonSymbols.svg rewritten. Balloon symbols should render properly in all b... (diff) | |
| download | inkscape-98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300.tar.gz inkscape-98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300.zip | |
Update to trunk
(bzr r12588.1.30)
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index 1575c2b10..3c8ee5844 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -38,7 +38,7 @@ Inkscape::XML::Node * Effect::_filters_list = NULL; Effect::Effect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) : Extension(in_repr, in_imp), _id_noprefs(Glib::ustring(get_id()) + ".noprefs"), - _name_noprefs(Glib::ustring(get_name()) + _(" (No preferences)")), + _name_noprefs(Glib::ustring(_(get_name())) + _(" (No preferences)")), _verb(get_id(), get_name(), NULL, NULL, this, true), _verb_nopref(_id_noprefs.c_str(), _name_noprefs.c_str(), NULL, NULL, this, false), _menu_node(NULL), _workingDialog(true), |
