mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
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:
parent
4c57d0b5f2
commit
0a8f09662c
@ -44,6 +44,7 @@ Toolbars
|
|||||||
"view/update" "on,top"
|
"view/update" "on,top"
|
||||||
"extra" "on,top"
|
"extra" "on,top"
|
||||||
"review" "auto,review,top"
|
"review" "auto,review,top"
|
||||||
|
"vcs" "off,top"
|
||||||
"table" "auto,table,bottom"
|
"table" "auto,table,bottom"
|
||||||
"math_panels" "auto,math,bottom"
|
"math_panels" "auto,math,bottom"
|
||||||
"math" "auto,math,bottom"
|
"math" "auto,math,bottom"
|
||||||
|
@ -210,6 +210,14 @@ ToolbarSet
|
|||||||
Item "Update PostScript" "buffer-update ps"
|
Item "Update PostScript" "buffer-update ps"
|
||||||
End
|
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"
|
Toolbar "math_panels" "Math Panels"
|
||||||
PopupMenu "space" "Math Spacings"
|
PopupMenu "space" "Math Spacings"
|
||||||
PopupMenu "style" "Styles"
|
PopupMenu "style" "Styles"
|
||||||
|
Loading…
Reference in New Issue
Block a user