Add VCS toolbar.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25984 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-29 17:40:26 +00:00
parent 4c57d0b5f2
commit 0a8f09662c
2 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Toolbars
"view/update" "on,top"
"extra" "on,top"
"review" "auto,review,top"
"vcs" "off,top"
"table" "auto,table,bottom"
"math_panels" "auto,math,bottom"
"math" "auto,math,bottom"

View File

@ -210,6 +210,14 @@ ToolbarSet
Item "Update PostScript" "buffer-update ps"
End
Toolbar "vcs" "Version Control"
Item "Register" "vc-register"
Item "Check-out for edit" "vc-check-out"
Item "Check-in changes" "vc-check-in"
Item "View revision log" "dialog-show vc-log"
Item "Revert changes" "vc-revert"
End
Toolbar "math_panels" "Math Panels"
PopupMenu "space" "Math Spacings"
PopupMenu "style" "Styles"