X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/490e22fdd0e19898c9dc4941ea58d8a81f07b2a1..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/src/common/fldlgcmn.cpp?ds=inline diff --git a/src/common/fldlgcmn.cpp b/src/common/fldlgcmn.cpp index c4118017a0..12ca3a43f0 100644 --- a/src/common/fldlgcmn.cpp +++ b/src/common/fldlgcmn.cpp @@ -4,7 +4,6 @@ // Author: John Labenski // Modified by: // Created: 14.06.03 (extracted from src/*/filedlg.cpp) -// RCS-ID: $Id$ // Copyright: (c) Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,6 +27,16 @@ #include "wx/window.h" #endif // WX_PRECOMP +extern WXDLLEXPORT_DATA(const char) wxFileDialogNameStr[] = "filedlg"; +extern WXDLLEXPORT_DATA(const char) wxFileSelectorPromptStr[] = "Select a file"; +extern WXDLLEXPORT_DATA(const char) wxFileSelectorDefaultWildcardStr[] = +#if defined(__WXMSW__) || defined(__OS2__) + "*.*" +#else // Unix/Mac + "*" +#endif + ; + //---------------------------------------------------------------------------- // wxFileDialogBase //----------------------------------------------------------------------------