class /* no WXDLLEXPORT */ wxConsoleApp : public wxApp
{
public:
- virtual int OnRun() { wxFAIL_MSG(T("unreachable")); return 0; }
+ virtual int OnRun() { wxFAIL_MSG(wxT("unreachable")); return 0; }
};
// ----------------------------------------------------------------------------
}
wxASSERT_MSG( !wxTheApp,
- T("either call wxInitialize or create app, not both!") );
+ wxT("either call wxInitialize or create app, not both!") );
wxClassInfo::InitializeClasses();