mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-03 02:30:35 -05:00
Fixed duplicate function parameter
This commit is contained in:
parent
02ce104425
commit
10ddab6a42
|
|
@ -126,7 +126,7 @@ internal static void CenterToForm(Control child, Control parent)
|
|||
internal static DialogResult Error(string friendlyMessage, Exception exception)
|
||||
{
|
||||
System.Media.SystemSounds.Exclamation.Play();
|
||||
return ErrorWindow.ShowErrorDialog(friendlyMessage, exception, true, true);
|
||||
return ErrorWindow.ShowErrorDialog(friendlyMessage, exception, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user