The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 1a42de1bab64faee2b3fd5172bf59873f9f0852f
Author: Uwe Stöhr <[email protected]>
Date:   Wed Nov 21 23:18:38 2012 +0100

    configure.py: register our "pdfview" helper application
    
    - pdfview is necessary for LyX on Windows because it makes it possible to 
update the view of a LyX file as PDF
    - must also go to branch

diff --git a/lib/configure.py b/lib/configure.py
index 5948dd6..837320e 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -574,7 +574,7 @@ def checkFormatEntries(dtl_tools):
 \Format eps2       eps    "EPS (uncropped)"       "" "%%"      ""      
"vector"        ""
 \Format ps         ps      Postscript             t  "%%"      ""      
"document,vector,menu=export"   "application/postscript"'''])
     # for xdg-open issues look here: 
http://www.mail-archive.com/[email protected]/msg151818.html
-    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
+    checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
                    'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  
"%%"      ""      "document,vector,menu=export"   "application/pdf"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"      ""      
"document,vector,menu=export"   ""

-----------------------------------------------------------------------

Summary of changes:
 lib/configure.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to