]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/choicebooktest.cpp
applying editor part of patch, see #15003
[wxWidgets.git] / tests / controls / choicebooktest.cpp
index c61499a8aa242ff053d5c504ead28e7258d5d881..fcd91a3f918afacd6e8f2de14455e0bf364aac4a 100644 (file)
@@ -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();
@@ -55,7 +55,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( ChoicebookTestCase );
 
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( ChoicebookTestCase, "ChoicebookTestCase" );
 
 void ChoicebookTestCase::setUp()