Fixup 0f0ad1f7: cut and paste error

This commit is contained in:
Jean-Marc Lasgouttes 2021-04-07 16:22:54 +02:00
parent 0f0ad1f715
commit e96a656b4d

View File

@ -1126,7 +1126,7 @@ LyXRC::ReturnValues LyXRC::read(Lexer & lexrc, bool check_format)
else if (tmp == "margin")
bookmarks_visibility = BMK_MARGIN;
else if (tmp == "inline")
bookmarks_visibility = BMK_MARGIN;
bookmarks_visibility = BMK_INLINE;
else {
bookmarks_visibility = BMK_NONE;
LYXERR0("Unrecognized bookmark visibility " << tmp <<'"');