fix file dialog caption

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-11-20 23:27:50 +00:00
parent 80e5b0b143
commit 21e413b224

View File

@ -879,7 +879,7 @@ static bool AskUserForFileName()
wxString filename;
#if wxUSE_FILEDLG
filename = wxLoadFileSelector(_T("any file"), wxEmptyString, gs_lastFile);
filename = wxLoadFileSelector(_T("any"), wxEmptyString, gs_lastFile);
#else // !wxUSE_FILEDLG
filename = wxGetTextFromUser(_T("Enter the file name"), _T("exec sample"),
gs_lastFile);