]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
implement wxFileModificationTime() in terms of wxFileName::GetTimes() (replaces broke...
[wxWidgets.git] / src / common / dseldlg.cpp
index 86b2e1147dd8e9af265e61956db0c2ec9d80c1ee..4f4144bd0aec01d451411eb7a29bb24d545c8e12 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 wxWindows team
+// Copyright:   (c) 2001 wxWidgets team
 // License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "dseldlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -39,7 +35,7 @@
 // implementation
 // ============================================================================
 
-const wxChar *wxDirSelectorPromptStr = wxT("Select a directory");
+const wxChar wxDirSelectorPromptStr[] = wxT("Select a directory");
 
 wxString wxDirSelector(const wxString& message,
                        const wxString& defaultPath,