From 33f4ea26a5a6977fc2af69c339e495f76e948b4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 11 Dec 2010 14:48:52 +0000 Subject: [PATCH] * actually record rtf and doc viewers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36825 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index 7c0d97e418..610740401e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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" -- 2.39.5