From f55c97c26a3da91b727ee54b1fde19f19fbb4cc1 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 6 Jan 2007 05:46:26 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11788 --- checkin_notes | 7 +++++++ clientgui/sg_DlgMessages.cpp | 2 +- clientgui/sg_DlgPreferences.cpp | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index e483dce9bf..5db70e1d75 100755 --- a/checkin_notes +++ b/checkin_notes @@ -182,6 +182,13 @@ Rom 5 Jan 2007 sg_DlgMessages.cpp, .h sg_DlgPreferences.cpp, .h +Charlie 5 Jan 2007 + - MGR: Fix build breaks. + + clientgui/ + sg_DlgMessages.cpp + sg_DlgPreferences.cpp + Charlie 5 Jan 2007 - MGR: Fix cosmetic bugs on Mac. NOTE: I believe my changes will work on Windows, but I couldn't test diff --git a/clientgui/sg_DlgMessages.cpp b/clientgui/sg_DlgMessages.cpp index 01322e9baa..00f75193e4 100644 --- a/clientgui/sg_DlgMessages.cpp +++ b/clientgui/sg_DlgMessages.cpp @@ -265,7 +265,7 @@ void CPanelMessages::CreateControls() itemButton45->SetBitmapSelected(*pSkinSimple->GetHelpButton()->GetBitmapClicked()); } #ifdef wxUSE_TOOLTIPS - itemButton45->SetToolTip(new wxToolTip(_("Get help with BOINC"));); + itemButton45->SetToolTip(new wxToolTip(_("Get help with BOINC"))); #endif itemBoxSizer4->Add(itemButton45, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); #else diff --git a/clientgui/sg_DlgPreferences.cpp b/clientgui/sg_DlgPreferences.cpp index 440455867e..6dabd3e79a 100644 --- a/clientgui/sg_DlgPreferences.cpp +++ b/clientgui/sg_DlgPreferences.cpp @@ -503,12 +503,12 @@ void CPanelPreferences::CreateControls() itemButton46->SetBitmapSelected(*pSkinSimple->GetHelpButton()->GetBitmapClicked()); } #ifdef wxUSE_TOOLTIPS - itemButton45->SetToolTip(new wxToolTip(_("Get help with BOINC"));); + itemButton46->SetToolTip(new wxToolTip(_("Get help with BOINC"))); #endif - itemBoxSizer4->Add(itemButton45, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); + itemBoxSizer44->Add(itemButton46, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); #else wxContextHelpButton* itemButton45 = new wxContextHelpButton(this); - itemBoxSizer4->Add(itemButton45, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); + itemBoxSizer44->Add(itemButton45, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); #endif #endif