Changed the app name from wxvbam to VBA-M

This commit is contained in:
skidau 2015-05-21 12:20:19 +00:00
parent 5e562ca4b6
commit 5c6ef13d8c
1 changed files with 4 additions and 1 deletions

View File

@ -62,7 +62,10 @@ static void tack_full_path(wxString &s, const wxString &app = wxEmptyString)
bool wxvbamApp::OnInit()
{
// use consistent names for config
SetAppName(_T("wxvbam"));
SetAppName(_("VBA-M"));
#if (wxMAJOR_VERSION >= 3)
SetAppDisplayName(_T("VisualBoyAdvance-M"));
#endif
// load system default locale, if available
locale.Init();
locale.AddCatalog(_T("wxvbam"));