Skip to content

Commit 3ef0d35

Browse files
committed
Removing deprecated KSPe calls.
1 parent af2ed2c commit 3ef0d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/ModuleManager/GUI/ShowStopperAlertBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal static class ShowStopperAlertBox
2626

2727
internal static void Show(string message)
2828
{
29-
KSPe.Common.Dialogs.ShowStopperAlertBox.Show(
29+
KSPe.Common.Dialogs.ShowStopperErrorBox.Show(
3030
string.Format(MSG, message),
3131
AMSG,
3232
() => { Application.OpenURL("https://github.com/net-lisias-ksp/ModuleManager/issues/2"); Application.Quit(); }

Source/ModuleManager/GUI/UnsupportedKSPAlertBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal static class UnsupportedKSPAlertBox
2626

2727
internal static void Show(string intendedKSP, string currentKSP)
2828
{
29-
KSPe.Common.Dialogs.ShowStopperAlertBox.Show(
29+
KSPe.Common.Dialogs.ShowStopperErrorBox.Show(
3030
string.Format(MSG, intendedKSP, currentKSP),
3131
AMSG,
3232
() => { Application.OpenURL("https://github.com/net-lisias-ksp/ModuleManager/releases"); Application.Quit(); }

0 commit comments

Comments
 (0)