[GRASS-SVN] r41284 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 4 05:42:08 EST 2010
Author: mlennert
Date: 2010-03-04 05:42:07 -0500 (Thu, 04 Mar 2010)
New Revision: 41284
Modified:
grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
allow to see files without extension
Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py 2010-03-04 07:07:33 UTC (rev 41283)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py 2010-03-04 10:42:07 UTC (rev 41284)
@@ -1493,7 +1493,7 @@
p['wxId'].append(None)
# file selector
elif p.get('prompt','') != 'color' and p.get('element', '') == 'file':
- fbb = filebrowse.FileBrowseButton(parent=which_panel, id=wx.ID_ANY,
+ fbb = filebrowse.FileBrowseButton(parent=which_panel, id=wx.ID_ANY, fileMask = '*',
size=globalvar.DIALOG_GSELECT_SIZE, labelText='',
dialogTitle=_('Choose %s') % \
p.get('description',_('File')),
More information about the grass-commit
mailing list