fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0e43839c41
commit
2cbf0a5e43
@ -48,7 +48,10 @@ wxFileDialogBase::wxFileDialogBase(wxWindow *parent,
|
||||
m_message = message;
|
||||
m_dir = defaultDir;
|
||||
m_fileName = defaultFile;
|
||||
if (wildCard.IsEmpty()) m_wildCard = wxFileSelectorDefaultWildcardStr;
|
||||
if (wildCard.IsEmpty())
|
||||
m_wildCard = wxFileSelectorDefaultWildcardStr;
|
||||
else
|
||||
m_wildCard = wildCard ;
|
||||
m_dialogStyle = style;
|
||||
m_path = wxT("");
|
||||
m_filterIndex = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user