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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 10 03:00:41 EDT 2009


Author: martinl
Date: 2009-09-10 03:00:41 -0400 (Thu, 10 Sep 2009)
New Revision: 39101

Modified:
   grass/trunk/gui/wxpython/gui_modules/vdigit.py
Log:
note that vector digitizer is not workking under MS Windows


Modified: grass/trunk/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/vdigit.py	2009-09-10 06:57:35 UTC (rev 39100)
+++ grass/trunk/gui/wxpython/gui_modules/vdigit.py	2009-09-10 07:00:41 UTC (rev 39101)
@@ -61,7 +61,9 @@
     GV_LINES = None
     PseudoDC = wx.PseudoDC
     errorMsg = err
-    print >> sys.stderr, "\nWARNING: Vector digitizer is not available (%s). " % err
+    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
 
 class AbstractDigit:
     """



More information about the grass-commit mailing list