mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* 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:
parent
abac1cde48
commit
33f4ea26a5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user