Update message box icons
This commit is contained in:
parent
4600d029dc
commit
152b0e362d
15 changed files with 11 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue