[GRASS-SVN] r50043 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 3 06:15:38 EST 2012


Author: martinl
Date: 2012-01-03 03:15:38 -0800 (Tue, 03 Jan 2012)
New Revision: 50043

Modified:
   grass/trunk/gui/wxpython/mapdisp/mapwindow.py
Log:
wxGUI: fix typo


Modified: grass/trunk/gui/wxpython/mapdisp/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/mapwindow.py	2012-01-03 11:00:05 UTC (rev 50042)
+++ grass/trunk/gui/wxpython/mapdisp/mapwindow.py	2012-01-03 11:15:38 UTC (rev 50043)
@@ -1412,7 +1412,7 @@
         # disable tool if stack is empty
         if len(self.zoomhistory) < 2: # disable tool
             toolbar = self.parent.GetMapToolbar()
-            toolbar.Enable('zoomback', enable = False)
+            toolbar.Enable('zoomBack', enable = False)
         
         # zoom to selected region
         self.Map.GetRegion(n = zoom[0], s = zoom[1],



More information about the grass-commit mailing list