]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/headerctrltest.cpp
XRC spec: document wxRibbon* XRC handler.
[wxWidgets.git] / tests / controls / headerctrltest.cpp
index f13f4a891ff2d872194508af88239b5bc3ae5ec2..e1fed94ae4806daa8744acb39c2a0365cbe7232a 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxHeaderCtrl unit test
 // Author:      Vadim Zeitlin
 // Created:     2008-11-26
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -54,7 +53,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( HeaderCtrlTestCase );
 
-// 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( HeaderCtrlTestCase, "HeaderCtrlTestCase" );
 
 // ----------------------------------------------------------------------------