Rename "Max" window size menu item to "10x" to reflect behaviour

This commit is contained in:
James Groom 2023-11-17 12:36:51 +10:00 committed by GitHub
parent e53f30f105
commit 8eef419c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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