Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5351541

Browse files
committed
Fix #87
1 parent c3e5616 commit 5351541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/MainWindowSPCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private async void Compile_SPScripts(bool All = true)
201201
}
202202
else
203203
{
204-
await this.ShowMessageAsync(Program.Translations.SPCompNotFound, Program.Translations.Error, MessageDialogStyle.Affirmative, this.MetroDialogOptions);
204+
await this.ShowMessageAsync(Program.Translations.Error, Program.Translations.SPCompNotFound, MessageDialogStyle.Affirmative, this.MetroDialogOptions);
205205
}
206206
InCompiling = false;
207207
}

0 commit comments

Comments
 (0)