]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/pickertest.cpp
Remove wxRTTI macros from wxSpinCtrlGTKBase.
[wxWidgets.git] / tests / controls / pickertest.cpp
index 9202b03c1aa6f7f4ff90c19d76916a9af266eaa4..fccbc619d425a9046effa3e6c6dd5bb8ce6350a9 100644 (file)
@@ -48,7 +48,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( ColourPickerCtrlTestCase );
 
-// 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( ColourPickerCtrlTestCase,
                                       "ColourPickerCtrlTestCase" );
 
@@ -92,7 +92,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( DirPickerCtrlTestCase );
 
-// 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( DirPickerCtrlTestCase,
                                       "DirPickerCtrlTestCase" );
 
@@ -137,7 +137,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( FilePickerCtrlTestCase );
 
-// 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( FilePickerCtrlTestCase,
                                       "FilePickerCtrlTestCase" );
 
@@ -183,7 +183,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( FontPickerCtrlTestCase );
 
-// 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( FontPickerCtrlTestCase,
                                       "FontPickerCtrlTestCase" );