We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed13e5f commit 4a9b963Copy full SHA for 4a9b963
1 file changed
src/WPFDevelopers.Shared/Controls/PathIcon/PackIconKind.cs
@@ -16,9 +16,9 @@ public enum PackIconKind
16
[Description("WD.WindowMaximizeGeometry")] WindowMaximize,
17
[Description("WD.WindowRestoreGeometry")] WindowRestore,
18
[Description("WD.WindowCloseGeometry")] WindowClose,
19
- [Description("WD.SuccessGeometry")] Information,
+ [Description("WD.SuccessGeometry")] Success,
20
[Description("WD.WarningGeometry")] Warning,
21
- [Description("WD.InfoGeometry")] Question,
+ [Description("WD.InfoGeometry")] Info,
22
[Description("WD.ErrorGeometry")] Error,
23
[Description("WD.SmileyOutlineGeometry")] SmileyOutline,
24
[Description("WD.BusGeometry")] Bus,
0 commit comments