mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fixup 0f0ad1f7
: cut and paste error
This commit is contained in:
parent
0f0ad1f715
commit
e96a656b4d
@ -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 <<'"');
|
||||
|
Loading…
Reference in New Issue
Block a user