mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed an issue which was introduced by renaming the assemblies, the confluence icon could not be found.
This commit is contained in:
parent
5ba390abf0
commit
b37b123e8e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Greenshot.Plugin.Confluence
|
||||||
IsInitialized = false;
|
IsInitialized = false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Uri confluenceIconUri = new Uri("/GreenshotConfluencePlugin;component/Images/Confluence.ico", UriKind.Relative);
|
Uri confluenceIconUri = new Uri("/Greenshot.Plugin.Confluence;component/Images/Confluence.ico", UriKind.Relative);
|
||||||
using (Stream iconStream = Application.GetResourceStream(confluenceIconUri)?.Stream)
|
using (Stream iconStream = Application.GetResourceStream(confluenceIconUri)?.Stream)
|
||||||
{
|
{
|
||||||
// TODO: Check what to do with the IImage
|
// TODO: Check what to do with the IImage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue