5 |
# This program is free software under the GPL (>=v2) |
# This program is free software under the GPL (>=v2) |
6 |
# Read the file COPYING coming with Thuban for details. |
# Read the file COPYING coming with Thuban for details. |
7 |
|
|
8 |
|
"""The About Box""" |
9 |
|
|
10 |
|
__version__ = "$Revision$" |
11 |
|
# $Source$ |
12 |
|
# $Id$ |
13 |
|
|
14 |
from wxPython.wx import * |
from wxPython.wx import * |
15 |
|
|
16 |
from Thuban import _ |
from Thuban import _ |
43 |
"Developers:\n" |
"Developers:\n" |
44 |
"\tJonathan Coles\n" |
"\tJonathan Coles\n" |
45 |
"\tFrank Koormann\n" |
"\tFrank Koormann\n" |
46 |
"\tBernhard Reiter\n" |
"\tMartin M�ller\n" |
47 |
"\tJan-Oliver Wagner\n\n" |
"\tJan-Oliver Wagner\n\n" |
48 |
"Contributors:\n" |
"Translators:\n" |
49 |
|
"\tFrench: Daniel Calvelo Aros\n" |
50 |
|
"\tGerman: Bj�rn Broscheit\n" |
51 |
|
"\tItalian: Maurizio Napolitano\n" |
52 |
|
"\tRussian: Alex Shevlakov\n" |
53 |
|
"\tSpanish: Daniel Calvelo Aros\n\n" |
54 |
|
"Other Contributors:\n" |
55 |
"\tJonathan Byron\n" |
"\tJonathan Byron\n" |
56 |
"\tMartin M�ller\n\n" |
"\tSilke Reimer\n" |
57 |
|
"\tBernhard Reiter\n\n" |
58 |
"Questions and comments can be sent to the following addresses:\n" |
"Questions and comments can be sent to the following addresses:\n" |
59 |
"\tThuban developers:\n\t\t<[email protected]>\n" |
"\tThuban developers:\n\t\t<[email protected]>\n" |
60 |
"\tThuban mailing list:\n\t\t<[email protected]>" |
"\tThuban mailing list:\n\t\t<[email protected]>" |