X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7818a75c167907fa70dcaeada49c9d8ba82d599f..f92099657f465d782a8e32444d59f8ebdbdce182:/samples/mfc/mfctest.h diff --git a/samples/mfc/mfctest.h b/samples/mfc/mfctest.h index dec030d4f9..c70b47c7f7 100644 --- a/samples/mfc/mfctest.h +++ b/samples/mfc/mfctest.h @@ -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);