diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-27 16:31:12 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-27 16:31:12 +0000 |
| commit | ad30f531f53c28db8e21441264a34f4a7fbb16c7 (patch) | |
| tree | a4407dc0f6cd47ae6a18f8d26b4e89e95565b535 /src | |
| parent | update po files (diff) | |
| download | inkscape-ad30f531f53c28db8e21441264a34f4a7fbb16c7.tar.gz inkscape-ad30f531f53c28db8e21441264a34f4a7fbb16c7.zip | |
Allow translations in LPE add dialog
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/livepatheffect-add.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-add.cpp b/src/ui/dialog/livepatheffect-add.cpp index 5d5517149..a31f71a8c 100644 --- a/src/ui/dialog/livepatheffect-add.cpp +++ b/src/ui/dialog/livepatheffect-add.cpp @@ -125,7 +125,7 @@ LivePathEffectAdd::LivePathEffectAdd() sigc::mem_fun(*this, &LivePathEffectAdd::mouseout), GTK_WIDGET(LPESelectorEffect->gobj()))); Gtk::Label *LPEName; builder_effect->get_widget("LPEName", LPEName); - const Glib::ustring label = converter.get_label(data->id); + const Glib::ustring label = _(converter.get_label(data->id).c_str()); const Glib::ustring untranslated_label = converter.get_untranslated_label(data->id); if (untranslated_label == label) { LPEName->set_text(label); |
