From 7fb65c6ec6148a75830ad25b7f76500c17db0f3b Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 11 Oct 2017 19:25:34 -0300 Subject: Divider save bug fixed Control icons updated Version to download updated --- Project/PropertiesForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/PropertiesForm.cpp') 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)); -- cgit