[GRASS-dev] Re: [GRASS-CVS] hamish: grass6/display/d.vect main.c, 1.71, 1.72

Huidae Cho grass4u at gmail.com
Tue May 16 22:11:28 EDT 2006


Agreed!  But, it's inconsistent with "attrcol"?  Should we keep it for
historical reason?

Huidae Cho


On Wed, May 17, 2006 at 02:45:37AM +0200, grass at intevation.de wrote:
> Author: hamish
> 
> Update of /grassrepository/grass6/display/d.vect
> In directory doto:/tmp/cvs-serv26217/grass6/display/d.vect
> 
> Modified Files:
> 	main.c 
> Log Message:
> wcol -> wcolumn. don't abbreviate (harder to understand), the parser can take care of that.
> 
> 
> Index: main.c
> ===================================================================
> RCS file: /grassrepository/grass6/display/d.vect/main.c,v
> retrieving revision 1.71
> retrieving revision 1.72
> diff -u -d -r1.71 -r1.72
> --- main.c	16 May 2006 21:11:21 -0000	1.71
> +++ main.c	17 May 2006 00:45:35 -0000	1.72
> @@ -188,7 +188,7 @@
>  	width_opt->description= _("Line width");
>  
>  	wcol_opt = G_define_option() ;
> -	wcol_opt->key        = "wcol" ;
> +	wcol_opt->key        = "wcolumn" ;
>  	wcol_opt->type       = TYPE_STRING ;
>  	wcol_opt->description= _("Name of column for line widths (these values will be scaled by wscale)");
>  
> 
> 
> _______________________________________________
> grass-commit mailing list
> grass-commit at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass-commit




More information about the grass-dev mailing list