[GRASS-SVN] r47340 - grass/trunk/lib/manage
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 1 12:29:06 EDT 2011
Author: martinl
Date: 2011-08-01 09:29:06 -0700 (Mon, 01 Aug 2011)
New Revision: 47340
Modified:
grass/trunk/lib/manage/option.c
Log:
managelib: move 'sites' to 'Vector' guisection
Modified: grass/trunk/lib/manage/option.c
===================================================================
--- grass/trunk/lib/manage/option.c 2011-08-01 16:28:17 UTC (rev 47339)
+++ grass/trunk/lib/manage/option.c 2011-08-01 16:29:06 UTC (rev 47340)
@@ -50,7 +50,8 @@
if (strcmp(p->key, "rast") == 0 || strcmp(p->key, "rast3d") == 0)
p->guisection = _("Raster");
else if (strcmp(p->key, "vect") == 0 || strcmp(p->key, "oldvect") == 0 ||
- strcmp(p->key, "asciivect") == 0)
+ strcmp(p->key, "asciivect") == 0 ||
+ strcmp(p->key, "sites") == 0)
p->guisection = _("Vector");
else if (strcmp(p->key, "region") == 0 || strcmp(p->key, "region3d") == 0)
p->guisection = _("Region");
More information about the grass-commit
mailing list