[GRASS-SVN] r41170 - grass/branches/develbranch_6/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 23 21:42:46 EST 2010


Author: hamish
Date: 2010-02-23 21:42:46 -0500 (Tue, 23 Feb 2010)
New Revision: 41170

Modified:
   grass/branches/develbranch_6/display/d.vect/main.c
Log:
revert r41159

Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c	2010-02-23 21:42:39 UTC (rev 41169)
+++ grass/branches/develbranch_6/display/d.vect/main.c	2010-02-24 02:42:46 UTC (rev 41170)
@@ -193,7 +193,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