[GRASS-SVN] r36105 - grass/branches/develbranch_6/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 26 02:36:21 EST 2009
Author: cmbarton
Date: 2009-02-26 02:36:19 -0500 (Thu, 26 Feb 2009)
New Revision: 36105
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
Added config menu item to switch default GUI to wxPython
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2009-02-26 05:18:48 UTC (rev 36104)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2009-02-26 07:36:19 UTC (rev 36105)
@@ -224,6 +224,7 @@
{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