* disable "auto" again until that point is discussed on the mailing list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-12-23 00:50:21 +00:00
parent f6cc48c156
commit 7fa64792f5
2 changed files with 1 additions and 3 deletions

View File

@ -40,6 +40,6 @@ Toolbars
"table" "table,bottom" "table" "table,bottom"
"math_panels" "math,bottom" "math_panels" "math,bottom"
"math" "math,bottom" "math" "math,bottom"
"mathmacrotemplate" "auto,mathmacrotemplate,bottom" "mathmacrotemplate" "mathmacrotemplate,bottom"
"minibuffer" "off,bottom" "minibuffer" "off,bottom"
End End

View File

@ -307,8 +307,6 @@ void ToolbarBackend::readToolbarSettings(Lexer & lex)
flag = ToolbarInfo::LEFT; flag = ToolbarInfo::LEFT;
else if (!compare_ascii_no_case(*cit, "right")) else if (!compare_ascii_no_case(*cit, "right"))
flag = ToolbarInfo::RIGHT; flag = ToolbarInfo::RIGHT;
else if (!compare_ascii_no_case(*cit, "auto"))
flag = ToolbarInfo::AUTO;
else { else {
LYXERR(Debug::ANY, LYXERR(Debug::ANY,
"ToolbarBackend::readToolbarSettings: unrecognised token:`" "ToolbarBackend::readToolbarSettings: unrecognised token:`"