diff --git a/lib/configure.py b/lib/configure.py index 5d323eb2c5..441f93ad25 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -345,8 +345,12 @@ def checkFormatEntries(dtl_tools): # checkViewer('an OpenDocument viewer', ['swriter', 'oowriter'], rc_entry = [r'\Format odt odt OpenDocument "" "%%" "%%" "document,vector"']) + # + checkViewer('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"''']) # - # 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" @@ -362,11 +366,9 @@ def checkFormatEntries(dtl_tools): \Format pdftex pdftex_t PDFTEX "" "" "" "" \Format program "" Program "" "" "" "" \Format pstex pstex_t PSTEX "" "" "" "" -\Format rtf rtf "Rich Text Format" "" "" "" "document,vector" \Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector" \Format wmf wmf "Windows Metafile" "" "" "" "vector" \Format emf emf "Enhanced Metafile" "" "" "" "vector" -\Format word doc "MS Word" W "" "" "document,vector" \Format wordhtml html "HTML (MS Word)" "" "" "" "document" ''') diff --git a/status.16x b/status.16x index 96cd87f349..65538dd65f 100644 --- a/status.16x +++ b/status.16x @@ -57,6 +57,8 @@ What's new - Do not output PDF settings if these are disabled in the document settings (bug 7052). +- Correctly check for RTF and DOC viewers. + * USER INTERFACE