Fix build break.

svn path=/trunk/boinc/; revision=16057
This commit is contained in:
Rom Walton 2008-09-25 18:22:12 +00:00
parent fc55f3490c
commit 11c4a0a9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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