]> git.lyx.org Git - lyx.git/commitdiff
Postscript is missing in View menu.
authorPavel Sanda <sanda@lyx.org>
Sat, 9 Jul 2011 19:13:21 +0000 (19:13 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 9 Jul 2011 19:13:21 +0000 (19:13 +0000)
This was forgotten in r37616.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39262 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 3a95ac94ab95398c2d2e4525e03fbb301869059a..8af5dc0ee53f0f559b768de177f9bd8e81c70ef1 100644 (file)
@@ -546,7 +546,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'],