X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/214ffcf58defcab3a0f13ad754b95bba1948a826..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/textfile.h diff --git a/interface/wx/textfile.h b/interface/wx/textfile.h index 0cee089cb3..a2a9b1cdef 100644 --- a/interface/wx/textfile.h +++ b/interface/wx/textfile.h @@ -2,7 +2,6 @@ // Name: textfile.h // Purpose: interface of wxTextFile // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -145,9 +144,9 @@ public: @e typeDefault is the value defined during the compilation and corresponds to the native format of the platform, i.e. it will be @c wxTextFileType_Dos - under Windows, @c wxTextFileType_Unix under Unix (including Mac OS X when - compiling with the Apple Developer Tools) and @c wxTextFileType_Mac under - Mac OS (including Mac OS X when compiling with CodeWarrior). + under Windows and @c wxTextFileType_Unix under Unix (including Mac OS + X, the value @c wxTextFileType_Mac was only used for classic Mac OS + versions). */ static const wxChar* GetEOL(wxTextFileType type = typeDefault);