Reorder items in Tools menu

This commit is contained in:
YoshiRulz 2022-12-02 04:24:24 +10:00
parent 3dcc3ff89f
commit 5603e5ac01
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -1370,14 +1370,14 @@ namespace BizHawk.Client.EmuHawk
this.MacroToolMenuItem,
this.VirtualPadMenuItem,
this.BasicBotMenuItem,
this.RetroAchievementsMenuItem,
this.toolStripSeparator11,
this.CheatsMenuItem,
this.GameSharkConverterMenuItem,
this.toolStripSeparator29,
this.MultiDiskBundlerFileMenuItem,
this.BatchRunnerMenuItem,
this.ExternalToolMenuItem,
this.BatchRunnerMenuItem});
this.RetroAchievementsMenuItem});
this.ToolsSubMenu.Text = "&Tools";
this.ToolsSubMenu.DropDownOpened += new System.EventHandler(this.ToolsSubMenu_DropDownOpened);
//