]> git.lyx.org Git - features.git/commitdiff
* configure.py: resolve shortcut conflict
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 23 Nov 2010 11:14:30 +0000 (11:14 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 23 Nov 2010 11:14:30 +0000 (11:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36441 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 3ffec2b5b595d85f4b5c021b49c66bed8452eb22..ae5f7920556d487fad35a9c601b52d087e343347 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   "LyXHTML"              X "%%" ""    "document"'])
+        rc_entry = [r'\Format xhtml      xhtml   "LyXHTML"              y "%%" ""    "document"'])
     if xhtmlview == "":
-        addToRC(r'\Format xhtml      xhtml   "LyXHTML"              X "" ""  "document"')
+        addToRC(r'\Format xhtml      xhtml   "LyXHTML"              y "" ""  "document"')
  #
     checkEditor('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \
         'pybliographic', 'bibdesk', 'gbib', 'kbib', \