summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-06 18:07:14 +0000
committerJabiertxof <jtx@jtx>2017-05-06 18:07:14 +0000
commitcb39bc5cd6fbecf0f045d58f30dd4288c590a46a (patch)
tree9fbb940c15170a68e284dd8ca4a09f84eb8c311d /src/live_effects/effect.cpp
parentLPE widget refactor. Improvement to not update on same value (diff)
parentPre merge fixing (diff)
downloadinkscape-cb39bc5cd6fbecf0f045d58f30dd4288c590a46a.tar.gz
inkscape-cb39bc5cd6fbecf0f045d58f30dd4288c590a46a.zip
Merge pathVectorSatellites
(bzr r15666)
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 0984a5681..467a65c7c 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -101,7 +101,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
- {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet_chamfer"},
#endif
/* 0.46 */
{BEND_PATH, N_("Bend"), "bend_path"},
@@ -142,6 +141,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{BOUNDING_BOX, N_("Bounding Box"), "bounding_box"},
/* 9.93 */
{MEASURE_LINE, N_("Measure Line"), "measure_line"},
+ {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet_chamfer"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));