diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 19:11:27 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 19:11:27 -0300 |
commit | fb02f9553205de320695825e34574e48f01f2e23 (patch) | |
tree | 7c0e1514249bc425a19b0d89b04e431d33a15e30 /Project | |
parent | 96f2bcb7a5c9b6339ccfc774c16dcf29f1bda653 (diff) | |
download | PSP.git-fb02f9553205de320695825e34574e48f01f2e23.tar.gz PSP.git-fb02f9553205de320695825e34574e48f01f2e23.tar.xz PSP.git-fb02f9553205de320695825e34574e48f01f2e23.zip |
More site updates
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:", |