mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12028
This commit is contained in:
parent
01b32db626
commit
994f0d8e07
|
@ -1483,3 +1483,9 @@ David 2 Feb 2007
|
|||
add_util.py
|
||||
database.py
|
||||
db_mid.py
|
||||
|
||||
Charlie 2 Feb 2007
|
||||
- MGR: Fix compiler warning.
|
||||
|
||||
clientgui/
|
||||
ViewProjectsGrid.cpp
|
||||
|
|
|
@ -611,7 +611,6 @@ void CViewProjectsGrid::FormatAVGCredit(wxInt32 item, wxString& strBuffer) {
|
|||
|
||||
|
||||
void CViewProjectsGrid::FormatResourceShare(wxInt32 item, wxString& strBuffer){
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
wxASSERT(pDoc);
|
||||
strBuffer.Printf(wxT(" %0.2f%% (%0.0f)"),m_projectCache.Item(item)->rspercent,
|
||||
m_projectCache.Item(item)->resourceshare);
|
||||
|
|
Loading…
Reference in New Issue