mirror of https://github.com/BOINC/boinc.git
parent
fc55f3490c
commit
11c4a0a9ac
|
@ -1019,7 +1019,7 @@ void CViewWork::GetDocStatus(wxInt32 item, wxString& strBuffer) const {
|
|||
strBuffer = _("Running");
|
||||
}
|
||||
if (result->resources.size()) {
|
||||
strBuffer += " (" + result->resources + ")";
|
||||
strBuffer += wxString(wxT(" (")) + result->resources + wxString(wxT(")"));
|
||||
}
|
||||
#if 0
|
||||
// doesn't work - result pointer not there
|
||||
|
|
Loading…
Reference in New Issue