mirror of https://github.com/PCSX2/pcsx2.git
i18n: Use a big in D in the code too... Probably impact only linux user
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4400 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
0ea9dbc2c5
commit
5bf6aaf339
|
@ -256,7 +256,7 @@ bool i18n_SetLanguage( wxLanguage wxLangId, const wxString& langCode )
|
||||||
L"pcsx2_Iconized",
|
L"pcsx2_Iconized",
|
||||||
L"pcsx2_Tertiary",
|
L"pcsx2_Tertiary",
|
||||||
#ifdef PCSX2_DEVBUILD
|
#ifdef PCSX2_DEVBUILD
|
||||||
L"pcsx2_devel"
|
L"pcsx2_Devel"
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue