>From what I understand, "PostScript" is the correct way to write it.

Does anyone have an opinion on this?

Scott
From 57122755eec3497c4bbe2215cc71b87be9ef8071 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Wed, 10 Apr 2013 22:47:44 -0400
Subject: [PATCH] Spelling: "Postscript" -> "PostScript"

---
 lib/configure.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/configure.py b/lib/configure.py
index 62ed2b9..e1f0c21 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -572,12 +572,12 @@ def checkFormatEntries(dtl_tools):
         'nedit', 'gedit', 'notepad', 'geany', 'leafpad', 'mousepad'],
         rc_entry = [r'''\Format bibtex bib    "BibTeX"         "" ""   "%%"    
""      "text/x-bibtex"''' ])
     #
-    #checkProg('a Postscript interpreter', ['gs'],
+    #checkProg('a PostScript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 
'gv', 'ghostview -swap'],
+    checkViewer('a PostScript previewer', ['kghostview', 'okular', 'evince', 
'gv', 'ghostview -swap'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" 
"%%"      ""      "vector"        "image/x-eps"
 \Format eps2       eps    "EPS (uncropped)"       "" "%%"      ""      
"vector"        ""
-\Format ps         ps      Postscript             t  "%%"      ""      
"document,vector,menu=export"   "application/postscript"'''])
+\Format ps         ps      PostScript             t  "%%"      ""      
"document,vector,menu=export"   "application/postscript"'''])
     # for xdg-open issues look here: 
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
     # the MIME type is set for pdf6, because that one needs to be 
autodetectable by libmime
     checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', 'mupdf', \
-- 
1.7.9.5

Reply via email to