Tastudio - Columns menu - show button names in addition to the column mnemonics
This commit is contained in:
parent
0055bc1949
commit
aa2984dd96
|
@ -674,7 +674,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
var menuItem = new ToolStripMenuItem
|
||||
{
|
||||
Text = column.Text,
|
||||
Text = column.Text + " (" + column.Name + ")",
|
||||
Checked = column.Visible
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue