]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dirdlg.h
Fix the type of global font constants in the documentation.
[wxWidgets.git] / interface / wx / dirdlg.h
index 400452315dbe9d2619bb72eb015c3f271c7f9896..2e0c607f072a3421d45f86a5759a433ce591e1a1 100644 (file)
@@ -3,9 +3,11 @@
 // Purpose:     interface of wxDirDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#define wxDD_DEFAULT_STYLE      (wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
+
 /**
     @class wxDirDialog
 
@@ -134,7 +136,7 @@ public:
     @header{wx/dirdlg.h}
 */
 wxString wxDirSelector(const wxString& message = wxDirSelectorPromptStr,
-                       const wxString& default_path = "",
+                       const wxString& default_path = wxEmptyString,
                        long style = 0,
                        const wxPoint& pos = wxDefaultPosition,
                        wxWindow* parent = NULL);