[GRASS-SVN] r39103 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 10 03:38:07 EDT 2009
Author: martinl
Date: 2009-09-10 03:38:05 -0400 (Thu, 10 Sep 2009)
New Revision: 39103
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
Log:
note that vector digitizer is not workking under MS Windows
(merge r39101 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2009-09-10 07:16:00 UTC (rev 39102)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2009-09-10 07:38:05 UTC (rev 39103)
@@ -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