[GRASS-SVN] r39104 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 10 03:48:53 EDT 2009


Author: martinl
Date: 2009-09-10 03:48:53 -0400 (Thu, 10 Sep 2009)
New Revision: 39104

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py
Log:
note that vector digitizer is not workking under MS Windows
    (merge r39101 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py	2009-09-10 07:38:05 UTC (rev 39103)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py	2009-09-10 07:48:53 UTC (rev 39104)
@@ -61,7 +61,9 @@
     GV_LINES = None
     PseudoDC = None
     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