WPF NotifyIcon

--------------
FIX   Fixed typo (balloon with one "o") in comments and an even in WindowMessageSink.cs.

git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@120 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
Philipp Sumi
2009-09-22 06:57:07 +00:00
parent a4bda48c6c
commit ac2eed0a25
5 changed files with 8 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
messageSink.MouseEventReceived += OnMouseEvent;
messageSink.TaskbarCreated += OnTaskbarCreated;
messageSink.ChangeToolTipStateRequest += OnToolTipChange;
messageSink.BallonToolTipChanged += OnBalloonToolTipChanged;
messageSink.BalloonToolTipChanged += OnBalloonToolTipChanged;
//init single click / balloon timers
singleClickTimer = new Timer(DoSingleClickAction);