From: johanengelen Date: Mon, 2 Feb 2009 19:39:45 +0000 (+0000) Subject: enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3533ac02ef26a49e50514b619886467fd53c28fb;p=inkscape.git enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) --- diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 3bd7944ab..751b863be 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -103,7 +103,6 @@ const Util::EnumData LPETypeData[] = { {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, {RULER, N_("Ruler"), "ruler"}, {SKETCH, N_("Sketch"), "sketch"}, - {SPIRO, N_("Spiro spline"), "spiro"}, {TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"}, {TEXT_LABEL, N_("Text label"), "text_label"}, {VONKOCH, N_("VonKoch"), "vonkoch"}, @@ -111,11 +110,12 @@ const Util::EnumData LPETypeData[] = { /* 0.46 */ {BEND_PATH, N_("Bend"), "bend_path"}, {GEARS, N_("Gears"), "gears"}, - {KNOT, N_("Knot"), "knot"}, {PATTERN_ALONG_PATH, N_("Pattern Along Path"), "skeletal"}, // for historic reasons, this effect is called skeletal(strokes) in Inkscape:SVG {CURVE_STITCH, N_("Stitch Sub-Paths"), "curvestitching"}, /* 0.47 */ + {KNOT, N_("Knot"), "knot"}, {CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"}, + {SPIRO, N_("Spiro spline"), "spiro"}, }; const Util::EnumDataConverter LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));