wxFileSelector with wxWidgets 2.9 on OS X allows only very simple glob
patterns like "*.foo". git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5527 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
270fe2a997
commit
0d75190af9
|
@ -1053,7 +1053,7 @@ void CFrame::OnLoadWiiMenu(wxCommandEvent& event)
|
|||
wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
wxString::Format
|
||||
(
|
||||
_T("System Menu wad|RVL-WiiSystemmenu-v*.wad"),
|
||||
_T("System Menu wad|*.wad"),
|
||||
wxFileSelectorDefaultWildcardStr,
|
||||
wxFileSelectorDefaultWildcardStr
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue