git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17065
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/string.h"
#include "wx/ffile.h"
#include "wx/app.h"
#include "wx/string.h"
#include "wx/ffile.h"
#include "wx/app.h"
#if wxUSE_GUI
#include "wx/msgdlg.h"
#endif // wxUSE_GUI
#if wxUSE_GUI
#include "wx/msgdlg.h"
#endif // wxUSE_GUI
wxString title;
if ( wxTheApp )
wxString title;
if ( wxTheApp )
- title.Printf(_T("%s message"), wxTheApp->GetAppName().c_str());
+ title.Printf(_("%s message"), wxTheApp->GetAppName().c_str());
::wxMessageBox(out, title);
}
::wxMessageBox(out, title);
}