[GRASS-SVN] r40107 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 22 00:41:33 EST 2009


Author: hamish
Date: 2009-12-22 00:41:32 -0500 (Tue, 22 Dec 2009)
New Revision: 40107

Modified:
   grass/trunk/gui/wxpython/gui_modules/vdigit.py
Log:
improve vdigit warning message (merge from devbr6)

Modified: grass/trunk/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/vdigit.py	2009-12-22 05:37:05 UTC (rev 40106)
+++ grass/trunk/gui/wxpython/gui_modules/vdigit.py	2009-12-22 05:41:32 UTC (rev 40107)
@@ -62,9 +62,11 @@
     GV_LINES = None
     PseudoDC = wx.PseudoDC
     errorMsg = err
+    # is there a way to have this display on the terminal before the wx gui exits?
     print >> sys.stderr, "\nWARNING: Vector digitizer is not available (%s).\n\n" \
-        "Note that vector digitizer is currently not working under MS Windows (hopefully will be fixed soon). " \
-        "Please try more recent version of GRASS." % err
+        "Note that the vector digitizer is currently not working under MS Windows " \
+        "(hopefully this will be fixed soon). " \
+        "Please keep an eye out for updated versions of GRASS." % err
 
 class AbstractDigit:
     """



More information about the grass-commit mailing list