[GRASS-SVN] r45981 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 14 17:49:54 EDT 2011
Author: martinl
Date: 2011-04-14 14:49:54 -0700 (Thu, 14 Apr 2011)
New Revision: 45981
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: fix typos in variable names
(merge r45980 from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py 2011-04-14 21:47:14 UTC (rev 45980)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py 2011-04-14 21:49:54 UTC (rev 45981)
@@ -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