[GRASS-SVN] r42184 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 9 09:43:06 EDT 2010


Author: martinl
Date: 2010-05-09 09:43:06 -0400 (Sun, 09 May 2010)
New Revision: 42184

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
fix r42183


Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2010-05-09 13:41:18 UTC (rev 42183)
+++ grass/trunk/gui/wxpython/wxgui.py	2010-05-09 13:43:06 UTC (rev 42184)
@@ -956,14 +956,12 @@
         self.profile.Refresh()
         self.profile.Update()
         
-    def DispMapCalculator(self, event):
+    def OnMapCalculator(self, event):
+        """!Init map calculator for interactive creation of mapcalc statements
         """
-        Init map calculator for interactive creation of mapcalc statements
-        """
-        
         self.mapcalculator = mapcalculator.MapCalcFrame(self, wx.ID_ANY, title='',
                                                         dimension=2)
-
+        
     def Disp3DMapCalculator(self, event):
         """
         Init map calculator for interactive creation of mapcalc statements



More information about the grass-commit mailing list