diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-10 21:19:11 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-10 21:19:11 +0000 |
| commit | 1b09eb47b836f78268cf595de74686d6a43255ad (patch) | |
| tree | 62decf4c6ba30f8aa323679c585f99872067f0c8 /src/live_effects/effect.cpp | |
| parent | Working with path updates (diff) | |
| parent | Fix a bug on Pen tool when use bend path as option and the clipboard has some... (diff) | |
| download | inkscape-1b09eb47b836f78268cf595de74686d6a43255ad.tar.gz inkscape-1b09eb47b836f78268cf595de74686d6a43255ad.zip | |
update to trunk
(bzr r13645.1.131)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 437aed5bd..cee872f9f 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -135,7 +135,6 @@ const Util::EnumData<EffectType> LPETypeData[] = { {SIMPLIFY, N_("Simplify"), "simplify"}, {LATTICE2, N_("Lattice Deformation 2"), "lattice2"}, {PERSPECTIVE_ENVELOPE, N_("Perspective/Envelope"), "perspective-envelope"}, - {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet-chamfer"}, {INTERPOLATE_POINTS, N_("Interpolate points"), "interpolate_points"}, {TRANSFORM_2PTS, N_("Transform by 2 points"), "transform_2pts"}, {SHOW_HANDLES, N_("Show handles"), "show_handles"}, @@ -145,6 +144,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {TAPER_STROKE, N_("Taper stroke"), "taper_stroke"}, {MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"}, {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, + {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet-chamfer"}, /* Ponyscape -> Inkscape 0.92*/ {ATTACH_PATH, N_("Attach path"), "attach_path"}, {FILL_BETWEEN_STROKES, N_("Fill between strokes"), "fill_between_strokes"}, |
