[GRASS-SVN] r50408 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 24 06:50:25 EST 2012
Author: martinl
Date: 2012-01-24 03:50:25 -0800 (Tue, 24 Jan 2012)
New Revision: 50408
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
Log:
#1543 (WXGUI GDAL/OGR import dialogs fail to open in WinGRASS)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py 2012-01-24 10:36:29 UTC (rev 50407)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py 2012-01-24 11:50:25 UTC (rev 50408)
@@ -954,7 +954,7 @@
@param ogr True for OGR otherwise GDAL
"""
super(FormatSelect, self).__init__(parent, id, size = size,
- style = wx.CB_READONLY, **kwargs)
+ **kwargs)
self.SetName("FormatSelect")
if ogr:
More information about the grass-commit
mailing list