build fixes for WXWIN_COMPATIBILITY_2_6=0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-09 07:35:36 +00:00
parent 61338568b2
commit 528e5cf81a
2 changed files with 4 additions and 3 deletions

View File

@@ -769,7 +769,7 @@ wxBitmap BitmapComboBoxWidgetsPage::QueryBitmap(wxString* pStr)
wxT(""),
wxT(""),
wxT("*.*"),
wxOPEN | wxFILE_MUST_EXIST,
wxFD_OPEN | wxFD_FILE_MUST_EXIST,
this);
wxBitmap bitmap;