mirror of https://github.com/PCSX2/pcsx2.git
GUI: rename 'show debug' to 'show debugger' and move the create blockdump' option above it above
GUI: rename 'show debug' to 'show debugger' and move the create blockdump' option above it above
This commit is contained in:
parent
4d2f7ae9e2
commit
526c143eb5
|
@ -493,8 +493,8 @@ void MainEmuFrame::CreateConfigMenu()
|
||||||
|
|
||||||
void MainEmuFrame::CreateWindowsMenu()
|
void MainEmuFrame::CreateWindowsMenu()
|
||||||
{
|
{
|
||||||
m_menuWindow.Append(MenuId_Debug_Open, _("&Show Debug"), wxEmptyString, wxITEM_CHECK);
|
|
||||||
m_menuWindow.Append(MenuId_Debug_CreateBlockdump, _("Create &Blockdump"), _("Creates a block dump for debugging purposes."), wxITEM_CHECK);
|
m_menuWindow.Append(MenuId_Debug_CreateBlockdump, _("Create &Blockdump"), _("Creates a block dump for debugging purposes."), wxITEM_CHECK);
|
||||||
|
m_menuWindow.Append(MenuId_Debug_Open, _("&Show Debugger"), wxEmptyString, wxITEM_CHECK);
|
||||||
#if defined(PCSX2_DEVBUILD) || defined(PCSX2_CI)
|
#if defined(PCSX2_DEVBUILD) || defined(PCSX2_CI)
|
||||||
m_menuWindow.Append(MenuId_GSDump, _("Show &GS Debugger"));
|
m_menuWindow.Append(MenuId_GSDump, _("Show &GS Debugger"));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue