From: jfbarraud Date: Fri, 27 Mar 2009 09:01:00 +0000 (+0000) Subject: unhide hatches lpe (tests commited to test-suite). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c4410dc5d53461e85445298c1f5d08d2d823c98;p=inkscape.git unhide hatches lpe (tests commited to test-suite). --- 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 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 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 LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));