fix naming of event handlers in editor

This commit is contained in:
Chris Forbes
2011-12-09 22:26:55 +13:00
parent 6bac11f071
commit 6c027372ab
2 changed files with 4 additions and 4 deletions

View File

@@ -225,8 +225,8 @@ namespace OpenRA.Editor
this.actorOwnerChooser.Name = "actorOwnerChooser";
this.actorOwnerChooser.Size = new System.Drawing.Size(184, 21);
this.actorOwnerChooser.TabIndex = 3;
this.actorOwnerChooser.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.onDrawPlayerItem);
this.actorOwnerChooser.SelectionChangeCommitted += new System.EventHandler(this.onSelectOwner);
this.actorOwnerChooser.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.DrawPlayerListItem);
this.actorOwnerChooser.SelectionChangeCommitted += new System.EventHandler(this.OnSelectedPlayerChanged);
//
// tabPage3
//