/*
* File: simple.cpp
- * Purpose: Minimal wxWindows plugin
+ * Purpose: Minimal wxWidgets plugin
* Author: Julian Smart
* Created: 1997
* Updated:
/* static const char sccsid[] = "%W% %G%"; */
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__