QTfrontend/M3InstallController.m
changeset 2437 10e4b5fc0d93
parent 2400 2422ea85d100
child 2606 ed687a8d081f
equal deleted inserted replaced
2436:246ef6271470 2437:10e4b5fc0d93
    44 		alert = [[NSAlert alertWithMessageText:title 
    44 		alert = [[NSAlert alertWithMessageText:title 
    45 								 defaultButton:NSLocalizedString(@"Install", @"Install")
    45 								 defaultButton:NSLocalizedString(@"Install", @"Install")
    46 							   alternateButton:NSLocalizedString(@"Don't Install", @"Don't Install")
    46 							   alternateButton:NSLocalizedString(@"Don't Install", @"Don't Install")
    47 								   otherButton:nil
    47 								   otherButton:nil
    48 					 informativeTextWithFormat:body] retain];
    48 					 informativeTextWithFormat:body] retain];
    49 		[alert setShowsSuppressionButton:YES];
    49 		//[alert setShowsSuppressionButton:YES];
    50 	}
    50 	}
    51 	return self;
    51 	return self;
    52 }
    52 }
    53 
    53 
    54 - (void)displayInstaller {
    54 - (void)displayInstaller {