summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-11 19:25:34 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-11 19:25:34 -0300
commit7fb65c6ec6148a75830ad25b7f76500c17db0f3b (patch)
tree9eea1f1d2622446b3bf64d8cf0864c9a9aafad34 /Project/PropertiesForm.cpp
parent4c162c4ef7386b8fea0ad82a0019a5434adc13fb (diff)
downloadPSP.git-7fb65c6ec6148a75830ad25b7f76500c17db0f3b.tar.gz
PSP.git-7fb65c6ec6148a75830ad25b7f76500c17db0f3b.tar.xz
PSP.git-7fb65c6ec6148a75830ad25b7f76500c17db0f3b.zip
Divider save bug fixed
Control icons updated Version to download updated
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 af7fcc2..bd09f3e 100644
--- a/Project/PropertiesForm.cpp
+++ b/Project/PropertiesForm.cpp
@@ -532,7 +532,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 2017w38b"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
+ m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w41a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5));