|
@@ -1464,9 +1464,9 @@ class CmdPanel(wx.Panel):
|
|
except:
|
|
except:
|
|
fExt = None
|
|
fExt = None
|
|
if not fExt:
|
|
if not fExt:
|
|
- fMask = '*.*'
|
|
|
|
|
|
+ fMask = '*'
|
|
else:
|
|
else:
|
|
- fMask = '%s files (*%s)|*%s|Files (*.*)|*.*' % (fExt[1:].upper(), fExt, fExt)
|
|
|
|
|
|
+ fMask = '%s files (*%s)|*%s|Files (*)|*' % (fExt[1:].upper(), fExt, fExt)
|
|
fbb = filebrowse.FileBrowseButton(parent = which_panel, id = wx.ID_ANY, fileMask = fMask,
|
|
fbb = filebrowse.FileBrowseButton(parent = which_panel, id = wx.ID_ANY, fileMask = fMask,
|
|
size = globalvar.DIALOG_GSELECT_SIZE, labelText = '',
|
|
size = globalvar.DIALOG_GSELECT_SIZE, labelText = '',
|
|
dialogTitle = _('Choose %s') % \
|
|
dialogTitle = _('Choose %s') % \
|