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:
parent
c5d7205ca2
commit
55325d01e6
@ -456,7 +456,7 @@ void LifeFrame::OnOpen(wxCommandEvent& WXUNUSED(event))
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
_("Life patterns (*.lif)|*.lif|All files (*.*)|*.*"),
|
||||
wxOPEN | wxFILE_MUST_EXIST);
|
||||
wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
||||
|
||||
if (filedlg.ShowModal() == wxID_OK)
|
||||
{
|
||||
|
@ -152,7 +152,7 @@ bool hvApp::OnInit()
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
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);
|
||||
|
||||
if (!s.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user