]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dirdlg.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / msw / dirdlg.h
index 8cb5303db775e27be648ae537ae75429bd789f70..0c44bfb51ec23d0fb8636ce5ebb738be43735475 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DIRDLG_H_
@@ -22,7 +22,7 @@ public:
     wxDirDialog(wxWindow *parent,
                 const wxString& message = wxDirSelectorPromptStr,
                 const wxString& defaultPath = wxEmptyString,
-                long style = 0,
+                long style = wxDD_DEFAULT_STYLE,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 const wxString& name = wxDirDialogNameStr);