[GRASS-SVN] r40108 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 22 04:41:12 EST 2009
Author: martinl
Date: 2009-12-22 04:41:10 -0500 (Tue, 22 Dec 2009)
New Revision: 40108
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py
Log:
improve vdigit warning message (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py 2009-12-22 05:41:32 UTC (rev 40107)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/vdigit.py 2009-12-22 09:41:10 UTC (rev 40108)
@@ -62,9 +62,11 @@
GV_LINES = None
PseudoDC = None
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