sequence highlight works in viewer

This commit is contained in:
Chris Forbes
2009-10-28 21:26:35 +13:00
parent 92d28a6354
commit 5d1ae1cb2a
4 changed files with 30 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
this.ClientSize = new System.Drawing.Size(708, 543);
this.Controls.Add(this.surface1);
this.Name = "Form1";
this.Text = "Form1";
this.Text = "OpenRA Sequence Viewer";
this.ResumeLayout(false);
}