MGR: Fix build breaks from previous changes.

svn path=/trunk/boinc/; revision=15577
This commit is contained in:
Charlie Fenton 2008-07-09 06:15:27 +00:00
parent 03af80db2b
commit a4a45a6201
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ wxInt32 CViewWorkGrid::FormatApplicationName(wxInt32 item, wxString& strBuffer)
if (state_result->wup->avp->plan_class.size()) {
strClassBuffer.Printf(
wxT(" (%s)"),
wxString(state_result->wup->avp->plan_class.c_str(), wxConvUTF8)
state_result->wup->avp->plan_class.c_str()
);
}