From: Angus Leeming Date: Thu, 16 Aug 2001 09:35:32 +0000 (+0000) Subject: John's menu patch X-Git-Tag: 1.6.10~20826 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5d4c91480698381e0212fb097c8bcd3332606b44;p=features.git John's menu patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2519 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9c743f79c1..e866598361 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-08-15 John Levon + + * ui/default.ui: sanitise math/tabular entries + 2001-07-25 André Pönitz * bind/math.bind: diff --git a/lib/ui/default.ui b/lib/ui/default.ui index a87e05cd31..3be80218eb 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -139,10 +139,10 @@ Menuset Item "V.Align Center|n" "tabular-feature valign-center" Item "V.Align Bottom|V" "tabular-feature valign-bottom" Separator - Item "Append Row|A" "tabular-feature append-row" - Item "Append Column|u" "tabular-feature append-column" - Separator + Item "Add Row|A" "tabular-feature append-row" Item "Delete Row|w" "tabular-feature delete-row" + Separator + Item "Add Column|u" "tabular-feature append-column" Item "Delete Column|D" "tabular-feature delete-column" End @@ -174,6 +174,7 @@ Menuset Separator Item "Add Row" "math-row-insert" Item "Delete Row" "math-row-delete" + Separator Item "Add Column" "math-column-insert" Item "Delete Column" "math-column-delete" End