summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorRick Yorgason <rick@firefang.com>2018-10-18 08:21:15 +0000
committerRick Yorgason <rick@firefang.com>2018-10-18 08:21:15 +0000
commit83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 (patch)
tree83d50e748c8fb85ea4bbcd267c9b5364722e4841 /src/verbs.h
parentNew "Outline thin strokes" view mode which draws thin strokes in outline mode... (diff)
downloadinkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.tar.gz
inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.zip
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer.
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h
index b9402ed10..fec42cca2 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -297,7 +297,7 @@ enum {
SP_VERB_VIEW_MODE_NORMAL,
SP_VERB_VIEW_MODE_NO_FILTERS,
SP_VERB_VIEW_MODE_OUTLINE,
- SP_VERB_VIEW_MODE_OUTLINE_THIN,
+ SP_VERB_VIEW_MODE_VISIBLE_HAIRLINES,
SP_VERB_VIEW_MODE_TOGGLE,
SP_VERB_VIEW_COLOR_MODE_NORMAL,
SP_VERB_VIEW_COLOR_MODE_GRAYSCALE,