[GRASS-SVN] r41073 - grass/branches/develbranch_6/gui/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 18 01:12:57 EST 2010
Author: hamish
Date: 2010-02-18 01:12:57 -0500 (Thu, 18 Feb 2010)
New Revision: 41073
Modified:
grass/branches/develbranch_6/gui/scripts/d.path.sh
Log:
on-screen help text
Modified: grass/branches/develbranch_6/gui/scripts/d.path.sh
===================================================================
--- grass/branches/develbranch_6/gui/scripts/d.path.sh 2010-02-18 05:44:10 UTC (rev 41072)
+++ grass/branches/develbranch_6/gui/scripts/d.path.sh 2010-02-18 06:12:57 UTC (rev 41073)
@@ -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