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-2007 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, |