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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 2 03:13:39 EDT 2008


Author: martinl
Date: 2008-07-02 03:13:39 -0400 (Wed, 02 Jul 2008)
New Revision: 31948

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI: vdigit toolbar name fixed

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py	2008-07-02 07:12:16 UTC (rev 31947)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/wxgui_utils.py	2008-07-02 07:13:39 UTC (rev 31948)
@@ -393,7 +393,7 @@
             return
 
         if not self.mapdisplay.toolbars['vdigit']: # enable tool
-            self.mapdisplay.AddToolbar("digit")
+            self.mapdisplay.AddToolbar('vdigit')
         else: # tool already enabled
             pass
 



More information about the grass-commit mailing list