aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-30 00:10:22 -0400
committerlempamo <[email protected]>2017-07-30 00:10:22 -0400
commit077fef3baf82e23a4a03bb3c73d83f8d8103fdb9 (patch)
tree7136fb69ca87b175aee39e6a04b4e998905f22a0 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
parent71ccea956dc85e8b293dc8a30fbbf91b2709897f (diff)
downloadhistacom2-077fef3baf82e23a4a03bb3c73d83f8d8103fdb9.tar.gz
histacom2-077fef3baf82e23a4a03bb3c73d83f8d8103fdb9.tar.bz2
histacom2-077fef3baf82e23a4a03bb3c73d83f8d8103fdb9.zip
better infoboxes
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
index 2453abc..7d0dd1c 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
@@ -61,7 +61,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
this.aboutWordpadToolStripMenuItem.Click += (sender, args) => wm.StartAboutBox95("Wordpad", "Microsoft Wordpad", Properties.Resources.Win95IconWordpad);
this.btnNew.Click += (sender, args) => mainText.Text = "";
this.newToolStripMenuItem.Click += (sender, args) => mainText.Text = "";
- this.sendToolStripMenuItem.Click += (sender, args) => wm.StartInfobox95("Wordpad", "An error occured opening send option.", null);
+ this.sendToolStripMenuItem.Click += (sender, args) => wm.StartInfobox95("Wordpad", "An error occured opening send option.", Engine.Template.InfoboxType.Error, Engine.Template.InfoboxButtons.OK);
this.bulletStyleToolStripMenuItem.Click += (sender, args) => mainText.SelectionBullet = bulletStyleToolStripMenuItem.Checked;
this.comboFont.SelectedIndexChanged += (sender, args) => SetSelectedTextFont(comboFont.Text);
this.comboSize.SelectedIndexChanged += (sender, args) => SetSelectedTextSize(comboSize.Text);