summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-19 11:35:18 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-03-19 11:35:18 +0000
commitb2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6 (patch)
tree1adf4c8da727a08e27ae0b24f1fdffb338e0adee /src/live_effects/effect.cpp
parentFix a problem with LPE on clips and paths making extremly slow on LPE (diff)
parentupdate to trunk (diff)
downloadinkscape-b2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6.tar.gz
inkscape-b2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6.zip
Merge lp:~inkscape.dev/inkscape/copy-rotate-lpe-improvements
Thanks to all test it specialy ~suv, CRogers, Martin and Krzysztof (bzr r14720)
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 deed7a0a1..c6ecba30a 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -110,7 +110,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{PATH_LENGTH, N_("Path length"), "path_length"},
{PERP_BISECTOR, N_("Perpendicular bisector"), "perp_bisector"},
{PERSPECTIVE_PATH, N_("Perspective path"), "perspective_path"},
- {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
{RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
@@ -145,6 +144,7 @@ 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"},