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:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
commit6112dfe4b45b0305c7a6f61bd8a847f69f892cbb (patch)
treef75410ae7f3554f92ac89c4a42a0a8bc2da53f57 /pdf/xpdf/about-text.h
parent0152000b294f88a4e659fdbce1ee7558ba29111a (diff)
Initial revision
Diffstat (limited to 'pdf/xpdf/about-text.h')
-rw-r--r--pdf/xpdf/about-text.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/pdf/xpdf/about-text.h b/pdf/xpdf/about-text.h
new file mode 100644
index 0000000..e84c1ef
--- /dev/null
+++ b/pdf/xpdf/about-text.h
@@ -0,0 +1,47 @@
+//========================================================================
+//
+// about-text.h
+//
+// Copyright 2002 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-2001 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
+};