mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6002
This commit is contained in:
parent
e0019107a3
commit
996d833bc9
|
@ -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
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue