# | Line 115 | Line 115 | void PackageWizard::createPackage(const | |
---|---|---|
115 | QFile *modInfo = new QFile(modDir+"Mod_Info.cfg"); | |
116 | ||
117 | if (!modInfo->open(QIODevice::WriteOnly | QIODevice::Text)){ //open to write | |
118 | < | Util::showErrorPopUp("Couldn't' create Mod_Info.cfg file."); |
119 | < | myLogger->writeString("Couldn't' create Mod_Info.cfg file when creating AE Package."); |
118 | > | Util::showErrorPopUp("Couldn't create Mod_Info.cfg file."); |
119 | > | myLogger->writeString("Couldn't create Mod_Info.cfg file when creating AE Package."); |
120 | return; | |
121 | } | |
122 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |