Fix tray image location
This commit is contained in:
parent
efe0a5e13c
commit
8b3efa584c
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user