]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/radiobuttontest.cpp
Add empty paragraph in wxRichTextTable::AddColumns() and AddRows().
[wxWidgets.git] / tests / controls / radiobuttontest.cpp
index 92ff3a307965e27c8f44bcbf8a7967051d1eaa19..ce4f7989a492607e960a106744ece11703127734 100644 (file)
@@ -71,7 +71,7 @@ void RadioButtonTestCase::Click()
 {
     // GTK does not support selecting a single radio button
 #if wxUSE_UIACTIONSIMULATOR && !defined(__WXGTK__)
-    EventCounter selected(m_radio, wxEVT_COMMAND_RADIOBUTTON_SELECTED);
+    EventCounter selected(m_radio, wxEVT_RADIOBUTTON);
 
     wxUIActionSimulator sim;
 
@@ -87,7 +87,7 @@ void RadioButtonTestCase::Click()
 void RadioButtonTestCase::Value()
 {
 #ifndef __WXGTK__
-    EventCounter selected(m_radio, wxEVT_COMMAND_RADIOBUTTON_SELECTED);
+    EventCounter selected(m_radio, wxEVT_RADIOBUTTON);
 
     m_radio->SetValue(true);