more wxFD_XXX renamings (patch 1488371)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -456,7 +456,7 @@ void LifeFrame::OnOpen(wxCommandEvent& WXUNUSED(event))
|
|||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
_("Life patterns (*.lif)|*.lif|All files (*.*)|*.*"),
|
_("Life patterns (*.lif)|*.lif|All files (*.*)|*.*"),
|
||||||
wxOPEN | wxFILE_MUST_EXIST);
|
wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
||||||
|
|
||||||
if (filedlg.ShowModal() == wxID_OK)
|
if (filedlg.ShowModal() == wxID_OK)
|
||||||
{
|
{
|
||||||
|
@@ -152,7 +152,7 @@ bool hvApp::OnInit()
|
|||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxT("Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|HTML Help Project (*.hhp)|*.hhp"),
|
wxT("Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|HTML Help Project (*.hhp)|*.hhp"),
|
||||||
wxOPEN | wxFILE_MUST_EXIST,
|
wxFD_OPEN | wxFD_FILE_MUST_EXIST,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
if (!s.empty())
|
if (!s.empty())
|
||||||
|
Reference in New Issue
Block a user