comparison ui/createinstallerdialog.cpp @ 1162:2a1206932f53

(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Sep 2014 18:53:11 +0200
parents a162f4cbba75
children 2efdf2faf4e5
comparison
equal deleted inserted replaced
1161:b67681a61e3e 1162:2a1206932f53
433 continue; 433 continue;
434 } 434 }
435 if (entry.suffix() == "exe") { 435 if (entry.suffix() == "exe") {
436 if (!signFile(targetPath)) { 436 if (!signFile(targetPath)) {
437 showErrorMessage(tr("Failed to sign binaries with osslsigncode.\n" 437 showErrorMessage(tr("Failed to sign binaries with osslsigncode.\n"
438 "Please check that %1 is a valid code signing certificate and that" 438 "Please check that %1 is a valid code signing certificate and that "
439 "osslsigncode can be found in the PATH.").arg(mCertFile->text())); 439 "osslsigncode can be found in the PATH.").arg(mCertFile->text()));
440 mProgress.cancel(); 440 mProgress.cancel();
441 return NULL; 441 return NULL;
442 } 442 }
443 } 443 }

http://wald.intevation.org/projects/trustbridge/