diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-08 09:32:39 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-08 09:32:39 +0000 |
| commit | bc76326ca6312ab85f64bbb32d8635faea07387e (patch) | |
| tree | 9ecaa2b74d1fa392e9b52b6295c0a05319cbf442 /src/live_effects/effect.cpp | |
| parent | Start of GTK3 external style sheet support. (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-bc76326ca6312ab85f64bbb32d8635faea07387e.tar.gz inkscape-bc76326ca6312ab85f64bbb32d8635faea07387e.zip | |
Merge lp:~inkscape.dev/inkscape/mirror-symetry-lpe-improvements into lp:inkscape
(bzr r14877)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index c6ecba30a..437aed5bd 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -104,7 +104,6 @@ const Util::EnumData<EffectType> LPETypeData[] = { {EXTRUDE, N_("Extrude"), "extrude"}, {LATTICE, N_("Lattice Deformation"), "lattice"}, {LINE_SEGMENT, N_("Line Segment"), "line_segment"}, - {MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"}, {OFFSET, N_("Offset"), "offset"}, {PARALLEL, N_("Parallel"), "parallel"}, {PATH_LENGTH, N_("Path length"), "path_length"}, @@ -144,6 +143,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {BSPLINE, N_("BSpline"), "bspline"}, {JOIN_TYPE, N_("Join type"), "join_type"}, {TAPER_STROKE, N_("Taper stroke"), "taper_stroke"}, + {MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"}, {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, /* Ponyscape -> Inkscape 0.92*/ {ATTACH_PATH, N_("Attach path"), "attach_path"}, |
