svn path=/trunk/boinc/; revision=19966
This commit is contained in:
Rom Walton 2009-12-18 06:20:21 +00:00
parent 46424d3e76
commit 3e88efcd3f
1 changed files with 0 additions and 2 deletions

View File

@ -190,7 +190,6 @@ bool wxTaskBarIconEx::SetBalloon(const wxIcon& icon, const wxString title, const
lstrcpyn(notifyData.szInfoTitle, WXSTRINGCAST title, sizeof(notifyData.szInfoTitle));
lstrcpyn(notifyData.szInfo, WXSTRINGCAST message, sizeof(notifyData.szInfo));
lstrcpyn(notifyData.szTip, WXSTRINGCAST wxEmptyString, sizeof(notifyData.szTip));
UpdateIcon();
return m_iconAdded;
@ -216,7 +215,6 @@ bool wxTaskBarIconEx::QueueBalloon(const wxIcon& icon, const wxString title, con
lstrcpyn(notifyData.szInfoTitle, WXSTRINGCAST title, sizeof(notifyData.szInfoTitle));
lstrcpyn(notifyData.szInfo, WXSTRINGCAST message, sizeof(notifyData.szInfo));
lstrcpyn(notifyData.szTip, WXSTRINGCAST wxEmptyString, sizeof(notifyData.szTip));
UpdateIcon();
return m_iconAdded;