Merge pull request #2596 from BOINC/mac_fix_about_dialog_branded_url

Manager: Fix branded link in About Dialog
This commit is contained in:
Juha Sointusalo 2018-07-11 20:32:26 +03:00 committed by GitHub
commit 51bf79ad4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ bool CDlgAbout::Create(wxWindow* parent, wxWindowID id, const wxString& caption,
m_AboutBOINCURLCtrl->SetLabel(
pSkinAdvanced->GetOrganizationWebsite().c_str()
);
m_AboutBOINCURLCtrl->SetURL(
pSkinAdvanced->GetOrganizationWebsite().c_str()
);
GetSizer()->Fit(this);
GetSizer()->SetSizeHints(this);