/////////////////////////////////////////////////////////////////////////////
// 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
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// CTheApp:
-// See hello.cpp for the code to the InitInstance member function.
//
class CTheApp : public CWinApp
{
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);