]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Removed spurious semicolon that prevented compilation
[wxWidgets.git] / include / wx / osx / setup0.h
index e729456b09f4f560ecf112fcbd6299fe379acd3b..1016abdbb8c22dfb4d968a065faea78616094f68 100644 (file)
 // override some settings for Metrowerks
 //
 // VZ: isn't this file only used when building with Metrowerks anyhow?
-// CS: no, it is also used by the XCode projects
+// CS: no, it is also used by the Xcode projects
 #ifdef __MWERKS__
     #undef wxUSE_DEBUG_CONTEXT
     #define wxUSE_DEBUG_CONTEXT 1
 // Set to 0 for no libmspack
 #define wxUSE_LIBMSPACK     0
 
-// native toolbar does support embedding controls, but not comples panels, please test
+// native toolbar does support embedding controls, but not complex panels, please test
 #define wxOSX_USE_NATIVE_TOOLBAR 1
 
 // make sure we have the proper dispatcher for the console event loop