Fix windows tray icon
This commit is contained in:
parent
08966d2f82
commit
69778a55d3
@ -71,8 +71,7 @@ namespace Novell.CASA.GUI
|
|||||||
notifyIcon = new System.Windows.Forms.NotifyIcon();
|
notifyIcon = new System.Windows.Forms.NotifyIcon();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//s = File.OpenRead("../images/CASAIcons.ico");
|
s = File.OpenRead("../images/CASAIcons.ico");
|
||||||
s = File.OpenRead("D:/brandi/Client/App.ico");
|
|
||||||
m_iconNormal = new System.Drawing.Icon(s);
|
m_iconNormal = new System.Drawing.Icon(s);
|
||||||
notifyIcon.Icon = m_iconNormal;
|
notifyIcon.Icon = m_iconNormal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user