[Thuban-commits] r2697 - in trunk/thuban: . Thuban/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 18 02:45:38 CEST 2006


Author: bernhard
Date: 2006-09-18 02:45:37 +0200 (Mon, 18 Sep 2006)
New Revision: 2697

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/UI/application.py
Log:
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing.
* Fixed Changelog a bit.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2006-09-17 23:19:21 UTC (rev 2696)
+++ trunk/thuban/ChangeLog	2006-09-18 00:45:37 UTC (rev 2697)
@@ -1,19 +1,24 @@
 2006-09-18 Bernhard Reiter <bernhard at intevation.de>
-	* test/test_proj.py: new test_lc_numeric_robustness()
 
+	* Thuban/UI/application.py: Fixed warning dialog when gdal is missing.
+
+	* test/test_proj.py: new test_lc_numeric_robustness(). Added author
+	Bernhard Reiter and new copyright year 2006.
+
 2006-09-15 Bernhard Reiter <bernhard at intevation.de>
 
 	* README: added RXP and pyRXP as optional for tests.
+
 	* test/localessupport.py: New. Contains a helper function
 	to find a locale with comma used as decimal_point.
 
 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.
@@ -105,7 +110,6 @@
   * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
 	Patched the querying system to support the param style of pysqlite2
 
->>>>>>> .r2689
 2006-04-24 Didrik Pinte <dpinte at itae.be>
   	* Extensions/svgexport/__init__.py: The extension now works on win32
 	architecture. Bug #87 corrected.

Modified: trunk/thuban/Thuban/UI/application.py
===================================================================
--- trunk/thuban/Thuban/UI/application.py	2006-09-17 23:19:21 UTC (rev 2696)
+++ trunk/thuban/Thuban/UI/application.py	2006-09-18 00:45:37 UTC (rev 2697)
@@ -254,10 +254,10 @@
                     msg = _("The current session contains Image layers,\n"
                             "but the GDAL library is not available to "
                             "draw them.")
-                    dlg = wx.wxMessageDialog(None,
+                    dlg = wxMessageDialog(None,
                                              msg,
                                              _("Library not available"),
-                                             wx.wxOK | wx.wxICON_INFORMATION)
+                                             wxOK | wxICON_INFORMATION)
                     print msg
                     dlg.ShowModal()
                     dlg.Destroy()



More information about the Thuban-commits mailing list