summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-03 19:10:10 +0000
committerJabiertxof <jtx@jtx>2016-12-03 19:10:10 +0000
commite3556efba77bf72acba893418f7b51caab84360b (patch)
tree197cf3c8c73ff9b556a9a7f05846496fc197d49c /src
parentImprovements and fixes for buds pointed by suv on measure line LPE (diff)
downloadinkscape-e3556efba77bf72acba893418f7b51caab84360b.tar.gz
inkscape-e3556efba77bf72acba893418f7b51caab84360b.zip
Fix a typo
(bzr r15295)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-measure-line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-measure-line.h b/src/live_effects/lpe-measure-line.h
index fe327c89b..ed8224ab6 100644
--- a/src/live_effects/lpe-measure-line.h
+++ b/src/live_effects/lpe-measure-line.h
@@ -34,7 +34,7 @@ enum OrientationMethod {
enum MeasureAction {
MA_ERASE = 0,
- MA_TO_OBJECTS.
+ MA_TO_OBJECTS,
MA_VISIBILITY
};