Various Datatypes.
[AROS-Contrib.git] / arospdf / xpdf / about-text.h
blob50266bd193506baeea2fcd4f13aa287663c6927b
1 //========================================================================
2 //
3 // about-text.h
4 //
5 // Copyright 2002-2007 Glyph & Cog, LLC
6 //
7 //========================================================================
9 static char *aboutWinText[] = {
10 "http://www.foolabs.com/xpdf/",
11 "derekn@foolabs.com",
12 " ",
13 "Licensed under the GNU General Public License (GPL).",
14 "See the 'COPYING' file for details.",
15 " ",
16 "Supports PDF version " supportedPDFVersionStr ".",
17 " ",
18 "The PDF data structures, operators, and specification",
19 "are copyright 1985-2006 Adobe Systems Inc.",
20 " ",
21 "Mouse bindings:",
22 " button 1: select text / follow link",
23 " button 2: pan window",
24 " button 3: menu",
25 " ",
26 "Key bindings:",
27 " o = open file",
28 " r = reload",
29 " f / ctrl-F = find text",
30 " ctrl-G = find next",
31 " ctrl-P = print",
32 " n = next page",
33 " p = previous page",
34 " <PgDn> = <space> = scroll down",
35 " <PgUp> = <backspace> = <delete> = scroll up",
36 " v = forward (history path)",
37 " b = backward (history path)",
38 " 0 / + / - = zoom zero / in / out",
39 " z / w = zoom page / page width",
40 " alt-F = toggle full-screen mode",
41 " ctrl-L = redraw",
42 " q = quit",
43 " <home> / <end> = top / bottom of page",
44 " <arrows> = scroll",
45 " ",
46 "For more information, please read the xpdf(1) man page.",
47 NULL