]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
typo.
[lyx.git] / lib / ui / default.ui
index 737fcf18cbecd1e426837ed7066511de473cdb67..bf82cd843ce1367097f770a1c110c71f04e3d0c9 100644 (file)
@@ -14,9 +14,9 @@
 # The interface is designed (partially) following the KDE Human Interface
 # Guidelines (http://usability.kde.org/hig/)
 
-Include "stdmenus.ui"
+Include "stdmenus.inc"
 
-Include "stdtoolbars.ui"
+Include "stdtoolbars.inc"
 
 # Which toolbars to use.
 #
@@ -25,6 +25,7 @@ Include "stdtoolbars.ui"
 # on: the toolbar is visible
 # off: the toolbar is not visible
 # 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
@@ -33,9 +34,12 @@ Include "stdtoolbars.ui"
 #
 Toolbars
        "standard" "on,top"
+       "view/update" "on,top"
        "extra" "on,top"
-       "review" "off,top"
+       "review" "review,top"
        "table" "table,bottom"
+       "math_panels" "math,bottom"
        "math" "math,bottom"
+       "mathmacrotemplate" "mathmacrotemplate,bottom"
        "minibuffer" "off,bottom"
 End