]> git.lyx.org Git - lyx.git/commitdiff
back to tabular-insert
authorJohn Levon <levon@movementarian.org>
Mon, 5 Aug 2002 16:50:03 +0000 (16:50 +0000)
committerJohn Levon <levon@movementarian.org>
Mon, 5 Aug 2002 16:50:03 +0000 (16:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4866 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/xemacs.bind
lib/ui/default.ui
src/ChangeLog
src/LyXAction.C

index b57784e35e7b97eb2daac7571f6a62dd06540863..5d8d4fbabaf85101c07ea3775f18ffbdc129200b 100644 (file)
 \bind "C-c C-e v"              "layout Quote"
 
 \bind "C-c C-e f"              "graphics-insert"  ## should be figure-float
-\bind "C-c C-e t"              "dialog-tabular-insert" ## should be table-float
+\bind "C-c C-e t"              "tabular-insert" ## should be table-float
 
 \bind "C-c percent"            "layout Comment"
 
index 8e08e75bbd0672c9821c8f5604279d85bc1b1a35..f617e79b0c09d23ebfa742ed8115f38eaa084f52 100644 (file)
@@ -185,7 +185,7 @@ Menuset
        Item "TeX|T" "ert-insert"
        Item "Minipage|p" "minipage-insert"
        Item "Graphics...|G" "graphics-insert"
-       Item "Tabular Material...|b" "dialog-tabular-insert"
+       Item "Tabular Material...|b" "tabular-insert"
        Submenu "Floats|a" "insert_floats"
        Separator
        Item "Include File...|d" "buffer-child-insert"
@@ -312,7 +312,7 @@ Menuset
        Separator
        Item "Error|E" "error-next"
        Item "Note|N" "note-next"
-       Item "Refs|R" "reference-next"
+       Item "Refs|R" "reference-goto"
        Submenu "Bookmarks|B" "navigate_bookmarks"
     End
 
@@ -398,5 +398,5 @@ Toolbar
     Icon "depth-increment"
     Separator
     Icon "graphics-insert"
-    Icon "dialog-tabular-insert"
+    Icon "tabular-insert"
 End
index db13a72283fb0bb675f88913d0815b0be3aee9f5..a735b5d6469413659252182728725bebce0f5983 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-05  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: back to tabular-insert
 2002-08-04  John Levon  <levon@movementarian.org>
 
        * BufferView.h:
index 3c5f073ffa49fc64c4f3ee03588503466dd8af8c..7df11552dd8d48fb58a211382573fddd946a2f5f 100644 (file)
@@ -365,7 +365,7 @@ void LyXAction::init()
                { LFUN_SHIFT_TAB, "tab-backward", "", Noop },
                { LFUN_TAB, "tab-forward", "", Noop },
                { LFUN_TABINSERT, "tab-insert", "", Noop },
-               { LFUN_TABULAR_INSERT, "table-insert", N_("Insert Table"), Noop },
+               { LFUN_TABULAR_INSERT, "tabular-insert", N_("Insert Table"), Noop },
                { LFUN_TABULAR_FEATURE, "tabular-feature",
                  N_("Tabular Features"), Noop },
 #if 0