Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/about-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/about-text.h')
-rw-r--r--pdf/xpdf/about-text.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/pdf/xpdf/about-text.h b/pdf/xpdf/about-text.h
deleted file mode 100644
index 54925ce..0000000
--- a/pdf/xpdf/about-text.h
+++ /dev/null
@@ -1,47 +0,0 @@
-//========================================================================
-//
-// about-text.h
-//
-// Copyright 2002-2003 Glyph & Cog, LLC
-//
-//========================================================================
-
-static char *aboutWinText[] = {
- "http://www.foolabs.com/xpdf/",
- "derekn@foolabs.com",
- " ",
- "Licensed under the GNU General Public License (GPL).",
- "See the 'COPYING' file for details.",
- " ",
- "Supports PDF version " supportedPDFVersionStr ".",
- " ",
- "The PDF data structures, operators, and specification",
- "are copyright 1985-2003 Adobe Systems Inc.",
- " ",
- "Mouse bindings:",
- " button 1: select text / follow link",
- " button 2: pan window",
- " button 3: menu",
- " ",
- "Key bindings:",
- " o = open file",
- " r = reload",
- " f / ctrl-F = find text",
- " ctrl-G = find next",
- " ctrl-P = print",
- " n = next page",
- " p = previous page",
- " <PgDn> = <space> = scroll down",
- " <PgUp> = <backspace> = <delete> = scroll up",
- " v = forward (history path)",
- " b = backward (history path)",
- " 0 / + / - = zoom zero / in / out",
- " z / w = zoom page / page width",
- " ctrl-L = redraw",
- " q = quit",
- " <home> / <end> = top / bottom of page",
- " <arrows> = scroll",
- " ",
- "For more information, please read the xpdf(1) man page.",
- NULL
-};