[wxPython-users] wx.FileDialog case insensitive on linux
Robin Dunn
robin at alldunn.com
Mon Aug 20 16:16:06 PDT 2007
Christian K wrote:
> Hi,
>
> is there a way to make wx.FileDialog (on linux) match both upper and lower case
> extensions without having to specify them both in the wildcard string?
No, there is no way to control it, but I think if you are using a
case-insensitive file system that the native dialog will behave that way
on its own.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list