]> git.lyx.org Git - features.git/commitdiff
Backport - postscript is missing in View menu.
authorPavel Sanda <sanda@lyx.org>
Sun, 10 Jul 2011 20:44:04 +0000 (20:44 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 10 Jul 2011 20:44:04 +0000 (20:44 +0000)
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

lib/configure.py

index cc6be7bfa4ac039bcc1e859f3d33c22b78463ceb..993d9c302e2a0d4b251a413c35677f32f1e2b558 100644 (file)
@@ -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'],