[GRASS-SVN] r30843 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 2 05:53:27 EDT 2008


Author: martinl
Date: 2008-04-02 05:53:27 -0400 (Wed, 02 Apr 2008)
New Revision: 30843

Modified:
   grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI (wxgui_utils): cosmetics in fn name (fn renamed)

Modified: grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py	2008-04-02 08:54:59 UTC (rev 30842)
+++ grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py	2008-04-02 09:53:27 UTC (rev 30843)
@@ -250,7 +250,7 @@
         if mltype and mltype == "vector":
             self.popupMenu.AppendSeparator()
             self.popupMenu.Append(self.popupID4, text=_("Show attribute table"))
-            self.Bind (wx.EVT_MENU, self.gismgr.ShowAttributeTable, id=self.popupID4)
+            self.Bind (wx.EVT_MENU, self.gismgr.OnShowAttributeTable, id=self.popupID4)
 
             self.popupMenu.Append(self.popupID5, text=_("Start editing"))
             self.popupMenu.Append(self.popupID6, text=_("Stop editing"))



More information about the grass-commit mailing list