]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Fix crash in wxMSW wxProgressDialog without wxPD_APP_MODAL style.
[wxWidgets.git] / src / osx / utils_osx.cpp
index 94b0444ebb1ce75b22e2075119ed85352a644eb4..7cb07496a63cd4c10c5c15c5ff161d3580aee9f1 100644 (file)
@@ -61,7 +61,7 @@ bool wxCheckForInterrupt(wxWindow *WXUNUSED(wnd))
 // Return true if we have a colour display
 bool wxColourDisplay()
 {
-    // always the case on OSX
+    // always the case on OS X
     return true;
 }