aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-11 20:37:33 -0500
committerFloppyDiskDrive <[email protected]>2017-09-11 20:37:33 -0500
commitcb10dfe5c2004580f480f3e84c445fe7877be79b (patch)
tree748650f2069861bddb6972ecb39bbea336a816a5 /Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
parent572117a8d2fe2e88ce72ecfbcf55598b02bddd62 (diff)
parent584789ed8a37027db496d6c90873186fe461f021 (diff)
downloadhistacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.gz
histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.bz2
histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.zip
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
index 4804ca5..6ec79a4 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
@@ -15,13 +15,6 @@ namespace Histacom2.OS.Win95.Win95Apps
public WinClassicWelcome()
{
InitializeComponent();
-
- btnTour.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
- btnTour.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
- btnOnline.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
- btnOnline.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
- btnClose.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
- btnClose.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
private void btnClose_Click(object sender, EventArgs e)