[Greater-commits] r444 - trunk/GREAT-ER/Greater/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 14 11:18:45 CEST 2011


Author: aheinecke
Date: 2011-07-14 11:18:45 +0200 (Thu, 14 Jul 2011)
New Revision: 444

Modified:
   trunk/GREAT-ER/Greater/UI/mainwindow.py
Log:
Use the correct name in the about dialog for PIL


Modified: trunk/GREAT-ER/Greater/UI/mainwindow.py
===================================================================
--- trunk/GREAT-ER/Greater/UI/mainwindow.py	2011-07-14 09:15:50 UTC (rev 443)
+++ trunk/GREAT-ER/Greater/UI/mainwindow.py	2011-07-14 09:18:45 UTC (rev 444)
@@ -166,7 +166,7 @@
                   SciParam.version.longversion,
                   "wxPython %s" % wxPython_version,
                   "NumPy %s" % numpy.version.version,
-                  "Python Image Library %s" % Image.VERSION,
+                  "Python Image Library %s" % PIL.Image.VERSION,
                   "%s" % twisted.copyright.longversion,
                   "Reportlab %s" % reportlab.Version,
                   )



More information about the Greater-commits mailing list