summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2009-06-05 08:45:30 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2009-06-05 08:45:30 +0000
commit779bfef37db2964e5b4b9d3b43447c53aa902d3a (patch)
treedb4fe717f1be33b80a8f270dc5e553285252c88e /src/live_effects/effect.cpp
parentBetter color handling in Fat oil (diff)
downloadinkscape-779bfef37db2964e5b4b9d3b43447c53aa902d3a.tar.gz
inkscape-779bfef37db2964e5b4b9d3b43447c53aa902d3a.zip
made ruler lpe "official" + restored a "unit" param and fixed end mark on closed path.
(bzr r7997)
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 088e9ff3a..316495eb4 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -100,7 +100,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{PERSPECTIVE_PATH, N_("Perspective path"), "perspective_path"},
{COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
{RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"},
- {RULER, N_("Ruler"), "ruler"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
#endif
@@ -118,6 +117,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{SKETCH, N_("Sketch"), "sketch"},
+ {RULER, N_("Ruler"), "ruler"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));