diff options
| author | Rick Yorgason <rick@firefang.com> | 2018-10-18 08:21:15 +0000 |
|---|---|---|
| committer | Rick Yorgason <rick@firefang.com> | 2018-10-18 08:21:15 +0000 |
| commit | 83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 (patch) | |
| tree | 83d50e748c8fb85ea4bbcd267c9b5364722e4841 /src/ui | |
| parent | New "Outline thin strokes" view mode which draws thin strokes in outline mode... (diff) | |
| download | inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.tar.gz inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.zip | |
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer.
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/interface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 1f04f3a49..f644aa174 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -682,8 +682,8 @@ static gboolean update_view_menu(GtkWidget *widget, cairo_t * /*cr*/, gpointer u new_state = mode == Inkscape::RENDERMODE_NO_FILTERS; } else if (!strcmp(action->id, "ViewModeOutline")) { new_state = mode == Inkscape::RENDERMODE_OUTLINE; - } else if (!strcmp(action->id, "ViewModeOutlineThin")) { - new_state = mode == Inkscape::RENDERMODE_OUTLINE_THIN; + } else if (!strcmp(action->id, "ViewModeVisibleHairlines")) { + new_state = mode == Inkscape::RENDERMODE_VISIBLE_HAIRLINES; } else if (!strcmp(action->id, "ViewColorModeNormal")) { new_state = colormode == Inkscape::COLORMODE_NORMAL; } else if (!strcmp(action->id, "ViewColorModeGrayscale")) { |
