diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-22 14:41:03 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-22 14:41:03 +0000 |
| commit | cc810a068c30692e3c9031c5615065a38a5e831f (patch) | |
| tree | 88a6bcf44c3b49ad65cf4b16e8eee78f860ab910 /src | |
| parent | Update inkscape.pot (diff) | |
| download | inkscape-cc810a068c30692e3c9031c5615065a38a5e831f.tar.gz inkscape-cc810a068c30692e3c9031c5615065a38a5e831f.zip | |
Make LPE Selector translatable
Fixes https://gitlab.com/inkscape/inkscape/issues/432
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 58afa61d6..c83f90df1 100644 --- a/src/ui/dialog/livepatheffect-add.cpp +++ b/src/ui/dialog/livepatheffect-add.cpp @@ -81,7 +81,7 @@ LivePathEffectAdd::LivePathEffectAdd() , _applied(false) , _showfavs(false) { - Glib::ustring gladefile = get_filename(Inkscape::IO::Resource::UIS, "dialog-livepatheffect-add.ui"); + Glib::ustring gladefile = get_filename(Inkscape::IO::Resource::UIS, "dialog-livepatheffect-add.glade"); try { _builder = Gtk::Builder::create_from_file(gladefile); } catch (const Glib::Error &ex) { |
