figures are now graphics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2002-03-14 06:12:37 +00:00
parent ebd9146ddc
commit 0686bd964d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-03-14 Allan Rae <rae@lyx.org>
* bind/sv_menus.bind:
* bind/xemacs.bind: figure inset replaced by graphics inset
2002-03-12 Kayvan A. Sylvan <kayvan@sylvan.com>
* examples/Literate.lyx: Fixed build-script section to work

View File

@ -106,7 +106,7 @@
# Insert menu
#
#\bind "M-i g" "figure-insert"
#\bind "M-i g" "graphics-insert"
#\bind "M-i b" "table-insert"
#\bind "M-i c" "buffer-child-insert"
#\bind "M-i f" "footnote-insert"

View File

@ -281,7 +281,7 @@
\bind "C-c C-e S-q" "layout Quotation"
\bind "C-c C-e v" "layout Quote"
\bind "C-c C-e f" "figure-insert" ## should be figure-float
\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 percent" "layout Comment"