summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-02-02 19:39:45 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-02-02 19:39:45 +0000
commitbe89fd650fb6cb5b917f54d80800aa9e77dbba78 (patch)
tree55d553e25ca41651bf22090c52519a70d2f639e4 /src
parentAnother update from Foppe Benedictus and Kris (diff)
downloadinkscape-be89fd650fb6cb5b917f54d80800aa9e77dbba78.tar.gz
inkscape-be89fd650fb6cb5b917f54d80800aa9e77dbba78.zip
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
(bzr r7223)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/effect.cpp4
1 files changed, 2 insertions, 2 deletions
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<EffectType> 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<EffectType> 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<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));