[GRASS-SVN] r30255 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 19 15:20:20 EST 2008
Author: hamish
Date: 2008-02-19 15:20:20 -0500 (Tue, 19 Feb 2008)
New Revision: 30255
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
rename r.cats -> r.category
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:18:46 UTC (rev 30254)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:20:20 UTC (rev 30255)
@@ -330,7 +330,7 @@
("","","", ""),
("Report and statistics", (
("Basic raster information", "Report basic file information", "self.OnMenuCmd", "r.info"),
- ("Report category information", "Report category labels and values", "self.OnMenuCmd", "r.cats"),
+ ("Manage category information", "Manage category labels and values", "self.OnMenuCmd", "r.category"),
("","","", ""),
("General statistics", "General statistics", "self.OnMenuCmd", "r.stats"),
("Range of category values", "Range of all category values", "self.OnMenuCmd", "r.describe"),
More information about the grass-commit
mailing list