From 24808d2de827f219b683ad46744a179ae25bc859 Mon Sep 17 00:00:00 2001 From: Thales Lima Date: Sat, 28 Oct 2017 14:30:38 -0200 Subject: Shared OpenGL context bug fixed --- Project/PropertiesForm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Project/PropertiesForm.cpp') diff --git a/Project/PropertiesForm.cpp b/Project/PropertiesForm.cpp index 8d030ea..a675b9d 100644 --- a/Project/PropertiesForm.cpp +++ b/Project/PropertiesForm.cpp @@ -532,7 +532,8 @@ 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 2017w42b"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0); + 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)); flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5)); -- cgit