Reorder items in Tools menu
This commit is contained in:
parent
3dcc3ff89f
commit
5603e5ac01
|
@ -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);
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue