diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-06-15 12:43:52 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-06-15 12:43:52 +0200 |
commit | 368e96219033449c6dc0bd5b1864b5c682d71192 (patch) | |
tree | e75d7d02b852a00f3e65b1fe562a6deec085c411 /apps/mozilla | |
parent | bcfd22f04c7b09aad8c58375eba2173ec6fc92d6 (diff) | |
download | mupdf-368e96219033449c6dc0bd5b1864b5c682d71192.tar.xz |
ditch the ghostpdf name
Diffstat (limited to 'apps/mozilla')
-rw-r--r-- | apps/mozilla/moz_winres.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mozilla/moz_winres.rc b/apps/mozilla/moz_winres.rc index 189d3aea..da421383 100644 --- a/apps/mozilla/moz_winres.rc +++ b/apps/mozilla/moz_winres.rc @@ -1,5 +1,5 @@ // -// GhostPDF Plugin description +// MuPDF Plugin description // 1 VERSIONINFO @@ -9,9 +9,9 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "ProductName", "GhostPDF Plug-in\0" + VALUE "ProductName", "MuPDF Plug-in\0" VALUE "OriginalFilename", "npmupdf.dll\0" - VALUE "FileDescription", "The GhostPDF plugin allows you to browse PDF files with a simple light-weight scrolling interface.<br>See <a href=""http://ghostpdf.com/new.html"">ghostpdf.com</a> for more information.\0" + VALUE "FileDescription", "The MuPDF plugin allows you to browse PDF files with a simple light-weight scrolling interface.<br>See <a href=""http://ghostscript.com/~tor/software/fitz.html">ghostscript.com</a> for more information.\0" VALUE "MIMEType", "application/pdf|application/x-mupdf\0" VALUE "FileExtents", "pdf|foo" VALUE "FileOpenName", "Acrobat PDF File|Acrobat PDF File" |