diff options
| author | lempamo <[email protected]> | 2017-04-01 21:52:32 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-01 21:52:32 -0400 |
| commit | f4df5bd646ce9d9471f585f77d351c8ff1495ad4 (patch) | |
| tree | 8f574bbdc5eb27f5a4cb9798a1954fc2dd2f9f31 | |
| parent | 21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a (diff) | |
| download | histacom2-f4df5bd646ce9d9471f585f77d351c8ff1495ad4.tar.gz histacom2-f4df5bd646ce9d9471f585f77d351c8ff1495ad4.tar.bz2 histacom2-f4df5bd646ce9d9471f585f77d351c8ff1495ad4.zip | |
forgot this
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 8efa6d3..85039ef 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -201,7 +201,7 @@ namespace TimeHACK.OS.Win95 private void infoboxTestToolStripMenuItem_Click(object sender, EventArgs e) { - wm.startInfobox95("AShifter's Infobox", "This is the very first TimeHACK Infobox. It's really easy to call, too! \n Just use wm.startInfobox95(String title, String text)!"); + wm.startInfobox95("AShifter's Infobox", "This is the very first TimeHACK Infobox. It's really easy to call, too! \n Just use wm.startInfobox95(String title, String text, Image erroricon)!", Properties.Resources.Win95Info); } private void WebChatToolStripMenuItem_Click(object sender, EventArgs e) { |
