]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just corrected/completed a comment truncated in the last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Jan 2009 12:52:55 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Jan 2009 12:52:55 +0000 (12:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filedlg.h

index 68639359df7bc257c82251364643d399e21e29b8..fa69620acc2a79147ae0c755999e48202033907b 100644 (file)
@@ -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