]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Add accept/reject change to the context menu of the toc.
[lyx.git] / lib / ui / stdtoolbars.inc
index 8aec1b166359ff1405ddb32fb46a02e0908b0561..8a50201f04fd52508936bc3b8da7534d054dae08 100644 (file)
@@ -203,11 +203,24 @@ ToolbarSet
        End
        
        Toolbar "view/update" "View/Update"
+               Item "View" "buffer-view"
+               Item "Update" "buffer-update"
+               Item "View Master Document" "master-buffer-view"
+               Item "Update Master Document" "master-buffer-update"
+               Separator
+               StickyPopupMenu "view-others" "View Other Formats"
+               StickyPopupMenu "update-others" "Update Other Formats"
+       End
+       
+       Toolbar "view-others" "View Other Formats"
                Item "View DVI" "buffer-view dvi"
-               Item "Update DVI" "buffer-update dvi"
-               Item "View PDF (pdflatex)" "command-alternatives buffer-view pdf2;buffer-view pdf4"
-               Item "Update PDF (pdflatex)" "command-alternatives buffer-update pdf2;buffer-view pdf4"
+               Item "View PDF (pdflatex)" "buffer-view pdf2"
                Item "View PostScript" "buffer-view ps"
+       End
+       
+       Toolbar "update-others" "Update Other Formats"
+               Item "Update DVI" "buffer-update dvi"
+               Item "Update PDF (pdflatex)" "buffer-update pdf2"
                Item "Update PostScript" "buffer-update ps"
        End
 
@@ -310,7 +323,8 @@ ToolbarSet
                Item "Text fraction     \\tfrac" "math-insert \tfrac"
                Item "Display fraction  \\dfrac" "math-insert \dfrac"
                Item "Continued fraction        \\cfrac" "math-insert \cfrac"
-               Item "Continued fraction (aligned)      \\cfrac" "math-insert \cfracthree"
+               Item "Continued fraction (left) \\cfrac" "math-insert \cfracleft"
+               Item "Continued fraction (right)        \\cfrac" "math-insert \cfracright"
                Item "Binomial  \\binom" "math-insert \binom"
                Item "Text binomial     \\tbinom" "math-insert \tbinom"
                Item "Display binomial  \\dbinom" "math-insert \dbinom"