summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2009-03-27 09:01:00 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2009-03-27 09:01:00 +0000
commitab14cb63de50bf0399b60e7191008e5e805a9c12 (patch)
treeb21e68a142125aadc1647c48d8c3e819ead75b99 /src/live_effects/effect.cpp
parentbug fix: close open paths on input. (diff)
downloadinkscape-ab14cb63de50bf0399b60e7191008e5e805a9c12.tar.gz
inkscape-ab14cb63de50bf0399b60e7191008e5e805a9c12.zip
unhide hatches lpe (tests commited to test-suite).
(bzr r7574)
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 3cdb21d6a..0af6cce72 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -88,7 +88,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"},
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},
{DYNASTROKE, N_("Dynamic stroke"), "dynastroke"},
- {ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
@@ -115,6 +114,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
+ {ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));