mirror of https://github.com/BOINC/boinc.git
Fix typo in comment
svn path=/trunk/boinc/; revision=21043
This commit is contained in:
parent
f811b9bccd
commit
66321c15e7
|
@ -739,7 +739,7 @@ void CTaskBarIcon::UpdateNoticeStatus() {
|
|||
);
|
||||
} else {
|
||||
// For platforms that do not support balloons
|
||||
// If Manager is hidden or in backgroound, request user attention.
|
||||
// If Manager is hidden or in background, request user attention.
|
||||
if (! (wxGetApp().IsActive())) {
|
||||
#ifdef __WXMAC__
|
||||
MacRequestUserAttention(); // Bounce BOINC Dock icon
|
||||
|
|
Loading…
Reference in New Issue