]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/checkbox.mm
removed more unneeded files, see patch 890642
[wxWidgets.git] / src / cocoa / checkbox.mm
index 659025be55798e1683bdf8c1ce00dae1bb14c887..7b96b3ca0fd9305b032c0a80e417414bb9ec5238 100644 (file)
@@ -113,7 +113,7 @@ wxCheckBoxState wxCheckBox::DoGet3StateValue() const
 
 void wxCheckBox::Cocoa_wxNSButtonAction(void)
 {
-    wxLogDebug(wxT("Checkbox"));
+    wxLogTrace(wxTRACE_COCOA,wxT("Checkbox"));
     // What we really want to do is override [NSCell -nextState] to return
     // NSOnState in lieu of NSMixedState but this works (aside from the
     // very slightly noticeable drawing of - and then a check) -DE