diff --git a/c_gui/CasaTray.cs b/c_gui/CasaTray.cs index 31455e4f..0787d9a5 100644 --- a/c_gui/CasaTray.cs +++ b/c_gui/CasaTray.cs @@ -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; }