[Thuban-commits] r2691 - in trunk/thuban: . Thuban/UI
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 31 14:40:31 CEST 2006
Author: bernhard
Date: 2006-08-31 14:40:30 +0200 (Thu, 31 Aug 2006)
New Revision: 2691
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Thuban/UI/about.py
Log:
Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
copyright range to include 2006.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2006-08-31 12:29:49 UTC (rev 2690)
+++ trunk/thuban/ChangeLog 2006-08-31 12:40:30 UTC (rev 2691)
@@ -1,6 +1,10 @@
2006-08-31 Bernhard Reiter <bernhard at intevation.de>
+
* README: fixed URLs to sqlite and pysqlite.
+ * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
+ copyright range to include 2006.
+
2006-06-29 Didrik Pinte <dpinte at itae.be>
* Thuban/UI/main.py: circular import fix.
Modified: trunk/thuban/Thuban/UI/about.py
===================================================================
--- trunk/thuban/Thuban/UI/about.py 2006-08-31 12:29:49 UTC (rev 2690)
+++ trunk/thuban/Thuban/UI/about.py 2006-08-31 12:40:30 UTC (rev 2691)
@@ -49,6 +49,7 @@
( _('Russian'), 'Alex Shevlakov'),
( _('Spanish'), 'Daniel Calvelo Aros') ]
other_contributors = [ 'Jonathan Byron',
+ 'Didrik Pinte',
'Ole Rahn',
'Silke Reimer' ]
dyn_modules = [ ('wxPython', versions['wxPython']),
@@ -137,7 +138,7 @@
text_title = wxStaticText(self, -1,
_("Thuban is a program for exploring geographic data.\n\n") +
- "Copyright 2001-2005 Intevation GmbH.\n" +
+ "Copyright 2001-2006 Intevation GmbH.\n" +
_("Thuban is licensed under the GNU GPL"),
style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE)
More information about the Thuban-commits
mailing list