]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/virtlistctrltest.cpp
Applied #15539: wxRichTextCtrl: demonstrate adding and deleting table rows and column...
[wxWidgets.git] / tests / controls / virtlistctrltest.cpp
index 1d52ce5df5f642acd2308c9760f7210a08d41425..fec6c1bd4086d091419a565468d8ebb895a87939 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxListCtrl unit tests for virtual mode
 // Author:      Vadim Zeitlin
 // Created:     2010-11-13
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -52,7 +51,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( VirtListCtrlTestCase );
 
-// 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( VirtListCtrlTestCase, "VirtListCtrlTestCase" );
 
 // ----------------------------------------------------------------------------