rename another handler in editor
This commit is contained in:
2
OpenRA.Editor/Form1.Designer.cs
generated
2
OpenRA.Editor/Form1.Designer.cs
generated
@@ -449,7 +449,7 @@
|
|||||||
this.showActorNamesToolStripMenuItem.Name = "showActorNamesToolStripMenuItem";
|
this.showActorNamesToolStripMenuItem.Name = "showActorNamesToolStripMenuItem";
|
||||||
this.showActorNamesToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
|
this.showActorNamesToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
|
||||||
this.showActorNamesToolStripMenuItem.Text = "Show Actor &Names";
|
this.showActorNamesToolStripMenuItem.Text = "Show Actor &Names";
|
||||||
this.showActorNamesToolStripMenuItem.Click += new System.EventHandler(this.showActorNamesToolStripMenuItem_Click);
|
this.showActorNamesToolStripMenuItem.Click += new System.EventHandler(this.ShowActorNamesClicked);
|
||||||
//
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -414,7 +414,7 @@ namespace OpenRA.Editor
|
|||||||
pmMiniMap.Image.Save(saveFileDialog.FileName);
|
pmMiniMap.Image.Save(saveFileDialog.FileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
void showActorNamesToolStripMenuItem_Click(object sender, EventArgs e)
|
void ShowActorNamesClicked(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
showActorNamesToolStripMenuItem.Checked ^= true;
|
showActorNamesToolStripMenuItem.Checked ^= true;
|
||||||
surface1.ShowActorNames = showActorNamesToolStripMenuItem.Checked;
|
surface1.ShowActorNames = showActorNamesToolStripMenuItem.Checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user