Win32 - minor GUI cleanup
This commit is contained in:
parent
7dc8c713f1
commit
3c2ca0860d
|
@ -193,9 +193,9 @@ BEGIN
|
||||||
POPUP "&Help"
|
POPUP "&Help"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Help...", MENU_HELP
|
MENUITEM "Help...", MENU_HELP
|
||||||
MENUITEM "&Message Log...", MENU_MSGLOG
|
MENUITEM "&Message Log", MENU_MSGLOG
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&About...", MENU_ABOUT
|
MENUITEM "&About", MENU_ABOUT
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
|
@ -2192,7 +2192,7 @@ void UpdateMenuHotkeys()
|
||||||
|
|
||||||
//Slowest Speed
|
//Slowest Speed
|
||||||
combo = GetKeyComboName(FCEUD_CommandMapping[EMUCMD_SPEED_SLOWEST]);
|
combo = GetKeyComboName(FCEUD_CommandMapping[EMUCMD_SPEED_SLOWEST]);
|
||||||
combined = "Slowest Speeed\t" + combo;
|
combined = "Slowest Speed\t" + combo;
|
||||||
ChangeMenuItemText(ID_NES_SLOWESTSPEED, combined);
|
ChangeMenuItemText(ID_NES_SLOWESTSPEED, combined);
|
||||||
|
|
||||||
//Normal Speed
|
//Normal Speed
|
||||||
|
|
Loading…
Reference in New Issue