summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2009-04-20 10:39:54 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2009-04-20 10:39:54 +0000
commit5d0550c62c5949ebe1eb554fd7a9fe64ea4d7b18 (patch)
treec04e847794813c32b99e16e279753863d8c833b2 /src/live_effects/effect.cpp
parentFix the rest of missing icons in the geometry tool. Closes: #358132 (diff)
downloadinkscape-5d0550c62c5949ebe1eb554fd7a9fe64ea4d7b18.tar.gz
inkscape-5d0550c62c5949ebe1eb554fd7a9fe64ea4d7b18.zip
unhide lpe-sketch. removed "construction lines" feature of this effect + minor bug fix.
(bzr r7743)
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 d8fe6bfcf..9aefb0704 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -101,7 +101,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
{RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"},
{RULER, N_("Ruler"), "ruler"},
- {SKETCH, N_("Sketch"), "sketch"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
#endif
@@ -117,6 +116,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{SPIRO, N_("Spiro spline"), "spiro"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
+ {SKETCH, N_("Sketch"), "sketch"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));