From 0a8f09662c0e042ae734375de44e903881a3c0c3 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 29 Jul 2008 17:40:26 +0000 Subject: [PATCH] Add VCS toolbar. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25984 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/default.ui | 1 + lib/ui/stdtoolbars.inc | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/lib/ui/default.ui b/lib/ui/default.ui index 3cb14ec6c3..9688b0e764 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -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" diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 3448f1197d..b9694ac23f 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -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"