]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/notebooktest.cpp
Fix configure on GNU Hurd.
[wxWidgets.git] / tests / controls / notebooktest.cpp
index c7c3fad381aff451e663a2662d58557a7510789b..9e4a4b514414e5958b17e6951a7756ccc6f67bb8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxNotebook 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_notebook; }
 
     virtual wxEventType GetChangedEvent() const
-    { return wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED; }
+    { return wxEVT_NOTEBOOK_PAGE_CHANGED; }
 
     virtual wxEventType GetChangingEvent() const
-    { return wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; }
+    { return wxEVT_NOTEBOOK_PAGE_CHANGING; }
 
 
     CPPUNIT_TEST_SUITE( NotebookTestCase );
@@ -57,7 +56,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( NotebookTestCase );
 
-// 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( NotebookTestCase, "NotebookTestCase" );
 
 void NotebookTestCase::setUp()