[GRASS-SVN] r32511 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 4 10:01:05 EDT 2008
Author: martinl
Date: 2008-08-04 10:01:05 -0400 (Mon, 04 Aug 2008)
New Revision: 32511
Modified:
grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: variable name fixed, update r32510
Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-08-04 13:47:57 UTC (rev 32510)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-08-04 14:01:05 UTC (rev 32511)
@@ -797,7 +797,7 @@
gridSizer.Add(item=self.input,
flag=wx.EXPAND, pos=(0, 1))
- if type != 'dxf':
+ if self.inputType != 'dxf':
gridSizer.Add(item=self.formatText,
flag=wx.ALIGN_CENTER_VERTICAL, pos=(1, 0))
gridSizer.Add(item=self.format,
More information about the grass-commit
mailing list