Fix windows tray icon

This commit is contained in:
Jim Norman 2006-02-22 17:21:24 +00:00
parent 08966d2f82
commit 69778a55d3

View File

@ -71,8 +71,7 @@ namespace Novell.CASA.GUI
notifyIcon = new System.Windows.Forms.NotifyIcon();
try
{
//s = File.OpenRead("../images/CASAIcons.ico");
s = File.OpenRead("D:/brandi/Client/App.ico");
s = File.OpenRead("../images/CASAIcons.ico");
m_iconNormal = new System.Drawing.Icon(s);
notifyIcon.Icon = m_iconNormal;
}