[GRASS-CVS] michael: grass6/gui/tcltk/gis.m gmmenu.tcl,1.55,1.56

grass at intevation.de grass at intevation.de
Thu Nov 29 15:45:23 EST 2007


Author: michael

Update of /grassrepository/grass6/gui/tcltk/gis.m
In directory doto:/tmp/cvs-serv1562

Modified Files:
	gmmenu.tcl 
Log Message:
Looks in $GISBASE/etc for xtnmenu.dat file too.

Index: gmmenu.tcl
===================================================================
RCS file: /grassrepository/grass6/gui/tcltk/gis.m/gmmenu.tcl,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- gmmenu.tcl	2 Nov 2007 11:45:29 -0000	1.55
+++ gmmenu.tcl	29 Nov 2007 20:45:21 -0000	1.56
@@ -37,6 +37,7 @@
 # Check for existence of xtnmenu.dat file and parse it
 # into an extensions menu
 
+lappend menudatlist "$env(GISBASE)/etc/xtnmenu.dat"
 if {[info exists env(GRASS_ADDON_ETC)]} {
     set pathlist [split $env(GRASS_ADDON_ETC) ":"]
     foreach path $pathlist {




More information about the grass-commit mailing list