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.MacroToolMenuItem,
this.VirtualPadMenuItem, this.VirtualPadMenuItem,
this.BasicBotMenuItem, this.BasicBotMenuItem,
this.RetroAchievementsMenuItem,
this.toolStripSeparator11, this.toolStripSeparator11,
this.CheatsMenuItem, this.CheatsMenuItem,
this.GameSharkConverterMenuItem, this.GameSharkConverterMenuItem,
this.toolStripSeparator29, this.toolStripSeparator29,
this.MultiDiskBundlerFileMenuItem, this.MultiDiskBundlerFileMenuItem,
this.BatchRunnerMenuItem,
this.ExternalToolMenuItem, this.ExternalToolMenuItem,
this.BatchRunnerMenuItem}); this.RetroAchievementsMenuItem});
this.ToolsSubMenu.Text = "&Tools"; this.ToolsSubMenu.Text = "&Tools";
this.ToolsSubMenu.DropDownOpened += new System.EventHandler(this.ToolsSubMenu_DropDownOpened); this.ToolsSubMenu.DropDownOpened += new System.EventHandler(this.ToolsSubMenu_DropDownOpened);
// //