X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 4f4144bd0a..10c2243942 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -4,9 +4,8 @@ // Author: Paul Thiessen // Modified by: // Created: 20.02.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 wxWidgets team -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -24,19 +23,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 +52,3 @@ wxString wxDirSelector(const wxString& message, } #endif // wxUSE_DIRDLG -