[GRASS-SVN] r33274 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 5 06:57:54 EDT 2008


Author: martinl
Date: 2008-09-05 06:57:54 -0400 (Fri, 05 Sep 2008)
New Revision: 33274

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: debug message cosmetics


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2008-09-05 10:45:27 UTC (rev 33273)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2008-09-05 10:57:54 UTC (rev 33274)
@@ -68,6 +68,8 @@
         bmpDisabled=wx.NullBitmap
 
         if label:
+            Debug.msg(3, "CreateTool(): tool=%d, label=%s bitmap=%s" % \
+                  (tool, label, bitmap))
             toolWin = toolbar.AddLabelTool(tool, label, bitmap,
                                            bmpDisabled, kind,
                                            shortHelp, longHelp)



More information about the grass-commit mailing list