#include "wx/textdlg.h"
#include "wx/log.h"
#include "wx/msgdlg.h"
+ #include "wx/icon.h"
#endif
#include "wx/apptrait.h"
{
wxMessageBox(_T("Render sample shows how to use custom renderers.\n")
_T("\n")
- _T("© 2003 Vadim Zeitlin"),
+ _T("(c) 2003 Vadim Zeitlin"),
_T("About Render wxWidgets Sample"),
wxOK | wxICON_INFORMATION, this);
}