mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
f28bfa4ad1
commit
1af6979e88
|
@ -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
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue