]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/graphics/bitmap.cpp
Applied patch #15540: wxRichTextTable: crashes due to an invalid focus object (dghart)
[wxWidgets.git] / tests / graphics / bitmap.cpp
index 122e01ebb4b51109096416cf716e15c4a6c5e5f3..ba36df7b2ae8d5941d362ec26c5b2b6cb64e0299 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxBitmap unit test
 // Author:      Vadim Zeitlin
 // Created:     2010-03-29
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -47,7 +46,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( BitmapTestCase );
 
-// 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( BitmapTestCase, "BitmapTestCase" );
 
 void BitmapTestCase::setUp()