]> git.lyx.org Git - lyx.git/commitdiff
Change the name of the XHTML format.
authorRichard Heck <rgheck@comcast.net>
Thu, 7 Jan 2010 18:01:35 +0000 (18:01 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 7 Jan 2010 18:01:35 +0000 (18:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32854 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 5342fbd861297aeec0d7c1950fc91c851b21a148..cc4e0ce29e351d1551b58c56c8874c8e711d3f76 100644 (file)
@@ -516,9 +516,9 @@ def checkFormatEntries(dtl_tools):
 \Format textparagraph txt "Plain Text, Join Lines" "" ""       "%%"    "document"''' ])
  #
     path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
-        rc_entry = [r'\Format xhtml      xhtml   "LyX HTML"              X "%%" ""    "document"'])
+        rc_entry = [r'\Format xhtml      xhtml   "LyXHTML"              X "%%" ""    "document"'])
     if xhtmlview == "":
-        addToRC(r'\Format xhtml      xhtml   "LyX HTML"              X "" ""  "document"')
+        addToRC(r'\Format xhtml      xhtml   "LyXHTML"              X "" ""  "document"')
  #
     checkEditor('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \
         'pybliographic', 'bibdesk', 'gbib', 'kbib', \