X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7818a75c167907fa70dcaeada49c9d8ba82d599f..eb6b14dc71402c42e0474779bfcd6e878383071e:/samples/mfc/mfctest.h?ds=sidebyside diff --git a/samples/mfc/mfctest.h b/samples/mfc/mfctest.h index dec030d4f9..c42f07a41b 100644 --- a/samples/mfc/mfctest.h +++ b/samples/mfc/mfctest.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // 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 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -40,7 +39,6 @@ class CDummyWindow: public CWnd ///////////////////////////////////////////////////////////////////////////// // CTheApp: -// See hello.cpp for the code to the InitInstance member function. // class CTheApp : public CWinApp { @@ -48,7 +46,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);