[GRASS-SVN] r38212 - grass/trunk/db/db.execute

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 4 12:53:29 EDT 2009


Author: martinl
Date: 2009-07-04 12:53:28 -0400 (Sat, 04 Jul 2009)
New Revision: 38212

Modified:
   grass/trunk/db/db.execute/main.c
Log:
db.excute: there is no 'Set' guisection


Modified: grass/trunk/db/db.execute/main.c
===================================================================
--- grass/trunk/db/db.execute/main.c	2009-07-04 16:49:04 UTC (rev 38211)
+++ grass/trunk/db/db.execute/main.c	2009-07-04 16:53:28 UTC (rev 38212)
@@ -127,7 +127,6 @@
     schema = G_define_standard_option(G_OPT_DB_SCHEMA);
     if ((schema_name = db_get_default_schema_name()))
 	schema->answer = (char *) schema_name;
-    schema->guisection = _("Set");
 
     i = G_define_flag();
     i->key = 'i';



More information about the grass-commit mailing list