From 11c4a0a9ac62e5fbbaccf2067248815c5d035470 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 25 Sep 2008 18:22:12 +0000 Subject: [PATCH] Fix build break. svn path=/trunk/boinc/; revision=16057 --- clientgui/ViewWork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/ViewWork.cpp b/clientgui/ViewWork.cpp index d1697d14f9..d9094eb079 100644 --- a/clientgui/ViewWork.cpp +++ b/clientgui/ViewWork.cpp @@ -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