This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[setup PATCH] Comments 2


+2003-08-01  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
+
+ * proppage.cc (PropertyPage::FirstDialogProcReflector): Modify comment.

Index: proppage.cc
===================================================================
RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/proppage.cc,v
retrieving revision 2.7
diff -u -p -r2.7 proppage.cc
--- proppage.cc 31 Jul 2003 12:21:21 -0000 2.7
+++ proppage.cc 1 Aug 2003 14:50:13 -0000
@@ -76,7 +76,7 @@ PropertyPage::FirstDialogProcReflector (
   if (message != WM_INITDIALOG)
     {
       // Don't handle anything until we get a WM_INITDIALOG message, which
-      // will have our this pointer with it.
+      // will have our 'this' pointer with it.
       return FALSE;
     }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]