From: Uwe Stöhr Date: Mon, 7 Dec 2009 19:34:41 +0000 (+0000) Subject: configure.py: add default viewers/editors for 4 file types X-Git-Tag: 2.0.0~4879 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cef00774547ddf624c115482fe4238d64dfb70ca;p=features.git configure.py: add default viewers/editors for 4 file types git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32414 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 18b0fb929f..55ee59f66e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -572,11 +572,11 @@ 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 rtf rtf "Rich Text Format" "" "%s" "" "document,vector" +\Format sxw sxw "OpenOffice.Org (sxw)" "" "%s" "" "document,vector" +\Format wmf wmf "Windows Metafile" "" "%s" "%s" "vector" +\Format emf emf "Enhanced Metafile" "" "%s" "%s" "vector" +\Format word doc "MS Word" W "%s" "" "document,vector" \Format wordhtml html "HTML (MS Word)" "" "" "" "document" ''')