[GRASS-SVN] r41159 - grass/branches/develbranch_6/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 22 09:59:15 EST 2010
Author: martinl
Date: 2010-02-22 09:59:15 -0500 (Mon, 22 Feb 2010)
New Revision: 41159
Modified:
grass/branches/develbranch_6/display/d.vect/main.c
Log:
d.vect: default line width to '1'
(merge r41158 from trunk)
Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c 2010-02-22 14:45:45 UTC (rev 41158)
+++ grass/branches/develbranch_6/display/d.vect/main.c 2010-02-22 14:59:15 UTC (rev 41159)
@@ -193,7 +193,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