[GRASS-SVN] r45980 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 14 17:47:14 EDT 2011
Author: martinl
Date: 2011-04-14 14:47:14 -0700 (Thu, 14 Apr 2011)
New Revision: 45980
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: fix typos in variable names
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2011-04-14 21:43:25 UTC (rev 45979)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2011-04-14 21:47:14 UTC (rev 45980)
@@ -1242,7 +1242,7 @@
def OnCmdDialog(self, event):
"""!Show command dialog"""
name = self._getCommand()
- menuform.GUI(parentframe = self, modal = True).ParseCommand(cmd = [name])
+ menuform.GUI(parent = self, modal = True).ParseCommand(cmd = [name])
class DxfImportDialog(ImportDialog):
"""!Dialog for bulk import of DXF layers"""
More information about the grass-commit
mailing list