diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-17 22:57:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-19 21:33:23 +0000 |
| commit | 44911fb71708f71feea4c853de856a14af4fbccf (patch) | |
| tree | 264c3b8651b9d58915616986792cf4cd8d117dae /src/live_effects/lpe-simplify.cpp | |
| parent | Fix translations and coding style (diff) | |
| download | inkscape-44911fb71708f71feea4c853de856a14af4fbccf.tar.gz inkscape-44911fb71708f71feea4c853de856a14af4fbccf.zip | |
Improvements finish pointed by Maren
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
| -rw-r--r-- | src/live_effects/lpe-simplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index 56647e4e2..da36b184e 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -27,7 +27,7 @@ LPESimplify::LPESimplify(LivePathEffectObject *lpeobject) simplify_individual_paths(_("Paths separately"), _("Simplifying paths (separately)"), "simplify_individual_paths", &wr, this, false, "", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")), simplify_just_coalesce(_("Just coalesce"), _("Simplify just coalesce"), "simplify_just_coalesce", &wr, this, false, - "", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")) + "", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")) { registerParameter(&steps); registerParameter(&threshold); |
