oh, and display hotkey mapping on menu items

This commit is contained in:
andres.delikat 2011-07-12 00:10:02 +00:00
parent 06fd837cbd
commit bf8799c66c
1 changed files with 3 additions and 0 deletions

View File

@ -947,6 +947,9 @@ namespace BizHawk.MultiClient
private void aVIWAVToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
{
recordAVIToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.AVIRecordBinding;
stopAVIToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.AVIStopBinding;
if (CurrAviWriter == null)
{
recordAVIToolStripMenuItem.Enabled = true;