From: Pavel Sanda Date: Sun, 10 Jul 2011 20:44:04 +0000 (+0000) Subject: Backport - postscript is missing in View menu. X-Git-Tag: 2.0.1~109 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a4fbf219a3b0b42159cbf02def5378154e8644a6;p=features.git Backport - postscript is missing in View menu. This was forgotten in r37616. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39272 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index cc6be7bfa4..993d9c302e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -582,7 +582,7 @@ def checkFormatEntries(dtl_tools): # rc_entry = [ r'\ps_command "%%"' ]) checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 'gv', 'ghostview -swap'], rc_entry = [r'''\Format eps eps EPS "" "%%" "" "vector" -\Format ps ps Postscript t "%%" "" "document,vector"''']) +\Format ps ps Postscript t "%%" "" "document,vector,menu=export"''']) # for xdg-open issues look here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ 'gv', 'ghostview'],