[GRASS-SVN] r53007 - grass/trunk/gui/wxpython/location_wizard
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 31 01:44:55 PDT 2012
Author: annakrat
Date: 2012-08-31 01:44:54 -0700 (Fri, 31 Aug 2012)
New Revision: 53007
Modified:
grass/trunk/gui/wxpython/location_wizard/dialogs.py
Log:
wxGUI: fix last commit
Modified: grass/trunk/gui/wxpython/location_wizard/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/location_wizard/dialogs.py 2012-08-31 08:36:26 UTC (rev 53006)
+++ grass/trunk/gui/wxpython/location_wizard/dialogs.py 2012-08-31 08:44:54 UTC (rev 53007)
@@ -37,7 +37,7 @@
"""
def __init__(self, parent, id = wx.ID_ANY, size = (800, 600),
title = _("Set default region extent and resolution"), location = None):
- wx.Dialog.__init__(self, parent, id, title)
+ wx.Dialog.__init__(self, parent, id, title, size = size)
panel = wx.Panel(self, id = wx.ID_ANY)
self.SetIcon(wx.Icon(os.path.join(globalvar.ETCICONDIR, 'grass.ico'), wx.BITMAP_TYPE_ICO))
More information about the grass-commit
mailing list