* actually record rtf and doc viewers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36825 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-12-11 14:48:52 +00:00
parent abac1cde48
commit 33f4ea26a5

View File

@ -565,10 +565,10 @@ def checkFormatEntries(dtl_tools):
\Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector"'''])
#
checkViewerEditor('a Rich Text and Word viewer', ['swriter', 'oowriter', 'abiword'],
rc_entry = [r'''\Format rtf rtf "Rich Text Format" "" "" "" "document,vector"
\Format word doc "MS Word" W "" "" "document,vector"'''])
rc_entry = [r'''\Format rtf rtf "Rich Text Format" "" "%%" "%%" "document,vector"
\Format word doc "MS Word" W "%%" "%%" "document,vector"'''])
#
# entried that do not need checkProg
# entries that do not need checkProg
addToRC(r'''\Format date "" "date command" "" "" "" ""
\Format csv csv "Table (CSV)" "" "" "" "document"
\Format fax "" Fax "" "" "" "document"