]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfctest.h
document that GetSubItemRect() is new since 2.7.0
[wxWidgets.git] / samples / mfc / mfctest.h
index dec030d4f951f0dd53cb58c764f904426b3537b1..c70b47c7f77b8217d72970bb66070a8bf6b88de8 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        mfctest.h
-// Purpose:     Sample to demonstrate mixing MFC and wxWindows code
+// Purpose:     Sample to demonstrate mixing MFC and wxWidgets code
 // Author:      Julian Smart
 // Id:          $Id$
 // Copyright:   (c) Julian Smart
@@ -40,7 +40,6 @@ class CDummyWindow: public CWnd
 /////////////////////////////////////////////////////////////////////////////
 
 // CTheApp:
-// See hello.cpp for the code to the InitInstance member function.
 //
 class CTheApp : public CWinApp
 {
@@ -48,7 +47,7 @@ public:
     BOOL InitInstance();
     int ExitInstance();
 
-    // Override this to provide wxWindows message loop
+    // Override this to provide wxWidgets message loop
     // compatibility
     BOOL PreTranslateMessage(MSG *msg);
     BOOL OnIdle(LONG lCount);