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:
@@ -879,7 +879,7 @@ static bool AskUserForFileName()
|
|||||||
wxString filename;
|
wxString filename;
|
||||||
|
|
||||||
#if wxUSE_FILEDLG
|
#if wxUSE_FILEDLG
|
||||||
filename = wxLoadFileSelector(_T("any file"), wxEmptyString, gs_lastFile);
|
filename = wxLoadFileSelector(_T("any"), wxEmptyString, gs_lastFile);
|
||||||
#else // !wxUSE_FILEDLG
|
#else // !wxUSE_FILEDLG
|
||||||
filename = wxGetTextFromUser(_T("Enter the file name"), _T("exec sample"),
|
filename = wxGetTextFromUser(_T("Enter the file name"), _T("exec sample"),
|
||||||
gs_lastFile);
|
gs_lastFile);
|
||||||
|
Reference in New Issue
Block a user