Make sure that configuration dialog titles for the plugins are translated and a few other missed strings.

Initialize locale in each of the plugins on windows so that the plugin configuration dialogs are translated and the translators will get off my back.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6847 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-01-14 15:09:30 +00:00
parent 3cba9afe79
commit c99f0d03a4
28 changed files with 2482 additions and 1449 deletions

View File

@ -29,7 +29,7 @@ class DSPConfigDialogHLE : public wxDialog
public:
DSPConfigDialogHLE(wxWindow *parent,
wxWindowID id = wxID_ANY,
const wxString &title = wxT("Dolphin DSP-HLE Plugin Settings"),
const wxString &title = _("Dolphin DSP-HLE Plugin Settings"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE);