X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10eb1f1eac4f334f4acaae8199178131eeba5f74..81bfc17cc63bde7034da16df0c9cb246a8738337:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index bd12182171..dcb2452951 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" @@ -28,19 +24,17 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#endif //WX_PRECOMP +#if wxUSE_DIRDLG #include "wx/dirdlg.h" -#if wxUSE_DIRDLG +#ifndef WX_PRECOMP +#endif //WX_PRECOMP // ============================================================================ // implementation // ============================================================================ -const wxChar *wxDirSelectorPromptStr = wxT("Select a directory"); - wxString wxDirSelector(const wxString& message, const wxString& defaultPath, long style, @@ -59,4 +53,3 @@ wxString wxDirSelector(const wxString& message, } #endif // wxUSE_DIRDLG -