mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
More string conversion cleanup.
This commit is contained in:
parent
6026b29844
commit
bdc96342ba
3 changed files with 3 additions and 4 deletions
|
@ -192,7 +192,7 @@ void CLogWindow::SaveSettings()
|
|||
void CLogWindow::OnSubmit(wxCommandEvent& WXUNUSED (event))
|
||||
{
|
||||
if (!m_cmdline) return;
|
||||
Console_Submit(m_cmdline->GetValue().To8BitData());
|
||||
Console_Submit(WxStrToStr(m_cmdline->GetValue()).c_str());
|
||||
m_cmdline->SetValue(wxEmptyString);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue