From 639d04ac26fe8ade07b884b6432fd9d0170f6fa8 Mon Sep 17 00:00:00 2001 From: warmCabin Date: Thu, 8 Jul 2021 03:29:18 -0400 Subject: [PATCH] change "bad opcodes" to "unofficial opcodes" --- src/drivers/win/res.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/res.rc b/src/drivers/win/res.rc index 472aa16d..37587c8c 100644 --- a/src/drivers/win/res.rc +++ b/src/drivers/win/res.rc @@ -3044,7 +3044,7 @@ BEGIN MENUITEM "IDA Font", ID_DEBUGGER_IDA_FONT, CHECKED MENUITEM "ROM Offsets", ID_DEBUGGER_SHOW_ROM_OFFSETS, CHECKED MENUITEM SEPARATOR - MENUITEM "Break on Bad Opcodes", ID_DEBUGGER_BREAK_BAD_OPCODES, CHECKED + MENUITEM "Break on Unofficial Opcodes", ID_DEBUGGER_BREAK_BAD_OPCODES, CHECKED MENUITEM SEPARATOR MENUITEM "Reset Window Size", ID_DEBUGGER_RESTORE_SIZE END