mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-13 08:44:36 +02:00
parent
d0545c4ea2
commit
6995b0e5ef
@ -23,7 +23,7 @@ namespace Icinga
|
|||||||
|
|
||||||
public static void FatalError(Form owner, string message)
|
public static void FatalError(Form owner, string message)
|
||||||
{
|
{
|
||||||
MessageBox.Show(owner, message, owner.Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
MessageBox.Show(owner, message, "Icinga 2 Setup Wizard", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
Application.Exit();
|
Application.Exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user