]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textfile.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / textfile.h
index 0cee089cb323c43bc92907ba49b2b9ba0f31c053..72224cb23329814d457932d3bfd5241b999b5e2b 100644 (file)
@@ -145,9 +145,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);