mirror of https://github.com/BOINC/boinc.git
Merge pull request #2596 from BOINC/mac_fix_about_dialog_branded_url
Manager: Fix branded link in About Dialog
This commit is contained in:
commit
51bf79ad4f
|
@ -126,6 +126,9 @@ bool CDlgAbout::Create(wxWindow* parent, wxWindowID id, const wxString& caption,
|
||||||
m_AboutBOINCURLCtrl->SetLabel(
|
m_AboutBOINCURLCtrl->SetLabel(
|
||||||
pSkinAdvanced->GetOrganizationWebsite().c_str()
|
pSkinAdvanced->GetOrganizationWebsite().c_str()
|
||||||
);
|
);
|
||||||
|
m_AboutBOINCURLCtrl->SetURL(
|
||||||
|
pSkinAdvanced->GetOrganizationWebsite().c_str()
|
||||||
|
);
|
||||||
|
|
||||||
GetSizer()->Fit(this);
|
GetSizer()->Fit(this);
|
||||||
GetSizer()->SetSizeHints(this);
|
GetSizer()->SetSizeHints(this);
|
||||||
|
|
Loading…
Reference in New Issue