]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/choicebooktest.cpp
Don't use any icon for items inserted without one in wxMSW wxListCtrl.
[wxWidgets.git] / tests / controls / choicebooktest.cpp
index c61499a8aa242ff053d5c504ead28e7258d5d881..5cb4509827853069cec603d10e64173949c3d334 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxChoicebook 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_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 +54,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()