]> git.lyx.org Git - features.git/commitdiff
stdmenus.inc: comment out two non-working menu entries
authorUwe Stöhr <uwestoehr@web.de>
Sun, 9 Mar 2008 16:49:25 +0000 (16:49 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 9 Mar 2008 16:49:25 +0000 (16:49 +0000)
(see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg136498.html)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23600 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index 679f0c29ca85c1d50b7b74a628da2f32bb0107b2..f7dc6d9075447edc5ee00ad5fff33d15d9a3f4aa 100644 (file)
@@ -179,12 +179,12 @@ Menuset
                Item "Add Row|A" "tabular-feature append-row"
                Item "Delete Row|D" "tabular-feature delete-row"
                Item "Copy Row|o" "tabular-feature copy-row"
-               Item "Swap Rows|S" "tabular-feature swap-row"
+               # Item "Swap Rows|S" "tabular-feature swap-row" # currently broken
                Separator
                Item "Add Column|u" "tabular-feature append-column"
                Item "Delete Column|e" "tabular-feature delete-column"
                Item "Copy Column|p" "tabular-feature copy-column"
-               Item "Swap Columns|w" "tabular-feature swap-column"
+               # Item "Swap Columns|w" "tabular-feature swap-column" # currently broken
        End
 
        Menu "edit_math"