*** empty log message ***

svn path=/trunk/boinc/; revision=11885
This commit is contained in:
Rom Walton 2007-01-16 21:52:47 +00:00
parent 6227693602
commit 872945e933
2 changed files with 12 additions and 0 deletions

View File

@ -655,3 +655,10 @@ Walt 15 Jan 2007
clientgui/
Makefile.am
Rom 16 Jan 2007
- MGR: Add the help button to the list of images to update when the
user selects a different skin.
clientgui/
sg_ProjectsComponent.cpp

View File

@ -534,6 +534,11 @@ void CProjectsComponent::ReskinInterface()
btnAddProj->SetBitmapLabel(*(pSkinSimple->GetAttachProjectButton()->GetBitmap()));
btnAddProj->SetBitmapSelected(*(pSkinSimple->GetAttachProjectButton()->GetBitmapClicked()));
// help btn
btnHelp->SetBackgroundColour(*pSkinSimple->GetBackgroundImage()->GetBackgroundColor());
btnHelp->SetBitmapLabel(*(pSkinSimple->GetHelpButton()->GetBitmap()));
btnHelp->SetBitmapSelected(*(pSkinSimple->GetHelpButton()->GetBitmapClicked()));
// messages btn
btnMessages->SetBackgroundColour(*pSkinSimple->GetBackgroundImage()->GetBackgroundColor());
btnMessages->SetBitmapLabel(*(pSkinSimple->GetMessagesLink()->GetBitmap()));