[GRASS-SVN] r30410 - grass/trunk/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 29 22:38:38 EST 2008


Author: cmbarton
Date: 2008-02-29 22:38:38 -0500 (Fri, 29 Feb 2008)
New Revision: 30410

Modified:
   grass/trunk/gui/tcltk/gis.m/grassabout.tcl
Log:
Fixed bug with incorrect Gm:: namespace designation.

Modified: grass/trunk/gui/tcltk/gis.m/grassabout.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/grassabout.tcl	2008-03-01 01:37:28 UTC (rev 30409)
+++ grass/trunk/gui/tcltk/gis.m/grassabout.tcl	2008-03-01 03:38:38 UTC (rev 30410)
@@ -61,7 +61,7 @@
 
 set help_font [font create -family Times -size 10]
 
-proc Gm::helptext {title textopts tagopts message} {
+proc helptext {title textopts tagopts message} {
     global help_font
 
     toplevel .helptext
@@ -93,4 +93,4 @@
 if {[catch {set text [exec g.version -c]} error]} {
     tk_messageBox -type ok -icon error -title [G_msg "Error"] -message [G_msg $error]
 }
-Gm::helptext {About GRASS} {-width 75} {-justify left} $text
+helptext {About GRASS} {-width 75} {-justify left} $text



More information about the grass-commit mailing list