]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/filedlg.cpp
Removed unneeded GSocket files
[wxWidgets.git] / src / gtk / filedlg.cpp
index 88b285e8ea789d81e9a40886a4e50300db2df507..a3fcec04f14f4bc60a8f896e5882c8b65d8b68ed 100644 (file)
@@ -133,7 +133,7 @@ wxFileDialog::wxFileDialog( wxWindow *parent, const wxString& message,
     m_needParent = FALSE;
 
     if (!PreCreation( parent, pos, wxDefaultSize ) ||
-        !CreateBase( parent, -1, pos, wxDefaultSize, style | wxDIALOG_MODAL, wxDefaultValidator, wxT("filedialog") ))
+        !CreateBase( parent, wxID_ANY, pos, wxDefaultSize, style, wxDefaultValidator, wxT("filedialog") ))
     {
         wxFAIL_MSG( wxT("wxXX creation failed") );
         return;