]> git.lyx.org Git - features.git/commitdiff
* disable "auto" again until that point is discussed on the mailing list
authorStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:50:21 +0000 (00:50 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:50:21 +0000 (00:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22269 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/default.ui
src/ToolbarBackend.cpp

index 21ec83c0a725470eb5b7848f4aff7e167e883ac4..bf82cd843ce1367097f770a1c110c71f04e3d0c9 100644 (file)
@@ -40,6 +40,6 @@ Toolbars
        "table" "table,bottom"
        "math_panels" "math,bottom"
        "math" "math,bottom"
-       "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
+       "mathmacrotemplate" "mathmacrotemplate,bottom"
        "minibuffer" "off,bottom"
 End
index afb2a78069eaec18228972116bd7a36f379c5673..b038623fcb14260b114cc71036b5863fb8f92b4a 100644 (file)
@@ -307,8 +307,6 @@ void ToolbarBackend::readToolbarSettings(Lexer & lex)
                                flag = ToolbarInfo::LEFT;
                        else if (!compare_ascii_no_case(*cit, "right"))
                                flag = ToolbarInfo::RIGHT;
-                       else if (!compare_ascii_no_case(*cit, "auto"))
-                               flag = ToolbarInfo::AUTO;
                        else {
                                LYXERR(Debug::ANY,
                                        "ToolbarBackend::readToolbarSettings: unrecognised token:`"