Fixed translation of strings at runtime.

Static strings can not be translated until wxLocale is initialised.

This reverts commit 0004b6004b.

Conflicts:
	Source/Core/DolphinWX/VideoConfigDiag.cpp
This commit is contained in:
Matthew Parlane
2015-06-07 15:32:29 +12:00
parent b0afb08170
commit 1aa829c03c
5 changed files with 128 additions and 127 deletions

View File

@ -95,7 +95,7 @@ private:
std::map<wxWindowID, unsigned int> m_gc_port_choice_ids;
std::map<wxWindowID, unsigned int> m_gc_port_config_ids;
static const std::array<wxString, 8> m_gc_pad_type_strs;
std::array<wxString, 8> m_gc_pad_type_strs;
std::map<wxWindowID, unsigned int> m_wiimote_index_from_ctrl_id;
unsigned int m_orig_wiimote_sources[MAX_BBMOTES];