Fix windows tray icon
This commit is contained in:
		| @@ -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; | ||||||
| 			} | 			} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user