Changeset 436 for AE/Installer


Ignore:
Timestamp:
Jul 17, 2009, 3:55:31 AM (15 years ago)
Author:
iritscen
Message:

Updating version numbers for 2009-07b release.

Location:
AE/Installer/trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/about.cpp

    r412 r436  
    126126    itemPanel3->SetSizer(itemBoxSizer4);
    127127       
    128     wxStaticText* itemStaticText5 = new wxStaticText( itemPanel3, wxID_STATIC, _("Mod Installer v1.0\nby Gumby and Iritscen\n\nAE credited to:\nEdT: BGI troops, additional weapons\ngeyser: Original creator\nGumby: Installer and Framework\nIritscen: Installer (Mac)\nLoser: Improved animation and AI\nNeo: OniSplit, documenting Oni, tech support\nONIrules: Additional weapons\nParadox: Documenting of Oni\nRossyMiles: Daodan DLL port to C\nSFeLi: Original Daodan DLL\nssg: Documenting Oni"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER );
     128    wxStaticText* itemStaticText5 = new wxStaticText( itemPanel3, wxID_STATIC, _("Mod Installer v1.0.1\nby Gumby and Iritscen\n\nAE credited to:\nEdT: BGI troops, additional weapons\ngeyser: Original creator\nGumby: Installer and Framework\nIritscen: Installer (Mac)\nLoser: Improved animation and AI\nNeo: OniSplit, documenting Oni, tech support\nONIrules: Additional weapons\nParadox: Documenting of Oni\nRossyMiles: Daodan DLL port to C\nSFeLi: Original Daodan DLL\nssg: Documenting Oni"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER );
    129129    itemBoxSizer4->Add(itemStaticText5, 0, wxALIGN_LEFT|wxALL, 5);
    130130       
  • AE/Installer/trunk/source/main_window.cpp

    r423 r436  
    4343#endif
    4444
    45 //const string strInstallerVersion = "1.0";
     45
    4646const bool SPLIT = 1;
    4747const bool NOT_SPLIT = 0;
     
    11041104    StatusArea->SetName(_T("StatusArea"));
    11051105    StatusArea->SetFieldsCount(1);
    1106     StatusArea->SetStatusText(_("AE Installer v1.0"), 0);
     1106    StatusArea->SetStatusText(_("AE Installer v1.0.1"), 0);
    11071107    itemBoxSizer2->Add(StatusArea, 0, wxGROW|wxALL, 0);
    11081108
Note: See TracChangeset for help on using the changeset viewer.