mirror of https://github.com/BOINC/boinc.git
parent
c95f0e1a91
commit
f8afdd20b1
|
@ -178,7 +178,7 @@ void CTaskBarIcon::OnRefresh(CTaskbarEvent& WXUNUSED(event)) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
strBuffer.Printf(
|
strBuffer.Printf(
|
||||||
_("client is processing results.")
|
_("Client is processing results.")
|
||||||
);
|
);
|
||||||
if (strMessage.Length() > 0) strMessage += wxT("\n");
|
if (strMessage.Length() > 0) strMessage += wxT("\n");
|
||||||
strMessage += strBuffer;
|
strMessage += strBuffer;
|
||||||
|
|
Loading…
Reference in New Issue