mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
7598e0b791
commit
89d73a6003
@ -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>
|
||||
|
||||
* configure.m4: strip '\r' characters from the generated
|
||||
|
@ -623,7 +623,7 @@ cat >$outfile <<EOF
|
||||
\\Format pstex pstex_t PSTEX "" "" ""
|
||||
\\Format tgif obj TGIF "" "$TGIF_VIEWER" "$TGIF_EDITOR"
|
||||
\\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 tiff tif TIFF "" "$RASTERIMAGE_VIEWER" "$RASTERIMAGE_EDITOR"
|
||||
\\Format word doc Word W "" ""
|
||||
|
Loading…
Reference in New Issue
Block a user