X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..850df2d78866c3edcf848103b5dbc7e7fa1ee5fa:/src/common/dseldlg.cpp?ds=sidebyside diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 4f4144bd0a..dcb2452951 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -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 -