[GRASS-SVN] r33900 - grass/branches/develbranch_6/imagery/i.ortho.photo/menu

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 16 05:39:33 EDT 2008


Author: hamish
Date: 2008-10-16 05:39:32 -0400 (Thu, 16 Oct 2008)
New Revision: 33900

Modified:
   grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
Log:
keywords

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c	2008-10-16 09:37:14 UTC (rev 33899)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c	2008-10-16 09:39:32 UTC (rev 33900)
@@ -40,7 +40,7 @@
     G_gisinit(argv[0]);
 
     module = G_define_module();
-    module->keywords = _("imagery");
+    module->keywords = _("imagery, orthorectify");
     module->description = _("Menu driver for the photo imagery programs.");
 
     group_opt = G_define_standard_option(G_OPT_I_GROUP);



More information about the grass-commit mailing list