]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
remove run-time check for now-required GTK 2.4
[wxWidgets.git] / src / cocoa / radiobox.mm
index 5aee5df989a5be6475ce915d155899f38f5f9f94..0a8e1aaefb18b343bfa9bbe077b976c7c9699ad4 100644 (file)
@@ -255,7 +255,7 @@ bool wxRadioBox::Show(unsigned int n, bool show)
     // TODO
     // NOTE: Cocoa has no visible state for cells so we'd need to replace the
     // cell with a dummy one to hide it or alternatively subclass NSButtonCell
-    // and add the behavior.
+    // and add the behaviour.
     return false;
 }