[GRASS-SVN] r30257 - in grass/trunk/gui/tcltk: d.m gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 19 15:22:49 EST 2008


Author: hamish
Date: 2008-02-19 15:22:49 -0500 (Tue, 19 Feb 2008)
New Revision: 30257

Modified:
   grass/trunk/gui/tcltk/d.m/menu.tcl
   grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
Log:
rename r.cats -> r.category

Modified: grass/trunk/gui/tcltk/d.m/menu.tcl
===================================================================
--- grass/trunk/gui/tcltk/d.m/menu.tcl	2008-02-19 20:21:28 UTC (rev 30256)
+++ grass/trunk/gui/tcltk/d.m/menu.tcl	2008-02-19 20:22:49 UTC (rev 30257)
@@ -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/trunk/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-19 20:21:28 UTC (rev 30256)
+++ grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-19 20:22:49 UTC (rev 30257)
@@ -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 }}



More information about the grass-commit mailing list