Skip to content

Commit

Permalink
Fixed reference to Embedded logo for HTML reports
Browse files Browse the repository at this point in the history
  • Loading branch information
FIMTooler committed Dec 5, 2020
1 parent 3354951 commit d881ce9
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forms/frmFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ private void WriteHTMLReportHeaders(StreamWriter writer)

//add logo to report
System.Reflection.Assembly myAssembly = System.Reflection.Assembly.GetExecutingAssembly();
Stream myStream = myAssembly.GetManifestResourceStream("csReporter.csrLogo.png");
Stream myStream = myAssembly.GetManifestResourceStream("csReporter.Icon.csrLogo.png");
//Check myStream for null before using
if (myStream != null)
{
Expand Down
Binary file modified bin/Debug/csReporter.exe
Binary file not shown.
Binary file modified bin/Debug/csReporter.pdb
Binary file not shown.
Binary file modified bin/Release/csReporter.exe
Binary file not shown.
Binary file modified bin/Release/csReporter.pdb
Binary file not shown.
Binary file modified obj/Debug/csReporter.exe
Binary file not shown.
Binary file modified obj/Debug/csReporter.pdb
Binary file not shown.
Binary file modified obj/Release/csReporter.exe
Binary file not shown.
Binary file modified obj/Release/csReporter.pdb
Binary file not shown.

0 comments on commit d881ce9

Please sign in to comment.