X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3778b4d9c7eebc39f496a9dd055638e06fb9140..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/tests/controls/choicebooktest.cpp diff --git a/tests/controls/choicebooktest.cpp b/tests/controls/choicebooktest.cpp index 4349295325..fcd91a3f91 100644 --- a/tests/controls/choicebooktest.cpp +++ b/tests/controls/choicebooktest.cpp @@ -35,10 +35,10 @@ private: virtual wxBookCtrlBase *GetBase() const { return m_choicebook; } virtual wxEventType GetChangedEvent() const - { return wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED; } + { return wxEVT_CHOICEBOOK_PAGE_CHANGED; } virtual wxEventType GetChangingEvent() const - { return wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGING; } + { return wxEVT_CHOICEBOOK_PAGE_CHANGING; } CPPUNIT_TEST_SUITE( ChoicebookTestCase ); wxBOOK_CTRL_BASE_TESTS();