X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10eb1f1eac4f334f4acaae8199178131eeba5f74..04bf2fb51514e3ec8631a1d8ea1f610fca851005:/src/common/dseldlg.cpp?ds=sidebyside diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index bd12182171..4f4144bd0a 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 20.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 wxWindows team -// License: wxWindows license +// Copyright: (c) 2001 wxWidgets team +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -17,10 +17,6 @@ // 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,