]> git.lyx.org Git - features.git/commitdiff
John's menu patch
authorAngus Leeming <leeming@lyx.org>
Thu, 16 Aug 2001 09:35:32 +0000 (09:35 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 16 Aug 2001 09:35:32 +0000 (09:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2519 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/ui/default.ui

index 9c743f79c14b66e8905f344163d235c6cb768b99..e866598361de8e44a9df3a6d409b9ad28631a25c 100644 (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:
index a87e05cd312c354149ddad15f159679651f2f6ac..3be80218eba9d038ce7295bda81d3507441e9d1b 100644 (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