Changed the app name from wxvbam to VBA-M
This commit is contained in:
parent
5e562ca4b6
commit
5c6ef13d8c
|
@ -62,7 +62,10 @@ static void tack_full_path(wxString &s, const wxString &app = wxEmptyString)
|
||||||
bool wxvbamApp::OnInit()
|
bool wxvbamApp::OnInit()
|
||||||
{
|
{
|
||||||
// use consistent names for config
|
// 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
|
// load system default locale, if available
|
||||||
locale.Init();
|
locale.Init();
|
||||||
locale.AddCatalog(_T("wxvbam"));
|
locale.AddCatalog(_T("wxvbam"));
|
||||||
|
|
Loading…
Reference in New Issue