|
1 | 1 | // This file is part of BOINC. |
2 | | -// http://boinc.berkeley.edu |
3 | | -// Copyright (C) 2022 University of California |
| 2 | +// https://boinc.berkeley.edu |
| 3 | +// Copyright (C) 2025 University of California |
4 | 4 | // |
5 | 5 | // BOINC is free software; you can redistribute it and/or modify it |
6 | 6 | // under the terms of the GNU Lesser General Public License |
|
13 | 13 | // See the GNU Lesser General Public License for more details. |
14 | 14 | // |
15 | 15 | // You should have received a copy of the GNU Lesser General Public License |
16 | | -// along with BOINC. If not, see <http://www.gnu.org/licenses/>. |
| 16 | +// along with BOINC. If not, see <https://www.gnu.org/licenses/>. |
17 | 17 | // |
18 | 18 | #if defined(__GNUG__) && !defined(__APPLE__) |
19 | 19 | #pragma implementation "AccountManagerInfoPage.h" |
@@ -128,7 +128,7 @@ void CAccountManagerInfoPage::CreateControls() |
128 | 128 |
|
129 | 129 | m_pTitleStaticCtrl = new wxStaticText; |
130 | 130 | m_pTitleStaticCtrl->Create( itemWizardPage23, wxID_STATIC, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
131 | | - m_pTitleStaticCtrl->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxBOLD, FALSE, _T("Verdana"))); |
| 131 | + m_pTitleStaticCtrl->SetFont(wxFont(10, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, FALSE, _T("Verdana"))); |
132 | 132 | itemBoxSizer24->Add(m_pTitleStaticCtrl, 0, wxALIGN_LEFT|wxALL, 5); |
133 | 133 |
|
134 | 134 | m_pDescriptionStaticCtrl = new wxStaticText; |
@@ -156,7 +156,7 @@ void CAccountManagerInfoPage::CreateControls() |
156 | 156 | m_pProjectDetailsDescriptionCtrl = new wxTextCtrl( itemWizardPage23, ID_PROJECTDESCRIPTION, wxT(""), wxDefaultPosition, wxSize(descriptionWidth, 100), wxTE_MULTILINE|wxTE_READONLY ); |
157 | 157 | itemFlexGridSizer4->Add(m_pProjectDetailsDescriptionCtrl, 0, wxGROW); |
158 | 158 |
|
159 | | - m_pOpenWebSiteButton = new wxButton( this, ID_PROJECTWEBPAGECTRL, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
| 159 | + m_pOpenWebSiteButton = new wxButton( this, ID_PROJECTWEBPAGECTRL, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); |
160 | 160 | itemFlexGridSizer4->Add(m_pOpenWebSiteButton, 0, wxALIGN_CENTER|wxTOP|wxBOTTOM, 5); |
161 | 161 |
|
162 | 162 | wxFlexGridSizer* itemFlexGridSizer11 = new wxFlexGridSizer(2, 1, 0, 0); |
|
0 commit comments