[GRASS-SVN] r41074 - grass/branches/releasebranch_6_4/gui/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 18 01:13:57 EST 2010
Author: hamish
Date: 2010-02-18 01:13:56 -0500 (Thu, 18 Feb 2010)
New Revision: 41074
Modified:
grass/branches/releasebranch_6_4/gui/scripts/d.path.sh
Log:
on-screen help text (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/scripts/d.path.sh
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/d.path.sh 2010-02-18 06:12:57 UTC (rev 41073)
+++ grass/branches/releasebranch_6_4/gui/scripts/d.path.sh 2010-02-18 06:13:56 UTC (rev 41074)
@@ -139,9 +139,13 @@
exec g.parser "$0" "$@"
fi
+
d.vect map="$GIS_OPT_MAP" color="$GIS_OPT_COLOR"
+echo "Left mouse button: set start point Middle: set end point Right: quit" | \
+ d.text size=2.25 bgcolor="240:240:240" color=red
+
if [ "$GIS_FLAG_G" -eq 1 ] ; then
flag_g="-g"
else
More information about the grass-commit
mailing list