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:
Mrlinkwii 2021-04-22 20:55:18 +01:00 committed by lightningterror
parent 4d2f7ae9e2
commit 526c143eb5
1 changed files with 1 additions and 1 deletions

View File

@ -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