From 6d26e57fd4519cea330f51e491bfe54cc347719a Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 12 Sep 2017 19:53:35 -0500 Subject: Various fixes (Bug fix/UI Cleanup #3) Made the AboutBox95 UI prettier, and fixed a gamebreaking bug (found by CollinGCoder) --- Histacom2.Engine/Template/AboutBox95.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Histacom2.Engine/Template/AboutBox95.cs') diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs index 1accc56..aca8df5 100644 --- a/Histacom2.Engine/Template/AboutBox95.cs +++ b/Histacom2.Engine/Template/AboutBox95.cs @@ -15,5 +15,10 @@ namespace Histacom2.Engine.Template { this.ParentForm.Close(); } + + private void classicButton1_Click(object sender, EventArgs e) + { + this.ParentForm.Close(); + } } } -- cgit v1.2.3