aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs2
1 files changed, 1 insertions, 1 deletions
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;