diff options
Diffstat (limited to 'Project')
-rw-r--r-- | Project/PropertiesForm.cpp | 2 | ||||
-rw-r--r-- | Project/PropertiesForm.wxcp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Project/PropertiesForm.cpp b/Project/PropertiesForm.cpp index 4074d63..d63c659 100644 --- a/Project/PropertiesForm.cpp +++ b/Project/PropertiesForm.cpp @@ -540,7 +540,7 @@ AboutFormBase::AboutFormBase(wxWindow* parent, wxWindowID id, const wxString& ti flexGridSizer247->Add(m_staticTextHome, 0, wxALL, WXC_FROM_DIP(5)); - m_hyperLinkPSP = new wxHyperlinkCtrl(this, wxID_ANY, _("http://www.ndse.ufu.br/pspufu"), wxT("http://www.ndse.ufu.br/pspufu"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), wxHL_DEFAULT_STYLE); + m_hyperLinkPSP = new wxHyperlinkCtrl(this, wxID_ANY, _("https://thales1330.github.io/PSP/"), wxT("https://thales1330.github.io/PSP/"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), wxHL_DEFAULT_STYLE); m_hyperLinkPSP->SetNormalColour(wxColour(wxT("#0000FF"))); m_hyperLinkPSP->SetHoverColour(wxColour(wxT("#0000FF"))); m_hyperLinkPSP->SetVisitedColour(wxColour(wxT("#FF0000"))); diff --git a/Project/PropertiesForm.wxcp b/Project/PropertiesForm.wxcp index 3ab15a0..56284bb 100644 --- a/Project/PropertiesForm.wxcp +++ b/Project/PropertiesForm.wxcp @@ -5951,11 +5951,11 @@ }, { "type": "string", "m_label": "Label:", - "m_value": "http://www.ndse.ufu.br/pspufu" + "m_value": "https://thales1330.github.io/PSP/" }, { "type": "string", "m_label": "URL:", - "m_value": "http://www.ndse.ufu.br/pspufu" + "m_value": "https://thales1330.github.io/PSP/" }, { "type": "colour", "m_label": "Normal Colour:", |