Update version information.
This commit is contained in:
parent
5b23303a48
commit
036475e4c6
4 changed files with 5 additions and 5 deletions
|
@ -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.4.\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 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->Wrap( -1 );
|
||||
bSizerMainPanel->Add( _aboutText, 0, wxEXPAND|wxRIGHT|wxLEFT|wxALIGN_CENTER_HORIZONTAL, 5 );
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<property name="size">-1,-1</property>
|
||||
<property name="style">wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU</property>
|
||||
<property name="subclass">; ; forward_declare</property>
|
||||
<property name="title">M.A.S.S. Builder Save Tool 2.0.0-pre1</property>
|
||||
<property name="title">M.A.S.S. Builder Save Tool 2.0.0</property>
|
||||
<property name="tooltip"></property>
|
||||
<property name="window_extra_style"></property>
|
||||
<property name="window_name"></property>
|
||||
|
@ -2765,7 +2765,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">This version of the application was partially tested on M.A.S.S. Builder early access version 0.5.4.
It may or may not work with other versions of the game.
Made for the M.A.S.S. Builder community by Guillaume Jacquemin.</property>
|
||||
<property name="label">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.</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
|
|
@ -114,7 +114,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-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( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Builder Save Tool 2.0.0"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN|wxTAB_TRAVERSAL );
|
||||
|
||||
~MainFrame();
|
||||
|
||||
|
|
2
main.cpp
2
main.cpp
|
@ -28,7 +28,7 @@ class MyApp: public wxApp {
|
|||
public:
|
||||
bool OnInit() {
|
||||
SetAppName("wxMASSManager");
|
||||
SetAppDisplayName("wxMASSManager");
|
||||
SetAppDisplayName("M.A.S.S. Builder Save Tool");
|
||||
|
||||
wxImage::AddHandler(new wxPNGHandler);
|
||||
|
||||
|
|
Loading…
Reference in a new issue