#if wxUSE_ABOUTDLG
#ifndef WX_PRECOMP
+ #include "wx/msgdlg.h"
#endif //WX_PRECOMP
#include "wx/aboutdlg.h"
// add everything remaining
msg << info.GetDescriptionAndCredits();
- wxMessageBox(msg, _T("About ") + name);
+ wxMessageBox(msg, _("About ") + name);
}
else // simple "native" version is not enough
{