*** empty log message ***

svn path=/trunk/boinc/; revision=6002
This commit is contained in:
Rom Walton 2005-05-03 18:55:43 +00:00
parent e0019107a3
commit 996d833bc9
2 changed files with 8 additions and 2 deletions

View File

@ -5976,3 +5976,9 @@ Bruce 2 May 2005
sched/
sched_locality.C
Rom 3 May 2005
- Bug Fix: Global Loc issue with the statistics tab on creation.
clientgui/
ViewStatistics.cpp

View File

@ -37,13 +37,13 @@ END_EVENT_TABLE ()
CPaintStatistics::CPaintStatistics() {
m_SelectedStatistic=0;
heading="User Total";
heading=_("User Total");
}
CPaintStatistics::CPaintStatistics(wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name) :
wxPanel(parent, id, pos, size, style, name) {
m_SelectedStatistic=0;
heading="User Total";
heading=_("User Total");
}
void CPaintStatistics::OnPaint(wxPaintEvent& WXUNUSED(event)) {