]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
amsmaths.inc: allow Theorems and the like to be empty, fixes bug 4304.
[lyx.git] / lib / ui / stdtoolbars.inc
index be8fa706b54deecfc18cd5f70bac95123cf4477d..642df2eb317eb253b1588af206249e061d804d16 100644 (file)
@@ -42,8 +42,8 @@
 #
 #
 # The icons are found in the lib/images/ direcory under the name
-# action.xpm or action_parameter.xpm, except for math-insert, which
-# is e.g. lib/image/math/sum.xpm. Note that some characters are
+# action.png or action_parameter.png, except for math-insert, which
+# is e.g. lib/image/math/sum.png. Note that some characters are
 # replaced (e.g. ')' -> rbracket).
 #
 #  All other lyx commands will get a "unknown" icon.
@@ -76,7 +76,7 @@ ToolbarSet
                Item "Insert graphics" "dialog-show-new-inset graphics"
                TableInsert "Insert table"
                Separator
-               Item "Toggle Table of Contents" "dialog-toggle toc"
+               Item "Toggle Outline" "dialog-toggle toc"
                Item "Toggle Math Toolbar" "toolbar-toggle math"
                Item "Toggle Table Toolbar" "toolbar-toggle table"
        End
@@ -101,7 +101,7 @@ ToolbarSet
                Item "Insert footnote" "footnote-insert"
                Item "Insert margin note" "marginalnote-insert"
                Item "Insert note" "note-insert"
-               Item "Insert URL" "url-insert"
+               Item "Insert Hyperlink" "href-insert"
                Item "Insert TeX code" "ert-insert"
                Item "Include file" "dialog-show-new-inset include"
                Separator
@@ -194,7 +194,6 @@ ToolbarSet
 
        Toolbar "math_panels" "Math Panels"
                PopupMenu "space" "Math Spacings"
-               PopupMenu "sqrt-square" "Roots"
                PopupMenu "style" "Styles"
                PopupMenu "frac-square" "Fractions"
                PopupMenu "font" "Fonts"
@@ -274,7 +273,11 @@ ToolbarSet
        Toolbar "frac-square" "Fractions"
                Item "Standard  \\frac" "math-insert \frac"
                Item "No hor. line      \\atop" "math-insert \atop"
-               Item "Nice      \\nicefrac" "math-insert \nicefrac"
+               Item "Nice (3/4)        \\nicefrac" "math-insert \nicefrac"
+               Item "Unit (km) \\unit" "math-insert \unitone"
+               Item "Unit (864 m)      \\unit" "math-insert \unittwo"
+               Item "Unitfrac (km/h)   \\unitfrac" "math-insert \unitfrac"
+               Item "Unitfrac (20 km/h)        \\unitfrac" "math-insert \unitfracthree"
                Item "Text frac (amsmath)       \\tfrac" "math-insert \tfrac"
                Item "Display frac (amsmath)    \\dfrac" "math-insert \dfrac"
                Item "Binomial  \\choose"  "math-insert \choose"
@@ -453,6 +456,7 @@ ToolbarSet
                Item "pi" "math-insert \pi"
                Item "varpi" "math-insert \varpi"
                Item "rho" "math-insert \rho"
+               Item "varrho" "math-insert \varrho"
                Item "sigma" "math-insert \sigma"
                Item "varsigma" "math-insert \varsigma"
                Item "tau" "math-insert \tau"