From 8a5d9c4231361adbe0181b07c2783c9a20ff5259 Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 5 Oct 2020 11:05:52 +0200 Subject: [PATCH] Prepare for pre-release 1. --- GUI/MainFrame.fbp | 2 +- GUI/MainFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/MainFrame.fbp b/GUI/MainFrame.fbp index 5ba7e36..2dc3cf7 100644 --- a/GUI/MainFrame.fbp +++ b/GUI/MainFrame.fbp @@ -48,7 +48,7 @@ -1,-1 wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU ; ; forward_declare - M.A.S.S. Builder Save Tool 2.0.0-pre + M.A.S.S. Builder Save Tool 2.0.0-pre1 diff --git a/GUI/MainFrame.h b/GUI/MainFrame.h index 6454743..c6603a0 100644 --- a/GUI/MainFrame.h +++ b/GUI/MainFrame.h @@ -111,7 +111,7 @@ class MainFrame : public wxFrame public: - MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Builder Save Tool 2.0.0-pre"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN|wxTAB_TRAVERSAL ); + MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Builder Save Tool 2.0.0-pre1"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN|wxTAB_TRAVERSAL ); ~MainFrame();