[GRASS-SVN] r35518 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 20 15:37:27 EST 2009
Author: neteler
Date: 2009-01-20 15:37:26 -0500 (Tue, 20 Jan 2009)
New Revision: 35518
Modified:
grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
typo
Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2009-01-20 20:36:15 UTC (rev 35517)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2009-01-20 20:37:26 UTC (rev 35518)
@@ -1701,6 +1701,6 @@
os.remove(cmdfilename)
os.system("""g.gisenv set="GRASS_PYCMDFILE" """)
- print >> sys.stderr, "\nStoping monitor <%s>...\n" % (title)
+ print >> sys.stderr, "\nStopping monitor <%s>...\n" % (title)
sys.exit(0)
More information about the grass-commit
mailing list