1.1 --- a/GUI/SensorNotifyIcon.cs Thu Jul 12 10:17:18 2012 +0000
1.2 +++ b/GUI/SensorNotifyIcon.cs Sat Jul 14 19:24:04 2012 +0000
1.3 @@ -24,7 +24,7 @@
1.4 private UnitManager unitManager;
1.5
1.6 private ISensor sensor;
1.7 - private NotifyIcon notifyIcon;
1.8 + private NotifyIconAdv notifyIcon;
1.9 private Bitmap bitmap;
1.10 private Graphics graphics;
1.11 private Color color;
1.12 @@ -40,7 +40,7 @@
1.13 {
1.14 this.unitManager = unitManager;
1.15 this.sensor = sensor;
1.16 - this.notifyIcon = new NotifyIcon();
1.17 + this.notifyIcon = new NotifyIconAdv();
1.18
1.19 Color defaultColor = Color.Black;
1.20 if (sensor.SensorType == SensorType.Load ||