diff -r 1dfe9dac1651 -r daa9590e1bee GUI/SensorNotifyIcon.cs --- a/GUI/SensorNotifyIcon.cs Thu Jul 12 10:17:18 2012 +0000 +++ b/GUI/SensorNotifyIcon.cs Sat Jul 14 19:24:04 2012 +0000 @@ -24,7 +24,7 @@ private UnitManager unitManager; private ISensor sensor; - private NotifyIcon notifyIcon; + private NotifyIconAdv notifyIcon; private Bitmap bitmap; private Graphics graphics; private Color color; @@ -40,7 +40,7 @@ { this.unitManager = unitManager; this.sensor = sensor; - this.notifyIcon = new NotifyIcon(); + this.notifyIcon = new NotifyIconAdv(); Color defaultColor = Color.Black; if (sensor.SensorType == SensorType.Load ||