diff options
| author | AShifter <[email protected]> | 2017-04-01 20:01:39 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-01 20:01:39 -0600 |
| commit | 4df4250f29c2fb19f547b9a7e28de72b265eb1b1 (patch) | |
| tree | 3e56fa83746cef51ff7daecaed8d437ff5bb4a17 /TimeHACK.Engine/Template | |
| parent | ef8f165210c792e3e8241b84d555bcaed9b55fd0 (diff) | |
| parent | 49907c5f3a594ab3b2385d1d7dec8015c19a5aae (diff) | |
| download | histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.tar.gz histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.tar.bz2 histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.zip | |
Merge pull request #28 from lempamo/master
errors for infoboxes
Diffstat (limited to 'TimeHACK.Engine/Template')
| -rw-r--r-- | TimeHACK.Engine/Template/Infobox95.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs index cb69fac..d15dea3 100644 --- a/TimeHACK.Engine/Template/Infobox95.Designer.cs +++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs @@ -87,7 +87,7 @@ // pictureBox1 // this.pictureBox1.ErrorImage = null; - this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicWarning; + this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.Win95Warning; this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(8, 33); this.pictureBox1.Name = "pictureBox1"; |
