X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..538a2cfaf2be9f864e58c9a9fe232966af6bf2a0:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 4f4144bd0a..9fea28f4e6 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -6,7 +6,7 @@ // Created: 20.02.01 // RCS-ID: $Id$ // Copyright: (c) 2001 wxWidgets team -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -24,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, @@ -55,4 +53,3 @@ wxString wxDirSelector(const wxString& message, } #endif // wxUSE_DIRDLG -