From 53e186297e30359c13977bfd83730f30df754470 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 6 Jan 2007 15:03:38 +0000 Subject: [PATCH] * lib/configure.py: change "MS Word (HTML)" to "HTML (MS Word)" as suggested by H. Haase; fix a few typos ("a" => "an") git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16552 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index 69e0e1881d..33f1588a30 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -291,7 +291,7 @@ def checkFormatEntries(dtl_tools): # Windows only: DraftDVI addToRC(r'\Format dvi2 dvi DraftDVI "" "" "document,vector"') # - checkViewer('a HTML previewer', ['mozilla file://$$p$$i', 'netscape'], + checkViewer('an HTML previewer', ['mozilla file://$$p$$i', 'netscape'], rc_entry = [r'\Format html html HTML H "%%" "" "document"']) # # entried that do not need checkProg @@ -308,7 +308,7 @@ def checkFormatEntries(dtl_tools): \Format sxw sxw "OpenOffice.Org Writer" O "" "" "document,vector" \Format wmf wmf "Windows Meta File" "" "" "" "vector" \Format word doc "MS Word" W "" "" "document,vector" -\Format wordhtml html "MS Word (HTML)" "" "" "" "document" +\Format wordhtml html "HTML (MS Word)" "" "" "" "document" ''') @@ -336,10 +336,10 @@ def checkConverterEntries(): checkProg('a Noweb -> LaTeX converter', ['noweave -delay -index $$i > $$o'], rc_entry = [ r'\converter literate latex "%%" ""' ]) # - checkProg('a HTML -> LaTeX converter', ['html2latex $$i'], + checkProg('an HTML -> LaTeX converter', ['html2latex $$i'], rc_entry = [ r'\converter html latex "%%" ""' ]) # - checkProg('a MSWord -> LaTeX converter', ['wvCleanLatex $$i $$o'], + checkProg('an MS Word -> LaTeX converter', ['wvCleanLatex $$i $$o'], rc_entry = [ r'\converter word latex "%%" ""' ]) # checkProg('a LaTeX -> MS Word converter', ["htlatex $$i 'html,word' 'symbol/!' '-cvalidate'"], @@ -402,7 +402,7 @@ def checkConverterEntries(): checkProg('a WMF -> EPS converter', ['wmf2eps -o $$o $$i'], rc_entry = [ r'\converter wmf eps "%%" ""', '']) # - checkProg('a EPS -> PDF converter', ['epstopdf'], + checkProg('an EPS -> PDF converter', ['epstopdf'], rc_entry = [ r'\converter eps pdf "epstopdf --outfile=$$o $$i" ""', '']) # checkProg('a Grace -> Image converter', ['gracebat'], -- 2.39.2