summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-14 17:34:24 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-03-14 17:34:24 +0000
commit235b6bd52fd472cbc18224d4724961c70fd6214f (patch)
treeeeb76cebe2a545c9c459a5a494c6a0a3e0075b83 /src/live_effects/effect.cpp
parentupdate to trunk (diff)
downloadinkscape-235b6bd52fd472cbc18224d4724961c70fd6214f.tar.gz
inkscape-235b6bd52fd472cbc18224d4724961c70fd6214f.zip
Fix order LPE
(bzr r13708.1.41)
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 c8696ea3a..2e811ed37 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -144,13 +144,13 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{BSPLINE, N_("BSpline"), "bspline"},
{JOIN_TYPE, N_("Join type"), "join_type"},
{TAPER_STROKE, N_("Taper stroke"), "taper_stroke"},
+ {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
/* Ponyscape -> Inkscape 0.92*/
{ATTACH_PATH, N_("Attach path"), "attach_path"},
{FILL_BETWEEN_STROKES, N_("Fill between strokes"), "fill_between_strokes"},
{FILL_BETWEEN_MANY, N_("Fill between many"), "fill_between_many"},
{ELLIPSE_5PTS, N_("Ellipse by 5 points"), "ellipse_5pts"},
{BOUNDING_BOX, N_("Bounding Box"), "bounding_box"},
- {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));