Changeset 1501

Show
Ignore:
Timestamp:
08/16/04 19:38:51 (4 years ago)
Author:
morris
Message:

balance the retain

localize cancel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCMessages.m

    r1460 r1501  
    1 /* $Id: WCMessages.m,v 1.25 2004/08/10 17:51:07 morris Exp $ */ 
     1/* $Id: WCMessages.m,v 1.26 2004/08/16 17:38:51 morris Exp $ */ 
    22 
    33/* 
     
    279279        [panel makeKeyAndOrderFront:self]; 
    280280         
     281        [self retain]; 
     282 
    281283        cell = [panel defaultButtonCell]; 
    282284        [cell setTarget:self]; 
     
    449451                NSBeginAlertSheet(NSLocalizedString(@"Are you sure you want to clear the message history?", @"Clear messages dialog title"), 
    450452                                                  NSLocalizedString(@"Clear", @"Clear messages dialog button"), 
    451                                                   @"Cancel"
     453                                                  NSLocalizedString(@"Cancel", @"Clear messages dialog button")
    452454                                                  NULL, 
    453455                                                  [self window], 
     
    456458                                                  NULL, 
    457459                                                  NULL, 
    458                                                   NSLocalizedString(@"This cannot be undone.", @"Clear messages dialog description"), 
    459                                                   NULL); 
     460                                                  NSLocalizedString(@"This cannot be undone.", @"Clear messages dialog description")); 
    460461        } 
    461462}