mirror of https://github.com/BOINC/boinc.git
MGR: Fix build breaks from previous changes.
svn path=/trunk/boinc/; revision=15577
This commit is contained in:
parent
03af80db2b
commit
a4a45a6201
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue