From: Gilles Depeyrot Date: Wed, 31 Oct 2001 22:48:51 +0000 (+0000) Subject: clarified native line ending for Mac OS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb89dec34016c9ac5db47217ee4e85fd57cb5f73 clarified native line ending for Mac OS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/textfile.tex b/docs/latex/wx/textfile.tex index 1497bd83c2..351eca9624 100644 --- a/docs/latex/wx/textfile.tex +++ b/docs/latex/wx/textfile.tex @@ -176,9 +176,11 @@ Returns TRUE if the current line is the last one. \constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}} Get the line termination string corresponding to given constant. {\it typeDefault} is -the value defined during the compilation and corresponds to the native format of the -platform, i.e. it will be wxTextFileType\_Dos under Windows, wxTextFileType\_Unix under -Unix and wxTextFileType\_Mac under Mac. +the value defined during the compilation and corresponds to the native format +of the platform, i.e. it will be wxTextFileType\_Dos under Windows, +wxTextFileType\_Unix under Unix (including Mac OS X when compiling with the +Apple Developer Tools) and wxTextFileType\_Mac under Mac OS (including +Mac OS X when compiling with CodeWarrior). \membersection{wxTextFile::GetFirstLine}\label{wxtextfilegetfirstline}