[GRASS-SVN] r44711 - grass/trunk/vector/v.external.out
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 24 09:57:33 EST 2010
Author: martinl
Date: 2010-12-24 06:57:33 -0800 (Fri, 24 Dec 2010)
New Revision: 44711
Modified:
grass/trunk/vector/v.external.out/args.c
Log:
v.external.out: more guisections
Modified: grass/trunk/vector/v.external.out/args.c
===================================================================
--- grass/trunk/vector/v.external.out/args.c 2010-12-24 12:14:05 UTC (rev 44710)
+++ grass/trunk/vector/v.external.out/args.c 2010-12-24 14:57:33 UTC (rev 44711)
@@ -39,7 +39,8 @@
flags->r->key = 'r';
flags->r->description = _("Cease using OGR, revert to native output and exit");
flags->r->suppress_required = YES;
-
+ flags->r->guisection = _("Native");
+
flags->p = G_define_flag();
flags->p->key = 'p';
flags->p->description = _("Print current status");
More information about the grass-commit
mailing list