fix shortcut for plain format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9989 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-06-01 12:08:47 +00:00
parent 7598e0b791
commit 89d73a6003
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: fix shortcut for text format.
2005-05-25 Angus Leeming <leeming@lyx.org> 2005-05-25 Angus Leeming <leeming@lyx.org>
* configure.m4: strip '\r' characters from the generated * configure.m4: strip '\r' characters from the generated

View File

@ -623,7 +623,7 @@ cat >$outfile <<EOF
\\Format pstex pstex_t PSTEX "" "" "" \\Format pstex pstex_t PSTEX "" "" ""
\\Format tgif obj TGIF "" "$TGIF_VIEWER" "$TGIF_EDITOR" \\Format tgif obj TGIF "" "$TGIF_VIEWER" "$TGIF_EDITOR"
\\Format sxw sxw "OpenOffice.Org Writer" O "" "" \\Format sxw sxw "OpenOffice.Org Writer" O "" ""
\\Format text txt "Plain text" A "" "$TEXT_EDITOR" \\Format text txt "Plain text" a "" "$TEXT_EDITOR"
\\Format textparagraph txt "Plain text (paragraphs)" "" "" "$TEXT_EDITOR" \\Format textparagraph txt "Plain text (paragraphs)" "" "" "$TEXT_EDITOR"
\\Format tiff tif TIFF "" "$RASTERIMAGE_VIEWER" "$RASTERIMAGE_EDITOR" \\Format tiff tif TIFF "" "$RASTERIMAGE_VIEWER" "$RASTERIMAGE_EDITOR"
\\Format word doc Word W "" "" \\Format word doc Word W "" ""