More string conversion cleanup.

This commit is contained in:
Jordan Woyak
2013-03-03 18:40:50 -06:00
parent 6026b29844
commit bdc96342ba
3 changed files with 3 additions and 4 deletions

View File

@ -180,8 +180,7 @@ wxArrayString GetListOfResolutions()
VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, const std::string& _ininame)
: wxDialog(parent, -1,
wxString::Format(_("Dolphin %s Graphics Configuration"),
wxGetTranslation(wxString::From8BitData(title.c_str()))),
wxString::Format(_("Dolphin %s Graphics Configuration"), wxGetTranslation(StrToWxStr(title))),
wxDefaultPosition, wxDefaultSize)
, vconfig(g_Config)
, ininame(_ininame)