Update message box icons

This commit is contained in:
Michael Bucari-Tovo 2025-05-07 16:10:03 -06:00
parent 4600d029dc
commit 152b0e362d
15 changed files with 11 additions and 10 deletions

View file

@ -30,7 +30,8 @@ namespace LibationWinForms.Dialogs
return;
System.Media.SystemSounds.Hand.Play();
pictureBox1.Image = SystemIcons.Error.ToBitmap();
//This is a different (and newer) icon from SystemIcons.Error
pictureBox1.Image = SystemIcons.GetStockIcon(StockIconId.Error).ToBitmap();
}
private void githubLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)