commit dd82e779beb711f6e6c243801d4cc92fc0167ed6
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Tue Feb 17 00:46:46 2015 +0100

    configure.py: correct a strange spacing issue introduced in last commit

diff --git a/lib/configure.py b/lib/configure.py
index f05fe0a..2f6dfa2 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -662,7 +662,7 @@ def checkFormatEntries(dtl_tools):
 \Format pdf5       pdf    "PDF (LuaTeX)"          u  "%%"      ""      
"document,vector,menu=export"   ""
 \Format pdf6       pdf    "PDF (graphics)"        "" "%%"      ""      
"vector"        "application/pdf"
 \Format pdf7       pdf    "PDF (cropped)"         "" "%%"      ""      
"document,vector"       ""
-\Format pdf8       pdf    "PDF (lower resolution)"         "" "%%"     ""      
"document,vector"       ""'''])
+\Format pdf8       pdf    "PDF (lower resolution)"         "" "%%"     ""      
"document,vector"       ""'''])
     #
     checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'yap', 'dviout 
-Set=!m'],
         rc_entry = [r'''\Format dvi        dvi     DVI                    D  
"%%"      ""      "document,vector,menu=export"   "application/x-dvi"

Reply via email to