[GRASS-SVN] r52367 - grass/trunk/raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 12 05:48:47 PDT 2012


Author: neteler
Date: 2012-07-12 05:48:46 -0700 (Thu, 12 Jul 2012)
New Revision: 52367

Modified:
   grass/trunk/raster/r.texture/main.c
Log:
no gisprompt to avoid adding to wxGUI (like i.pca)

Modified: grass/trunk/raster/r.texture/main.c
===================================================================
--- grass/trunk/raster/r.texture/main.c	2012-07-12 00:05:54 UTC (rev 52366)
+++ grass/trunk/raster/r.texture/main.c	2012-07-12 12:48:46 UTC (rev 52367)
@@ -113,7 +113,6 @@
     opt_output->key = "prefix";
     opt_output->type = TYPE_STRING;
     opt_output->required = YES;
-    opt_output->gisprompt = "new,cell,raster";
     opt_output->description = _("Prefix for output raster map(s)");
 
     opt_size = G_define_option();



More information about the grass-commit mailing list