Skip to content

Commit eaa6d4a

Browse files
author
ArthurHub
committed
fix demo app icon loading
1 parent 737fc27 commit eaa6d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Demo/WinForms/DemoForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private void LoadCustomFonts()
8383
/// </summary>
8484
internal static Icon GetIcon()
8585
{
86-
var stream = typeof(DemoForm).Assembly.GetManifestResourceStream("HtmlRenderer.Demo.WinForms.html.ico");
86+
var stream = typeof(DemoForm).Assembly.GetManifestResourceStream("TheArtOfDev.HtmlRenderer.Demo.WinForms.html.ico");
8787
return stream != null ? new Icon(stream) : null;
8888
}
8989

0 commit comments

Comments
 (0)