diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-19 16:12:52 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-19 16:12:52 +0000 |
| commit | b073ae14af73c121287927890951cbcebd7b90b9 (patch) | |
| tree | 937041cea1949f3ebb511013a014e0e3d53be959 /src/live_effects/effect-enum.h | |
| parent | do not try to run mac build on other people's build (with no mac runner) (diff) | |
| download | inkscape-b073ae14af73c121287927890951cbcebd7b90b9.tar.gz inkscape-b073ae14af73c121287927890951cbcebd7b90b9.zip | |
Change from Measure Line LPE to Measure Segments LPE
Diffstat (limited to '')
| -rw-r--r-- | src/live_effects/effect-enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h index 6a3aebcd6..20d941e69 100644 --- a/src/live_effects/effect-enum.h +++ b/src/live_effects/effect-enum.h @@ -47,7 +47,7 @@ enum EffectType { FILL_BETWEEN_MANY, ELLIPSE_5PTS, BOUNDING_BOX, - MEASURE_LINE, + MEASURE_SEGMENTS, FILLET_CHAMFER, BOOL_OP, EMBRODERY_STITCH, |
