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:
Vadim Zeitlin
2006-05-28 23:31:38 +00:00
parent c5d7205ca2
commit 55325d01e6
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{ {

View File

@@ -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())