GUI: change 'Console to Stdio' to 'Program Log to Stdio'

GUI: change  'Console to Stdio' to 'Program Log to Stdio'
This commit is contained in:
Mrlinkwii 2021-05-14 12:08:20 +01:00 committed by lightningterror
parent f28bfa4ad1
commit 1af6979e88
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
, m_MenuItem_Console(*new wxMenuItem(&m_menuWindow, MenuId_Console, _("&Show Program Log"), wxEmptyString, wxITEM_CHECK))
#if defined(__unix__)
, m_MenuItem_Console_Stdio(*new wxMenuItem(&m_menuWindow, MenuId_Console_Stdio, _("&Console to Stdio"), wxEmptyString, wxITEM_CHECK))
, m_MenuItem_Console_Stdio(*new wxMenuItem(&m_menuWindow, MenuId_Console_Stdio, _("&Program Log to Stdio"), wxEmptyString, wxITEM_CHECK))
#endif
{