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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 23 21:49:13 EST 2010


Author: hamish
Date: 2010-02-23 21:49:13 -0500 (Tue, 23 Feb 2010)
New Revision: 41171

Modified:
   grass/trunk/display/d.vect/main.c
Log:
revert r41158

Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c	2010-02-24 02:42:46 UTC (rev 41170)
+++ grass/trunk/display/d.vect/main.c	2010-02-24 02:49:13 UTC (rev 41171)
@@ -187,7 +187,7 @@
     width_opt = G_define_option();
     width_opt->key = "width";
     width_opt->type = TYPE_INTEGER;
-    width_opt->answer = "1";
+    width_opt->answer = "0";
     width_opt->guisection = _("Lines");
     width_opt->description = _("Line width");
 



More information about the grass-commit mailing list