فهرست منبع

managelib: move 'sites' to 'Vector' guisection

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47340 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 سال پیش
والد
کامیت
58bd3014db
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      lib/manage/option.c

+ 2 - 1
lib/manage/option.c

@@ -50,7 +50,8 @@ struct Option* M_define_option(int n, const char *desc, int multiple)
     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");