[GRASS-SVN] r30260 - in grass/branches/releasebranch_6_3/gui:
tcltk/d.m tcltk/gis.m wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 19 15:37:50 EST 2008
Author: neteler
Date: 2008-02-19 15:37:50 -0500 (Tue, 19 Feb 2008)
New Revision: 30260
Modified:
grass/branches/releasebranch_6_3/gui/tcltk/d.m/menu.tcl
grass/branches/releasebranch_6_3/gui/tcltk/gis.m/gmmenu.tcl
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py
Log:
rename r.cats -> r.category (merge from HEAD)
Modified: grass/branches/releasebranch_6_3/gui/tcltk/d.m/menu.tcl
===================================================================
--- grass/branches/releasebranch_6_3/gui/tcltk/d.m/menu.tcl 2008-02-19 20:30:48 UTC (rev 30259)
+++ grass/branches/releasebranch_6_3/gui/tcltk/d.m/menu.tcl 2008-02-19 20:37:50 UTC (rev 30260)
@@ -353,7 +353,7 @@
{separator}
{cascad {[G_msg "Reports and statistics"]} {} "" $tmenu {
{command {[G_msg "Report basic file information"]} {} "r.info" {} -command {execute r.info }}
- {command {[G_msg "Report category labels and values"]} {} "r.cats" {} -command {execute r.cats }}
+ {command {[G_msg "Manage category labels and values"]} {} "r.category" {} -command {execute r.category }}
{separator}
{command {[G_msg "General statistics"]} {} "r.stats" {} -command {execute r.stats }}
{command {[G_msg "Range of all category values"]} {} "r.describe" {} -command {execute r.describe }}
Modified: grass/branches/releasebranch_6_3/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/releasebranch_6_3/gui/tcltk/gis.m/gmmenu.tcl 2008-02-19 20:30:48 UTC (rev 30259)
+++ grass/branches/releasebranch_6_3/gui/tcltk/gis.m/gmmenu.tcl 2008-02-19 20:37:50 UTC (rev 30260)
@@ -397,7 +397,7 @@
{separator}
{cascad {[G_msg "Reports and statistics"]} {} "" $tmenu {
{command {[G_msg "Report basic file information"]} {} "r.info: Report basic file information" {} -command {execute r.info }}
- {command {[G_msg "Report category information"]} {} "r.cats: Report category labels and values" {} -command {execute r.cats }}
+ {command {[G_msg "Manage category information"]} {} "r.category: Manage category labels and values" {} -command {execute r.category }}
{separator}
{command {[G_msg "General statistics"]} {} "r.stats: General statistics" {} -command {execute r.stats }}
{command {[G_msg "Range of category values"]} {} "r.describe: Range of all category values" {} -command {execute r.describe }}
Modified: grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:30:48 UTC (rev 30259)
+++ grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/menudata.py 2008-02-19 20:37:50 UTC (rev 30260)
@@ -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"),
+ ("Report category information", "Report 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