]> git.lyx.org Git - features.git/blobdiff - src/LyXRC.cpp
Improve error msg.
[features.git] / src / LyXRC.cpp
index 0ea13c55d00312d3f1c0501a54038205808cd816..6bc28e960a979dd3a7d73fefc773848fe2e1d9d2 100644 (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 <<'"');
@@ -1754,7 +1754,7 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c
                }
                if (tag != RC_LAST)
                        break;
-
+               // fall through
        case RC_MAC_DONTSWAP_CTRL_META:
                if (ignore_system_lyxrc ||
                    mac_dontswap_ctrl_meta