Win32 - Hex Editor - disabled Save ROM as.. since it is not yet implemented.
This commit is contained in:
parent
95d2e2b4e7
commit
292e64b5bd
|
@ -241,7 +241,7 @@ BEGIN
|
|||
POPUP "&File"
|
||||
BEGIN
|
||||
MENUITEM "&Save Rom", MENU_MV_FILE_SAVE
|
||||
MENUITEM "S&ave Rom As...", MENU_MV_FILE_SAVE_AS
|
||||
MENUITEM "S&ave Rom As...", MENU_MV_FILE_SAVE_AS, INACTIVE
|
||||
MENUITEM "&Load *.TBL File", MENU_MV_FILE_LOAD_TBL
|
||||
MENUITEM "&Unload *.TBL file", MENU_MV_FILE_UNLOAD_TBL
|
||||
POPUP "&Dump to file"
|
||||
|
|
Loading…
Reference in New Issue