[GRASS-SVN] r30427 - grass/branches/releasebranch_6_3/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 2 14:23:27 EST 2008


Author: neteler
Date: 2008-03-02 14:23:27 -0500 (Sun, 02 Mar 2008)
New Revision: 30427

Modified:
   grass/branches/releasebranch_6_3/gui/tcltk/gis.m/grassabout.tcl
Log:
Fixed bug with incorrect Gm:: namespace designation (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/gui/tcltk/gis.m/grassabout.tcl
===================================================================
--- grass/branches/releasebranch_6_3/gui/tcltk/gis.m/grassabout.tcl	2008-03-02 19:16:20 UTC (rev 30426)
+++ grass/branches/releasebranch_6_3/gui/tcltk/gis.m/grassabout.tcl	2008-03-02 19:23:27 UTC (rev 30427)
@@ -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