瀏覽代碼

wxGUI: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50041 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 年之前
父節點
當前提交
fc681e5029
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapdisp/mapwindow.py

+ 1 - 1
gui/wxpython/mapdisp/mapwindow.py

@@ -1452,7 +1452,7 @@ class BufferedWindow(MapWindow, wx.Window):
         
         toolbar = self.parent.GetMapToolbar()
         
-        toolbar.Enable('zoomback', enable)
+        toolbar.Enable('zoomBack', enable)
         
         return removed