From 6113a16ab39e2c2b1a4efaf0cd21d70e88549910 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 26 Jan 2001 20:16:12 +0000 Subject: [PATCH] corrected comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup.h index 3469bdc814..acd6b01e9d 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup.h @@ -254,7 +254,7 @@ // use wxTextFile class: requires wxFile, required by wxConfig #define wxUSE_TEXTFILE 1 -// i18n support: _() macro, wxLocale class. Requires wxFile +// i18n support: _() macro, wxLocale class. Requires wxTextFile. #define wxUSE_INTL 1 // wxLogXXX functions - highly recommended -- 2.47.2