From 996d833bc9ca47f0666230fe06fc5beb4e66f937 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 3 May 2005 18:55:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6002 --- checkin_notes | 6 ++++++ clientgui/ViewStatistics.cpp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 41b51cb22b..2e98fa88b9 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientgui/ViewStatistics.cpp b/clientgui/ViewStatistics.cpp index d19b20ea06..f9d6bdf51b 100644 --- a/clientgui/ViewStatistics.cpp +++ b/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)) {