[GRASS-SVN] r41158 - grass/trunk/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 22 09:45:46 EST 2010


Author: martinl
Date: 2010-02-22 09:45:45 -0500 (Mon, 22 Feb 2010)
New Revision: 41158

Modified:
   grass/trunk/display/d.vect/main.c
Log:
d.vect: default line width to '1'


Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c	2010-02-22 10:35:53 UTC (rev 41157)
+++ grass/trunk/display/d.vect/main.c	2010-02-22 14:45:45 UTC (rev 41158)
@@ -187,7 +187,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