]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/filedlg.cpp
no changes, just replaced C comment with a C++ one
[wxWidgets.git] / src / motif / filedlg.cpp
index 0411d9d54a818f8581f57b5d88948beb63235e05..9e481db223795b0b58ef95bb525152d563c720ec 100644 (file)
@@ -117,8 +117,8 @@ static wxString ParseWildCard( const wxString& wild )
 
 wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
                            const wxString& defaultDir, const wxString& defaultFileName, const wxString& wildCard,
-                           long style, const wxPoint& pos)
-             :wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos)
+                           long style, const wxPoint& pos, const wxSize& sz, const wxString& name)
+             :wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos, sz, name)
 {
     m_filterIndex = 1;
 }