[GRASS-SVN] r36144 - grass/branches/develbranch_6/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 1 00:47:42 EST 2009
Author: cmbarton
Date: 2009-03-01 00:47:42 -0500 (Sun, 01 Mar 2009)
New Revision: 36144
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
removed redundant gui switching entry from menu (keeping script version).
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2009-03-01 05:45:55 UTC (rev 36143)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2009-03-01 05:47:42 UTC (rev 36144)
@@ -224,7 +224,6 @@
{command {[G_msg "Convert coordinates"]} {} "m.proj: Convert coordinates from one projection to another" {} -command {execute m.proj }}
}}
{command {[G_msg "Display font"]} {} "Set default display font" {} -command {Gm::defaultfont "menu" }}
- {command {[G_msg "Change default GUI to wxPython"]} {} "Changing GUI will take effect next time you start GRASS" {} -command {run_panel "g.gui -un wxpython" }}
}
{[G_msg "&Raster"]} all options $tmenu {
{cascad {[G_msg "Develop map"]} {} "" $tmenu {
More information about the grass-commit
mailing list