From: Vadim Zeitlin Date: Thu, 29 Jan 2009 12:52:55 +0000 (+0000) Subject: no changes, just corrected/completed a comment truncated in the last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f92ec193021486588f92467fcaa17f2b4a4780e2 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 --- diff --git a/include/wx/filedlg.h b/include/wx/filedlg.h index 68639359df..fa69620acc 100644 --- a/include/wx/filedlg.h +++ b/include/wx/filedlg.h @@ -19,7 +19,8 @@ #include "wx/dialog.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__) #define wxHAS_MULTIPLE_FILEDLG_FILTERS #endif