fix #1388
This commit is contained in:
parent
ff2d713a90
commit
3857ccc18f
|
@ -971,14 +971,14 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.toolStripSeparator25,
|
this.toolStripSeparator25,
|
||||||
this.wheelScrollSpeedToolStripMenuItem});
|
this.wheelScrollSpeedToolStripMenuItem});
|
||||||
this.SettingsSubMenu.Name = "SettingsSubMenu";
|
this.SettingsSubMenu.Name = "SettingsSubMenu";
|
||||||
this.SettingsSubMenu.Size = new System.Drawing.Size(41, 20);
|
this.SettingsSubMenu.Size = new System.Drawing.Size(58, 20);
|
||||||
this.SettingsSubMenu.Text = "&View";
|
this.SettingsSubMenu.Text = "&Settings";
|
||||||
this.SettingsSubMenu.DropDownOpened += new System.EventHandler(this.SettingsSubMenu_DropDownOpened);
|
this.SettingsSubMenu.DropDownOpened += new System.EventHandler(this.SettingsSubMenu_DropDownOpened);
|
||||||
//
|
//
|
||||||
// RotateMenuItem
|
// RotateMenuItem
|
||||||
//
|
//
|
||||||
this.RotateMenuItem.Name = "RotateMenuItem";
|
this.RotateMenuItem.Name = "RotateMenuItem";
|
||||||
this.RotateMenuItem.Size = new System.Drawing.Size(177, 22);
|
this.RotateMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.RotateMenuItem.Text = "Rotate";
|
this.RotateMenuItem.Text = "Rotate";
|
||||||
this.RotateMenuItem.Click += new System.EventHandler(this.RotateMenuItem_Click);
|
this.RotateMenuItem.Click += new System.EventHandler(this.RotateMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -992,7 +992,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.toolStripSeparator12,
|
this.toolStripSeparator12,
|
||||||
this.hideWasLagFramesToolStripMenuItem});
|
this.hideWasLagFramesToolStripMenuItem});
|
||||||
this.HideLagFramesSubMenu.Name = "HideLagFramesSubMenu";
|
this.HideLagFramesSubMenu.Name = "HideLagFramesSubMenu";
|
||||||
this.HideLagFramesSubMenu.Size = new System.Drawing.Size(177, 22);
|
this.HideLagFramesSubMenu.Size = new System.Drawing.Size(180, 22);
|
||||||
this.HideLagFramesSubMenu.Text = "Hide Lag Frames";
|
this.HideLagFramesSubMenu.Text = "Hide Lag Frames";
|
||||||
this.HideLagFramesSubMenu.DropDownOpened += new System.EventHandler(this.HideLagFramesSubMenu_DropDownOpened);
|
this.HideLagFramesSubMenu.DropDownOpened += new System.EventHandler(this.HideLagFramesSubMenu_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -1054,7 +1054,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.DenoteMarkersWithIconsToolStripMenuItem,
|
this.DenoteMarkersWithIconsToolStripMenuItem,
|
||||||
this.DenoteMarkersWithBGColorToolStripMenuItem});
|
this.DenoteMarkersWithBGColorToolStripMenuItem});
|
||||||
this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem";
|
this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem";
|
||||||
this.iconsToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
this.iconsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.iconsToolStripMenuItem.Text = "Icons";
|
this.iconsToolStripMenuItem.Text = "Icons";
|
||||||
this.iconsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.IconsMenuItem_DropDownOpened);
|
this.iconsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.IconsMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -1093,7 +1093,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
// toolStripSeparator23
|
// toolStripSeparator23
|
||||||
//
|
//
|
||||||
this.toolStripSeparator23.Name = "toolStripSeparator23";
|
this.toolStripSeparator23.Name = "toolStripSeparator23";
|
||||||
this.toolStripSeparator23.Size = new System.Drawing.Size(174, 6);
|
this.toolStripSeparator23.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// followCursorToolStripMenuItem
|
// followCursorToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -1105,7 +1105,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.scrollToBottomToolStripMenuItem,
|
this.scrollToBottomToolStripMenuItem,
|
||||||
this.scrollToCenterToolStripMenuItem});
|
this.scrollToCenterToolStripMenuItem});
|
||||||
this.followCursorToolStripMenuItem.Name = "followCursorToolStripMenuItem";
|
this.followCursorToolStripMenuItem.Name = "followCursorToolStripMenuItem";
|
||||||
this.followCursorToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
this.followCursorToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.followCursorToolStripMenuItem.Text = "Follow Cursor";
|
this.followCursorToolStripMenuItem.Text = "Follow Cursor";
|
||||||
this.followCursorToolStripMenuItem.DropDownOpened += new System.EventHandler(this.FollowCursorMenuItem_DropDownOpened);
|
this.followCursorToolStripMenuItem.DropDownOpened += new System.EventHandler(this.FollowCursorMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -1159,12 +1159,12 @@ namespace BizHawk.Client.EmuHawk
|
||||||
// toolStripSeparator25
|
// toolStripSeparator25
|
||||||
//
|
//
|
||||||
this.toolStripSeparator25.Name = "toolStripSeparator25";
|
this.toolStripSeparator25.Name = "toolStripSeparator25";
|
||||||
this.toolStripSeparator25.Size = new System.Drawing.Size(174, 6);
|
this.toolStripSeparator25.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// wheelScrollSpeedToolStripMenuItem
|
// wheelScrollSpeedToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.wheelScrollSpeedToolStripMenuItem.Name = "wheelScrollSpeedToolStripMenuItem";
|
this.wheelScrollSpeedToolStripMenuItem.Name = "wheelScrollSpeedToolStripMenuItem";
|
||||||
this.wheelScrollSpeedToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
this.wheelScrollSpeedToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.wheelScrollSpeedToolStripMenuItem.Text = "Wheel Scroll Speed...";
|
this.wheelScrollSpeedToolStripMenuItem.Text = "Wheel Scroll Speed...";
|
||||||
this.wheelScrollSpeedToolStripMenuItem.Click += new System.EventHandler(this.WheelScrollSpeedMenuItem_Click);
|
this.wheelScrollSpeedToolStripMenuItem.Click += new System.EventHandler(this.WheelScrollSpeedMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1179,7 +1179,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
// toolStripSeparator19
|
// toolStripSeparator19
|
||||||
//
|
//
|
||||||
this.toolStripSeparator19.Name = "toolStripSeparator19";
|
this.toolStripSeparator19.Name = "toolStripSeparator19";
|
||||||
this.toolStripSeparator19.Size = new System.Drawing.Size(57, 6);
|
this.toolStripSeparator19.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// HelpSubMenu
|
// HelpSubMenu
|
||||||
//
|
//
|
||||||
|
|
|
@ -124,8 +124,8 @@
|
||||||
<data name="RecentSubMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="RecentSubMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALAgAA
|
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALAQAA
|
||||||
CwIBm8luNgAAAk1JREFUOE+VkktvUlEUhVsfsdHoREcOHJr4C/RPONHoXzBxoOlAJybOlAZtkdSa2piY
|
CwEBNnBPWwAAAk1JREFUOE+VkktvUlEUhVsfsdHoREcOHJr4C/RPONHoXzBxoOlAJybOlAZtkdSa2piY
|
||||||
NsjjFiiX8qY8ChYL+ECB2lKB8rq0k5bEmiiRbtc+6b2B6MTBR/ZZa+919j3tEBH9RbudHD6E63/2qAwc
|
NsjjFiiX8qY8ChYL+ECB2lKB8rq0k5bEmiiRbtc+6b2B6MTBR/ZZa+919j3tEBH9RbudHD6E63/2qAwc
|
||||||
treT58BVRVnWl8vBbLEg7wNC/QPaMrwb4GT/jFa024mzQLe56c9GwjM7klXXlcw6ksyPSbLoKByc/lUq
|
treT58BVRVnWl8vBbLEg7wNC/QPaMrwb4GT/jFa024mzQLe56c9GwjM7klXXlcw6ksyPSbLoKByc/lUq
|
||||||
+TbQMwrODARAGAF3SxtexSMbf8vOCVp9ZyK+/euaW9TO+SfksOlprSjvoteAjU5rAYqSuFyvR1PR8Ewv
|
+TbQMwrODARAGAF3SxtexSMbf8vOCVp9ZyK+/euaW9TO+SfksOlprSjvoteAjU5rAYqSuFyvR1PR8Ewv
|
||||||
|
|
Loading…
Reference in New Issue