| # | Line 111 | Line 111 | void About::CreateControls() | |
|---|---|---|
| 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" + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |