[GRASS-SVN] r59165 - grass/trunk/vector/v.in.db

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 2 08:09:18 PST 2014


Author: martinl
Date: 2014-03-02 08:09:18 -0800 (Sun, 02 Mar 2014)
New Revision: 59165

Modified:
   grass/trunk/vector/v.in.db/main.c
Log:
v.in.db: guisection cosmetics


Modified: grass/trunk/vector/v.in.db/main.c
===================================================================
--- grass/trunk/vector/v.in.db/main.c	2014-03-02 14:01:15 UTC (rev 59164)
+++ grass/trunk/vector/v.in.db/main.c	2014-03-02 16:09:18 UTC (rev 59165)
@@ -83,6 +83,7 @@
     zcol_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     zcol_opt->key = "z";
     zcol_opt->description = _("Name of column containing z coordinate");
+    zcol_opt->guisection = _("3D output");
 
     keycol_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     keycol_opt->key = "key";
@@ -91,12 +92,12 @@
     keycol_opt->description = _("Must refer to an integer column");
 
     where_opt = G_define_standard_option(G_OPT_DB_WHERE);
+    where_opt->guisection = _("Selection");
 
     outvect = G_define_standard_option(G_OPT_V_OUTPUT);
 
     same_table_flag = G_define_flag();
     same_table_flag->key = 't';
-    same_table_flag->guisection = _("Connection");
     same_table_flag->description =
 	_("Use imported table as attribute table for new map");
 



More information about the grass-commit mailing list