Win32 - minor GUI cleanup

This commit is contained in:
adelikat 2009-02-21 13:56:16 +00:00
parent 7dc8c713f1
commit 3c2ca0860d
2 changed files with 3 additions and 3 deletions

View File

@ -193,9 +193,9 @@ BEGIN
POPUP "&Help"
BEGIN
MENUITEM "Help...", MENU_HELP
MENUITEM "&Message Log...", MENU_MSGLOG
MENUITEM "&Message Log", MENU_MSGLOG
MENUITEM SEPARATOR
MENUITEM "&About...", MENU_ABOUT
MENUITEM "&About", MENU_ABOUT
END
END

View File

@ -2192,7 +2192,7 @@ void UpdateMenuHotkeys()
//Slowest Speed
combo = GetKeyComboName(FCEUD_CommandMapping[EMUCMD_SPEED_SLOWEST]);
combined = "Slowest Speeed\t" + combo;
combined = "Slowest Speed\t" + combo;
ChangeMenuItemText(ID_NES_SLOWESTSPEED, combined);
//Normal Speed