From d63059ae0631866b2d6e9f3eea33028f4b284be8 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 5 Aug 2002 16:50:03 +0000 Subject: [PATCH] back to tabular-insert git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4866 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/bind/xemacs.bind | 2 +- lib/ui/default.ui | 6 +++--- src/ChangeLog | 4 ++++ src/LyXAction.C | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index b57784e35e..5d8d4fbaba 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -303,7 +303,7 @@ \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" diff --git a/lib/ui/default.ui b/lib/ui/default.ui index 8e08e75bbd..f617e79b0c 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index db13a72283..a735b5d646 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-05 John Levon + + * LyXAction.C: back to tabular-insert + 2002-08-04 John Levon * BufferView.h: diff --git a/src/LyXAction.C b/src/LyXAction.C index 3c5f073ffa..7df11552dd 100644 --- a/src/LyXAction.C +++ b/src/LyXAction.C @@ -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 -- 2.39.2