[GRASS-SVN] r35073 - grass/branches/develbranch_6/visualization/nviz/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 28 03:17:28 EST 2008


Author: cmbarton
Date: 2008-12-28 03:17:27 -0500 (Sun, 28 Dec 2008)
New Revision: 35073

Modified:
   grass/branches/develbranch_6/visualization/nviz/scripts/panel_main.tcl
Log:
Fix menu un-posting caused by problem tool tips.

Modified: grass/branches/develbranch_6/visualization/nviz/scripts/panel_main.tcl
===================================================================
--- grass/branches/develbranch_6/visualization/nviz/scripts/panel_main.tcl	2008-12-28 07:39:42 UTC (rev 35072)
+++ grass/branches/develbranch_6/visualization/nviz/scripts/panel_main.tcl	2008-12-28 08:17:27 UTC (rev 35073)
@@ -130,12 +130,12 @@
 	menubutton $BASE.redrawf.f11.m1 -menu $BASE.redrawf.f11.m1.m \
 		-text "Main features..." -underline 0 -justify left \
 		-indicator on -anchor center -relief raised -bd 1
-	help $BASE.redrawf.f11.m1 balloon "Select main draw features"
+	#help $BASE.redrawf.f11.m1 balloon "Select main draw features"
 
 	menubutton $BASE.redrawf.f11.m2 -menu $BASE.redrawf.f11.m2.m \
 		-text "Decorations..." -underline 0	 -justify left \
 		-indicator on -anchor center -relief raised -bd 1
-	help $BASE.redrawf.f11.m2 balloon "Select misc. draw features"
+	#help $BASE.redrawf.f11.m2 balloon "Select misc. draw features"
 
 	menu $BASE.redrawf.f11.m1.m
 



More information about the grass-commit mailing list