Changeset 1501
- Timestamp:
- 08/16/04 19:38:51 (4 years ago)
- Files:
-
- WiredClient/trunk/WCMessages.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCMessages.m
r1460 r1501 1 /* $Id: WCMessages.m,v 1.2 5 2004/08/10 17:51:07morris Exp $ */1 /* $Id: WCMessages.m,v 1.26 2004/08/16 17:38:51 morris Exp $ */ 2 2 3 3 /* … … 279 279 [panel makeKeyAndOrderFront:self]; 280 280 281 [self retain]; 282 281 283 cell = [panel defaultButtonCell]; 282 284 [cell setTarget:self]; … … 449 451 NSBeginAlertSheet(NSLocalizedString(@"Are you sure you want to clear the message history?", @"Clear messages dialog title"), 450 452 NSLocalizedString(@"Clear", @"Clear messages dialog button"), 451 @"Cancel",453 NSLocalizedString(@"Cancel", @"Clear messages dialog button"), 452 454 NULL, 453 455 [self window], … … 456 458 NULL, 457 459 NULL, 458 NSLocalizedString(@"This cannot be undone.", @"Clear messages dialog description"), 459 NULL); 460 NSLocalizedString(@"This cannot be undone.", @"Clear messages dialog description")); 460 461 } 461 462 }
