00001
00002
00003
00004
00005
00006
00007
00008
00009 static char *aboutWinText[] = {
00010 "http://www.foolabs.com/xpdf/",
00011 "derekn@foolabs.com",
00012 " ",
00013 "Licensed under the GNU General Public License (GPL).",
00014 "See the 'COPYING' file for details.",
00015 " ",
00016 "Supports PDF version " supportedPDFVersionStr ".",
00017 " ",
00018 "The PDF data structures, operators, and specification",
00019 "are copyright 1985-2003 Adobe Systems Inc.",
00020 " ",
00021 "Mouse bindings:",
00022 " button 1: select text / follow link",
00023 " button 2: pan window",
00024 " button 3: menu",
00025 " ",
00026 "Key bindings:",
00027 " o = open file",
00028 " r = reload",
00029 " f / ctrl-F = find text",
00030 " ctrl-G = find next",
00031 " ctrl-P = print",
00032 " n = next page",
00033 " p = previous page",
00034 " <PgDn> = <space> = scroll down",
00035 " <PgUp> = <backspace> = <delete> = scroll up",
00036 " v = forward (history path)",
00037 " b = backward (history path)",
00038 " 0 / + / - = zoom zero / in / out",
00039 " z / w = zoom page / page width",
00040 " ctrl-L = redraw",
00041 " q = quit",
00042 " <home> / <end> = top / bottom of page",
00043 " <arrows> = scroll",
00044 " ",
00045 "For more information, please read the xpdf(1) man page.",
00046 NULL
00047 };