[GRASS-SVN] r44020 - grass/branches/releasebranch_6_4/general/g.mapsets

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 24 06:06:34 EDT 2010


Author: neteler
Date: 2010-10-24 03:06:34 -0700 (Sun, 24 Oct 2010)
New Revision: 44020

Modified:
   grass/branches/releasebranch_6_4/general/g.mapsets/main.c
Log:
fix backport

Modified: grass/branches/releasebranch_6_4/general/g.mapsets/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mapsets/main.c	2010-10-24 10:01:29 UTC (rev 44019)
+++ grass/branches/releasebranch_6_4/general/g.mapsets/main.c	2010-10-24 10:06:34 UTC (rev 44020)
@@ -57,7 +57,6 @@
 
     module = G_define_module();
     module->keywords = _("general, settings");
-    G_add_keyword(_("search path"));
     module->label = _("Modifies the user's current mapset search path.");
     module->description = _("Affects the user's access to data existing "
 			    "under the other mapsets in the current location.");



More information about the grass-commit mailing list