| # | Line 137 | Line 137 | bool AEInstallerApp::OnInit() | |
|---|---|---|
| 137 | #endif | |
| 138 | ||
| 139 | //anything after this is done after the window appears... | |
| 140 | + | |
| 141 | if ( !exists("../GameDataFolder") ) | |
| 142 | { | |
| 143 | wxMessageDialog* YesNoDialog = new wxMessageDialog(TheWindow, "You haven't globalized yet! \nYou must globalize to use the Anniversary Edition framework. \nWould you like to globalize now? (This could take a while...)\n(Selecting \"No\" will exit this program...)", "AE Installer Alert", wxYES_NO | wxICON_EXCLAMATION , wxDefaultPosition); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |