summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-08 19:22:56 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-08 19:22:56 -0200
commit3f2f03cc1aac38ad880c0859707b30654a3c935c (patch)
tree5497752183130eeb282506ae2dda7ad196ea2509 /Project/PropertiesForm.cpp
parentb23a673fbe5cfd322956cdff8ef3472da8e0dbff (diff)
downloadPSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.tar.gz
PSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.tar.xz
PSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.zip
File handling implamentation of ZIP loads (and simulation data)
Version updated
Diffstat (limited to 'Project/PropertiesForm.cpp')
-rw-r--r--Project/PropertiesForm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Project/PropertiesForm.cpp b/Project/PropertiesForm.cpp
index 23c733b..97bb9c0 100644
--- a/Project/PropertiesForm.cpp
+++ b/Project/PropertiesForm.cpp
@@ -749,8 +749,7 @@ AboutFormBase::AboutFormBase(wxWindow* parent, wxWindowID id, const wxString& ti
flexGridSizer247->Add(m_staticTextVersionLabel, 0, wxALL, WXC_FROM_DIP(5));
- m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w43a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
- m_staticTextVersion->SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK));
+ m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w45a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5));