X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3778b4d9c7eebc39f496a9dd055638e06fb9140..b736d59eb531794e6b1cef2b4997c517569ff0dd:/tests/controls/treebooktest.cpp diff --git a/tests/controls/treebooktest.cpp b/tests/controls/treebooktest.cpp index d1e6f3388b..7c36d1aec3 100644 --- a/tests/controls/treebooktest.cpp +++ b/tests/controls/treebooktest.cpp @@ -3,7 +3,6 @@ // Purpose: wxtreebook unit test // Author: Steven Lamerton // Created: 2010-07-02 -// RCS-ID: $Id$ // Copyright: (c) 2010 Steven Lamerton /////////////////////////////////////////////////////////////////////////////// @@ -35,10 +34,10 @@ private: virtual wxBookCtrlBase *GetBase() const { return m_treebook; } virtual wxEventType GetChangedEvent() const - { return wxEVT_COMMAND_TREEBOOK_PAGE_CHANGED; } + { return wxEVT_TREEBOOK_PAGE_CHANGED; } virtual wxEventType GetChangingEvent() const - { return wxEVT_COMMAND_TREEBOOK_PAGE_CHANGING; } + { return wxEVT_TREEBOOK_PAGE_CHANGING; } CPPUNIT_TEST_SUITE( TreebookTestCase ); wxBOOK_CTRL_BASE_TESTS();