[GRASS-SVN] r41160 - grass/branches/releasebranch_6_4/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 22 10:05:04 EST 2010
Author: martinl
Date: 2010-02-22 10:05:03 -0500 (Mon, 22 Feb 2010)
New Revision: 41160
Modified:
grass/branches/releasebranch_6_4/display/d.vect/main.c
Log:
d.vect: default line width to '1'
(merge r41158 from trunk)
Modified: grass/branches/releasebranch_6_4/display/d.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.vect/main.c 2010-02-22 14:59:15 UTC (rev 41159)
+++ grass/branches/releasebranch_6_4/display/d.vect/main.c 2010-02-22 15:05:03 UTC (rev 41160)
@@ -195,7 +195,7 @@
width_opt = G_define_option();
width_opt->key = "width";
width_opt->type = TYPE_INTEGER;
- width_opt->answer = "0";
+ width_opt->answer = "1";
width_opt->guisection = _("Lines");
width_opt->description = _("Line width");
More information about the grass-commit
mailing list