diff -r 246ef6271470 -r 10e4b5fc0d93 QTfrontend/M3InstallController.m --- a/QTfrontend/M3InstallController.m Mon Oct 12 19:41:17 2009 +0000 +++ b/QTfrontend/M3InstallController.m Mon Oct 12 21:29:28 2009 +0000 @@ -46,7 +46,7 @@ alternateButton:NSLocalizedString(@"Don't Install", @"Don't Install") otherButton:nil informativeTextWithFormat:body] retain]; - [alert setShowsSuppressionButton:YES]; + //[alert setShowsSuppressionButton:YES]; } return self; }