]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textfile.cpp
workaroung for handling problems because groupboxes are not included in the parent...
[wxWidgets.git] / src / common / textfile.cpp
index ff284db4840046463b5cfaf028200f25a0f04d25..e303e47d2c31c92ab4f861ff1c1065c2505ceb6c 100644 (file)
 // ----------------------------------------------------------------------------
 
 // 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;