[GRASS5] g.mapset in tcltkgrass

Hamish hamish_nospam at yahoo.com
Thu Jul 22 23:22:09 EDT 2004


Hi,

just wondering if g.mapset (without an "s") should be added to the
tcltkgrass menu for 5.7, or would calling it from the tcltk menu leave
it confsed, so it's better to leave that to command line power users?

It seems to work.


Hamish




Index: menu.tcl
===================================================================
RCS file: /home/grass/grassrepository/grass51/gui/tcltkgrass/main/menu.tcl,v
retrieving revision 1.8
diff -u -r1.8 menu.tcl
--- menu.tcl    30 Jun 2004 23:00:57 -0000      1.8
+++ menu.tcl    23 Jul 2004 03:18:25 -0000
@@ -177,6 +177,8 @@
            "exec g.gisenv &"}
            "Show current GRASS version" "g.version -c" {
            "exec g.version -c &"}
+           "Change Mapset, Location, or GIS Database" "g.mapset" {
+           "exec g.mapset &"}
        }
     }
     Display "Display maps" {




More information about the grass-dev mailing list