]> git.lyx.org Git - features.git/commitdiff
Add VCS toolbar.
authorPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 17:40:26 +0000 (17:40 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 17:40:26 +0000 (17:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25984 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/default.ui
lib/ui/stdtoolbars.inc

index 3cb14ec6c3be63b1551a460d92a00367ef43981e..9688b0e764fe7464fb223ec6617d5c56df9395b0 100644 (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"
index 3448f1197deeaec0d55e86ca95d7426084eb456c..b9694ac23f9900b733a3cdfb00d670d4c0ced444 100644 (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"