]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/misc/metatest.cpp
Fix bug with not selecting wxAuiNotebook page when its child was focused.
[wxWidgets.git] / tests / misc / metatest.cpp
index 9072c7033491fc5bf88b00d975d9b041c960ad4f..59e323cd9ac4a08b0a49ccd210f6814493e3faba 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        tests/misc/metatest.cpp
 // Purpose:     Test template meta-programming constructs
 // Author:      Jaakko Salli
-// RCS-ID:      $Id$
 // Copyright:   (c) the wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -50,7 +49,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( MetaProgrammingTestCase );
 
-// 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( MetaProgrammingTestCase,
                                        "MetaProgrammingTestCase" );