no changes, just corrected/completed a comment truncated in the last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-29 12:52:55 +00:00
parent 89d94e046d
commit f92ec19302

View File

@@ -19,7 +19,8 @@
#include "wx/dialog.h" #include "wx/dialog.h"
#include "wx/arrstr.h" #include "wx/arrstr.h"
// this symbol is defined for the platforms which support multiple // this symbol is defined for the platforms which support multiple
// ('|'-separated) filters in the file dialog
#if defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXMAC__) #if defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXMAC__)
#define wxHAS_MULTIPLE_FILEDLG_FILTERS #define wxHAS_MULTIPLE_FILEDLG_FILTERS
#endif #endif