Rename "Max" window size menu item to "10x" to reflect behaviour
This commit is contained in:
parent
e53f30f105
commit
8eef419c62
|
@ -1020,7 +1020,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
// mzMenuItem
|
||||
//
|
||||
this.mzMenuItem.Text = "&Max";
|
||||
this.mzMenuItem.Text = "1&0x";
|
||||
this.mzMenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
||||
//
|
||||
// SwitchToFullscreenMenuItem
|
||||
|
|
Loading…
Reference in New Issue