[setup PATCH] Comments 2
Max Bowsher
maxb@ukf.net
Fri Aug 1 15:00:00 GMT 2003
+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;
}
More information about the Cygwin-apps
mailing list