ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagewizard.cpp
(Generate patch)

Comparing Vago/trunk/Vago/packageWizard/packagewizard.cpp (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 789 by s10k, Thu Apr 4 14:46:11 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)