]> git.saurik.com Git - wxWidgets.git/commitdiff
use wxDD_DEFAULT_STYLE instead of 0 by default for style parameter of wxDirDialog...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Aug 2004 23:56:57 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Aug 2004 23:56:57 +0000 (23:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/dirdlg.h
include/wx/mac/classic/dirdlg.h
include/wx/msw/dirdlg.h

index 734292ade337849c3cbbd5c498ae085975ef5aa0..06a4122af00b4f25d7624052b4bca27ba55722a6 100644 (file)
@@ -22,7 +22,7 @@ public:
     wxDirDialog(wxWindow *parent,
                 const wxString& message = wxDirSelectorPromptStr,
                 const wxString& defaultPath = _T(""),
-                long style = 0,
+                long style = wxDD_DEFAULT_STYLE,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 const wxString& name = wxDirDialogNameStr);
index 734292ade337849c3cbbd5c498ae085975ef5aa0..06a4122af00b4f25d7624052b4bca27ba55722a6 100644 (file)
@@ -22,7 +22,7 @@ public:
     wxDirDialog(wxWindow *parent,
                 const wxString& message = wxDirSelectorPromptStr,
                 const wxString& defaultPath = _T(""),
-                long style = 0,
+                long style = wxDD_DEFAULT_STYLE,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 const wxString& name = wxDirDialogNameStr);
index bf31a0063a23a6a2ff3214938cf27fda70ac6e26..a53cd1fff8d8d0632972a98cc4bec5d575ff2ea6 100644 (file)
@@ -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);