Slight UI fixes - show mapped hotkey for Open TAStudio on TAStudio menu item, fix alignment of a few boxes in the hotkey config

This commit is contained in:
adelikat 2012-05-28 03:09:47 +00:00
parent bf325ec082
commit 0118b34b41
2 changed files with 611 additions and 610 deletions

View File

@ -533,6 +533,7 @@ namespace BizHawk.MultiClient
hexEditorToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.HexEditor;
luaConsoleToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.LuaConsole;
cheatsToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.Cheats;
tAStudioToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.TASTudio;
}
private void saveSlotToolStripMenuItem_DropDownOpened(object sender, EventArgs e)

File diff suppressed because it is too large Load Diff