summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-19 21:12:45 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-19 21:12:45 -0300
commitb76d50299a7995b2b3be0a3f9bf954cceeb89314 (patch)
tree5e234bb5216325882610e028826256617b44c2f8 /Project/PropertiesForm.cpp
parentde90dfcf76c1fb13648633b6bddb011b15ac8458 (diff)
downloadPSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.gz
PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.xz
PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.zip
Open file .psp implemented
Several directories bugfixes
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 d63c659..af7fcc2 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 2017w37a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
+ m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w38b"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0);
flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5));