[GRASS-SVN] r40106 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 22 00:37:06 EST 2009


Author: hamish
Date: 2009-12-22 00:37:05 -0500 (Tue, 22 Dec 2009)
New Revision: 40106

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
Log:
improve vdigit warning message

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py	2009-12-22 03:30:37 UTC (rev 40105)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py	2009-12-22 05:37:05 UTC (rev 40106)
@@ -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