]> git.lyx.org Git - features.git/commitdiff
Fix DraftDVI entry
authorEnrico Forestieri <forenr@lyx.org>
Mon, 15 Oct 2007 23:32:07 +0000 (23:32 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 15 Oct 2007 23:32:07 +0000 (23:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20977 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index ded2ea9f343d6de2964048e728d1e7af6b42a519..38310e3a5d1636167040c59c17191236af3a5266 100644 (file)
@@ -288,7 +288,7 @@ def checkFormatEntries(dtl_tools):
         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"        ""      "document,vector"'])
     if dtl_tools:
         # Windows only: DraftDVI
-        addToRC(r'\Format dvi2       dvi     DraftDVI               "" ""      "document,vector"')
+        addToRC(r'\Format dvi2       dvi     DraftDVI               "" ""      ""      "vector"')
     #
     checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  "%%"        ""      "document"'])