git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18446
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// macro to specify "All Files" on different platforms
#if defined(__WXMSW__) || defined(__WXPM__)
# define wxALL_FILES_PATTERN wxT("*.*")
-# define wxALL_FILES gettext_noop(wxT("All files (*.*)|*.*"))
+# define wxALL_FILES gettext_noop("All files (*.*)|*.*")
#else
# define wxALL_FILES_PATTERN wxT("*")
-# define wxALL_FILES gettext_noop(wxT("All files (*)|*"))
+# define wxALL_FILES gettext_noop("All files (*)|*")
#endif
// ---------------------------------------------------------------------------