diff options
Diffstat (limited to 'Source/Core/DolphinWX/src/Frame.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/src/Frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/src/Frame.cpp b/Source/Core/DolphinWX/src/Frame.cpp index 6c3bfcec6a..dbfaf1065b 100644 --- a/Source/Core/DolphinWX/src/Frame.cpp +++ b/Source/Core/DolphinWX/src/Frame.cpp @@ -347,7 +347,7 @@ CFrame::OnOpen(wxCommandEvent& WXUNUSED (event)) wxFileSelectorDefaultWildcardStr,
wxFileSelectorDefaultWildcardStr
),
- wxFD_OPEN | wxFD_PREVIEW,
+ wxFD_OPEN | wxFD_PREVIEW | wxFD_FILE_MUST_EXIST,
this);
if (!path)
|
