1 |
# Copyright (c) 2001-2007 by Intevation GmbH |
# Copyright (c) 2001-2007 by Intevation GmbH |
2 |
|
# vim: set fileencoding=ISO-8859-15 : |
3 |
# Authors: |
# Authors: |
4 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
5 |
# Bernhard Reiter <[email protected]> |
# Bernhard Reiter <[email protected]> |
147 |
|
|
148 |
text_title = wx.StaticText(self, -1, |
text_title = wx.StaticText(self, -1, |
149 |
_("Thuban is a program for exploring geographic data.\n\n") + |
_("Thuban is a program for exploring geographic data.\n\n") + |
150 |
"Copyright 2001-2007 Intevation GmbH.\n" + |
"Copyright 2001-2008 Intevation GmbH.\n" + |
151 |
_("Thuban is licensed under the GNU GPL"), |
_("Thuban is licensed under the GNU GPL v>=2"), |
152 |
style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE) |
style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE) |
153 |
|
|
154 |
textBox = wx.TextCtrl(self, -1, text, |
textBox = wx.TextCtrl(self, -1, text, |