John's menu patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-08-16 09:35:32 +00:00
parent 45bd81a203
commit 5d4c914806
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-08-15 John Levon <moz@compsoc.man.ac.uk>
* ui/default.ui: sanitise math/tabular entries
2001-07-25 André Pönitz <poenitz@gmx.net>
* bind/math.bind:

View File

@ -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