]> git.saurik.com Git - wxWidgets.git/commitdiff
Cosmetic changes
authorJulian Smart <julian@anthemion.co.uk>
Wed, 6 Apr 2005 19:43:55 +0000 (19:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 6 Apr 2005 19:43:55 +0000 (19:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/wizard/wizard.cpp

index 97b82ab7f1230f62ad8375b5f650cd6e4ec90706..785c87016bb2effdf4f023aaf10588bfc2f9969c 100644 (file)
@@ -90,12 +90,12 @@ private:
 // some pages for our wizard
 // ----------------------------------------------------------------------------
 
-// this shows how to simply control the validity of the user input by just
+// This shows how to simply control the validity of the user input by just
 // overriding TransferDataFromWindow() - of course, in a real program, the
 // check wouldn't be so trivial and the data will be probably saved somewhere
-// too
+// too.
 //
-// it also shows how to use a different bitmap for one of the pages
+// It also shows how to use a different bitmap for one of the pages.
 class wxValidationPage : public wxWizardPageSimple
 {
 public:
@@ -219,7 +219,7 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
-// this shows how to dynamically (i.e. during run-time) arrange the page order
+// This shows how to dynamically (i.e. during run-time) arrange the page order.
 class wxCheckboxPage : public wxWizardPage
 {
 public: