From 7cd1f9aa4e7aee48abe5cbccc164d72d5c799713 Mon Sep 17 00:00:00 2001 From: William JCM Date: Tue, 20 Apr 2021 15:56:08 +0200 Subject: [PATCH] Update the about text. --- GUI/MainFrame.cpp | 2 +- GUI/MainFrame.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/MainFrame.cpp b/GUI/MainFrame.cpp index da17537..be52d30 100644 --- a/GUI/MainFrame.cpp +++ b/GUI/MainFrame.cpp @@ -279,7 +279,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co bSizerMainPanel->Add( bSizerGameStatus, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); - _aboutText = new wxStaticText( _mainPanel, wxID_ANY, wxT("This version of the application was partially tested on M.A.S.S. Builder early access version 0.5.7.\nIt may or may not work with other versions of the game.\nMade for the M.A.S.S. Builder community by Guillaume Jacquemin."), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER_HORIZONTAL ); + _aboutText = new wxStaticText( _mainPanel, wxID_ANY, wxT("This version of the application was tested on M.A.S.S. Builder early access version 0.6.5.\nIt may or may not work with other versions of the game.\nMade for the M.A.S.S. Builder community by Guillaume Jacquemin."), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER_HORIZONTAL ); _aboutText->Wrap( -1 ); bSizerMainPanel->Add( _aboutText, 0, wxEXPAND|wxRIGHT|wxLEFT|wxALIGN_CENTER_HORIZONTAL, 5 ); diff --git a/GUI/MainFrame.fbp b/GUI/MainFrame.fbp index fb7671c..5c22622 100644 --- a/GUI/MainFrame.fbp +++ b/GUI/MainFrame.fbp @@ -2765,7 +2765,7 @@ 0 0 wxID_ANY - This version of the application was partially tested on M.A.S.S. Builder early access version 0.5.7. It may or may not work with other versions of the game. Made for the M.A.S.S. Builder community by Guillaume Jacquemin. + This version of the application was tested on M.A.S.S. Builder early access version 0.6.5. It may or may not work with other versions of the game. Made for the M.A.S.S. Builder community by Guillaume Jacquemin. 0 0