new toolbar to view/update view documents; as discussed on the list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16789 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-01-21 00:05:33 +00:00
parent e222e80510
commit b6cdc7d751
2 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Include "stdtoolbars.inc"
Toolbars
"standard" "on,top"
"extra" "on,top"
"view/update" "on,top"
"review" "review,top"
"table" "table,bottom"
"math" "math,bottom"

View File

@ -162,3 +162,12 @@ Toolbar "review" "Review"
Item "Insert note" "note-insert"
Item "Next note" "note-next"
End
Toolbar "view/update" "View/update view document"
Item "View DVI output" "buffer-view dvi"
Item "Update DVI output" "buffer-update dvi"
Item "View PDF (pdflatex)" "buffer-view pdf2"
Item "Update PDF (pdflatex)" "buffer-update pdf2"
Item "View PostScript" "buffer-view ps"
Item "Update PostScript" "buffer-update ps"
End