summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-05-14 20:31:33 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-05-14 20:31:33 +0000
commit26e1c43a38bba26e424439a55ca8e22ece3baff7 (patch)
tree23408057f33cf7debcfff8eea3baf6797e6b7682 /src/live_effects/effect.cpp
parentfix broken rendering of paths with unknown LPEs, fix rendering of paths in a ... (diff)
downloadinkscape-26e1c43a38bba26e424439a55ca8e22ece3baff7.tar.gz
inkscape-26e1c43a38bba26e424439a55ca8e22ece3baff7.zip
make LPE-Interpolate "official"
(bzr r7881)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index a97a613b5..088e9ff3a 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -90,7 +90,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"},
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},
{DYNASTROKE, N_("Dynamic stroke"), "dynastroke"},
- {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
{MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"},
@@ -116,6 +115,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
+ {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{SKETCH, N_("Sketch"), "sketch"},
};