From: Gilles Depeyrot Date: Wed, 31 Oct 2001 22:41:08 +0000 (+0000) Subject: added comment concerning native line endings under Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a73523797cd30cabc9c88cbfc27448decf8500ae added comment concerning native line endings under Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index ff284db484..e303e47d2c 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -46,6 +46,10 @@ // ---------------------------------------------------------------------------- // default type is the native one +// the native type under Mac OS X is: +// - Unix when compiling with the Apple Developer Tools (__UNIX__) +// - Mac when compiling with CodeWarrior (__WXMAC__) + const wxTextFileType wxTextFile::typeDefault = #if defined(__WINDOWS__) wxTextFileType_Dos;