]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfctest.h
Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.
[wxWidgets.git] / samples / mfc / mfctest.h
index dec030d4f951f0dd53cb58c764f904426b3537b1..c42f07a41bb711785d20005bb264a5cbe3772e93 100644 (file)
@@ -1,8 +1,7 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        mfctest.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        mfctest.h
-// Purpose:     Sample to demonstrate mixing MFC and wxWindows code
+// Purpose:     Sample to demonstrate mixing MFC and wxWidgets code
 // Author:      Julian Smart
 // Author:      Julian Smart
-// Id:          $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -40,7 +39,6 @@ class CDummyWindow: public CWnd
 /////////////////////////////////////////////////////////////////////////////
 
 // CTheApp:
 /////////////////////////////////////////////////////////////////////////////
 
 // CTheApp:
-// See hello.cpp for the code to the InitInstance member function.
 //
 class CTheApp : public CWinApp
 {
 //
 class CTheApp : public CWinApp
 {
@@ -48,7 +46,7 @@ public:
     BOOL InitInstance();
     int ExitInstance();
 
     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);
     // compatibility
     BOOL PreTranslateMessage(MSG *msg);
     BOOL OnIdle(LONG lCount);