| 111 |
|
itemPanel3->SetSizer(itemBoxSizer4); |
| 112 |
|
|
| 113 |
|
string aboutText = "AE Installer v"; |
| 114 |
< |
aboutText = aboutText + INSTALLER_VERSION; |
| 114 |
> |
aboutText = aboutText + gInstallerVersion; |
| 115 |
|
aboutText = aboutText + "\nby Gumby and Iritscen\n\n" + |
| 116 |
|
"AE Credits:\n" + |
| 117 |
|
"demos_kratos: OniSplit GUI (Windows)\n" + |
| 126 |
|
"SFeLi: Original Daodan DLL\n" + |
| 127 |
|
"ssg: Documenting Oni's game data"; |
| 128 |
|
wxStaticText* itemStaticText5 = new wxStaticText( itemPanel3, wxID_STATIC, _(aboutText.c_str()), wxDefaultPosition, wxDefaultSize, wxNO_BORDER ); |
| 129 |
+ |
|
| 130 |
|
itemBoxSizer4->Add(itemStaticText5, 0, wxALIGN_LEFT|wxALL, 5); |
| 131 |
|
|
| 132 |
|
wxStaticLine* itemStaticLine6 = new wxStaticLine( itemPanel3, wxID_STATIC, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); |