From f92ec193021486588f92467fcaa17f2b4a4780e2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 29 Jan 2009 12:52:55 +0000 Subject: [PATCH] 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 --- include/wx/filedlg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/filedlg.h b/include/wx/filedlg.h index 6863935..fa69620 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 -- 2.7.4