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/desktop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/desktop.cpp') diff --git a/src/desktop.cpp b/src/desktop.cpp index c1891301c..335afa17d 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -519,9 +519,9 @@ void SPDesktop::displayModeToggle() { _setDisplayMode(Inkscape::RENDERMODE_OUTLINE); break; case Inkscape::RENDERMODE_OUTLINE: - _setDisplayMode(Inkscape::RENDERMODE_OUTLINE_THIN); + _setDisplayMode(Inkscape::RENDERMODE_VISIBLE_HAIRLINES); break; - case Inkscape::RENDERMODE_OUTLINE_THIN: + case Inkscape::RENDERMODE_VISIBLE_HAIRLINES: _setDisplayMode(Inkscape::RENDERMODE_NORMAL); break; default: -- cgit v1.2.3