* enable auto again. See r22655. The three flags math, table, mathmacrotemplate only specify when the toolbar is shown in auto mode. But you still have to enable "auto" explicitly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23348 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-02-29 09:18:21 +00:00
parent d1c74a4cd2
commit e936a451da

View File

@ -24,9 +24,13 @@ Include "stdtoolbars.inc"
#
# on: the toolbar is visible
# off: the toolbar is not visible
# auto: the toolbar is automatically shown and hidden depending on the
# next 3 flags.
#
# math: the toolbar is visible only when in math
# mathmacrotemplate: the toolbar is visible only when in a macro definition
# table: the toolbar is visible only when in a table
#
# top: the toolbar should be at the top of the window
# bottom: the toolbar should be at the bottom of the window
# left: the toolbar should be at the left of the window
@ -40,6 +44,6 @@ Toolbars
"table" "table,bottom"
"math_panels" "math,bottom"
"math" "math,bottom"
"mathmacrotemplate" "mathmacrotemplate,bottom"
"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
"minibuffer" "off,bottom"
End