summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 19:11:27 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 19:11:27 -0300
commitfb02f9553205de320695825e34574e48f01f2e23 (patch)
tree7c0e1514249bc425a19b0d89b04e431d33a15e30 /Project/PropertiesForm.cpp
parent96f2bcb7a5c9b6339ccfc774c16dcf29f1bda653 (diff)
downloadPSP.git-fb02f9553205de320695825e34574e48f01f2e23.tar.gz
PSP.git-fb02f9553205de320695825e34574e48f01f2e23.tar.xz
PSP.git-fb02f9553205de320695825e34574e48f01f2e23.zip
More site updates
Diffstat (limited to 'Project/PropertiesForm.cpp')
-rw-r--r--Project/PropertiesForm.cpp2
1 files changed, 1 insertions, 1 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")));