From 21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 1 Apr 2017 21:52:12 -0400 Subject: added error images for infobox --- TimeHACK.Engine/WindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Engine/WindowManager.cs') diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index be73ab2..65a0ec5 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -58,7 +58,7 @@ namespace TimeHACK.Engine return app; } - public Infobox95 startInfobox95(String title, String text) + public Infobox95 startInfobox95(String title, String text, Image erroricon) { Infobox95 app = new Infobox95(); app.Title.Text = title; -- cgit v1.2.3