mirror of https://github.com/PCSX2/pcsx2.git
Pleasing devina40 ;) ("WideScreen" -> "Widescreen" at the menu)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5719 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b4084047be
commit
e66f515605
|
@ -424,7 +424,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
|
|||
m_menuSys.Append(MenuId_EnableCheats, _("Enable Cheats"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable WideScreen Patches"),
|
||||
m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable Widescreen Patches"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
m_menuSys.Append(MenuId_EnableHostFs, _("Enable Host Filesystem"),
|
||||
|
|
Loading…
Reference in New Issue