*** empty log message ***

svn path=/trunk/boinc/; revision=9805
This commit is contained in:
Rom Walton 2006-04-06 19:54:02 +00:00
parent 8077cf2bed
commit f606925d4c
2 changed files with 31 additions and 26 deletions

View File

@ -3615,3 +3615,10 @@ Rom 6 Apr 2006 (From Frank S. Thomas)
clientgui/
MainDocument.cpp
Rom 6 Apr 2006 (From Darrel Holz)
- Bug Fix: Fix the Logo display for BOINC when not running as a branded
client.
clientgui/
DlgAbout.cpp

View File

@ -87,7 +87,6 @@ bool CDlgAbout::Create(wxWindow* parent, wxWindowID id, const wxString& caption,
// Change the various dialog items for the branded manager
//
if (wxGetApp().GetBrand()->IsBranded()) {
wxString buf = wxEmptyString;
buf.Printf(
_("About %s"),
@ -114,7 +113,6 @@ bool CDlgAbout::Create(wxWindow* parent, wxWindowID id, const wxString& caption,
m_AboutBOINCURLCtrl->SetLabel(
wxGetApp().GetBrand()->GetCompanyWebsite().c_str()
);
}
GetSizer()->Fit(this);
GetSizer()->SetSizeHints(this);