]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobut.mm
header includes for mac corrected
[wxWidgets.git] / src / cocoa / radiobut.mm
index 5ceef75f9911f50d33225404bd875d1496a90346..ab8197bd6001bc66af289b373108866af2aa07ad 100644 (file)
@@ -140,7 +140,7 @@ bool wxRadioButton::GetValue() const
 
 void wxRadioButton::Cocoa_wxNSButtonAction(void)
 {
-    wxLogDebug(wxT("wxRadioButton"));
+    wxLogTrace(wxTRACE_COCOA,wxT("wxRadioButton"));
     if(m_radioMaster && ([GetNSButton() state] == NSOnState))
     {
         for(wxRadioButtonList::compatibility_iterator slaveNode =