]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/about-text.h
Import of Xpdf 2.02 for merge
[evince.git] / pdf / xpdf / about-text.h
1 //========================================================================
2 //
3 // about-text.h
4 //
5 // Copyright 2002-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
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-2001 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   "  ctrl-L         = redraw",
41   "  q              = quit",
42   "  <home> / <end> = top / bottom of page",
43   "  <arrows>       = scroll",
44   " ",
45   "For more information, please read the xpdf(1) man page.",
46   NULL
47 };