Fix tray image location
This commit is contained in:
		| @@ -65,7 +65,7 @@ public class TrayCasa | |||||||
| 		notifyIcon = new System.Windows.Forms.NotifyIcon(); | 		notifyIcon = new System.Windows.Forms.NotifyIcon(); | ||||||
| 		try  | 		try  | ||||||
| 		{ | 		{ | ||||||
| 			s = File.OpenRead("notify1.ico"); | 			s = File.OpenRead("../images/notify1.ico"); | ||||||
| 			m_iconNormal = new System.Drawing.Icon(s); | 			m_iconNormal = new System.Drawing.Icon(s); | ||||||
| 			notifyIcon.Icon = m_iconNormal; | 			notifyIcon.Icon = m_iconNormal; | ||||||
| 		} | 		} | ||||||
| @@ -88,7 +88,7 @@ public class TrayCasa | |||||||
|  |  | ||||||
| 		try  | 		try  | ||||||
| 		{ | 		{ | ||||||
| 			s = File.OpenRead("notifyLocked.ico"); | 			s = File.OpenRead("../images/notifyLocked.ico"); | ||||||
| 			m_iconLocked = new System.Drawing.Icon(s); | 			m_iconLocked = new System.Drawing.Icon(s); | ||||||
| 			 | 			 | ||||||
| 		} | 		} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user