mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix case inconsistency in debugger menu.
This commit is contained in:
parent
aa58cdeabe
commit
2bea54c69f
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ BEGIN
|
|||
MENUITEM "Kill Function", ID_DISASM_ADDHLE
|
||||
MENUITEM "Rename Function...", ID_DISASM_RENAMEFUNCTION
|
||||
MENUITEM "Remove Function", ID_DISASM_REMOVEFUNCTION
|
||||
MENUITEM "Add Function here", ID_DISASM_ADDFUNCTION
|
||||
MENUITEM "Add Function Here", ID_DISASM_ADDFUNCTION
|
||||
END
|
||||
POPUP "funclist"
|
||||
BEGIN
|
||||
|
|
Loading…
Add table
Reference in a new issue