]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dirdlg.h
RenameEntry/Group() functions added to wxConfig and derivations (not yet
[wxWidgets.git] / include / wx / msw / dirdlg.h
index bbe29b3de56da2c09fb1524a4be8afe413068316..5f8f7778ac67e667ae8be07a8f6eba55e5c73e0f 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __DIRDLGH__
-#define __DIRDLGH__
+#ifndef _WX_DIRDLG_H_
+#define _WX_DIRDLG_H_
 
 #ifdef __GNUG__
 #pragma interface "dirdlg.h"
@@ -18,6 +18,8 @@
 
 #include "wx/dialog.h"
 
+WXDLLEXPORT_DATA(extern const char*) wxFileSelectorPromptStr;
+
 class WXDLLEXPORT wxDirDialog: public wxDialog
 {
 DECLARE_DYNAMIC_CLASS(wxDirDialog)
@@ -44,4 +46,4 @@ protected:
 };
 
 #endif
-    // __DIRDLGH__
+    // _WX_DIRDLG_H_