From 83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 Mon Sep 17 00:00:00 2001 From: Rick Yorgason Date: Thu, 18 Oct 2018 01:21:15 -0700 Subject: Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer. --- src/ui/interface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/interface.cpp') 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")) { -- cgit v1.2.3