Changeset 518
- Timestamp:
- 05/25/09 02:42:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlerts.m
r364 r518 95 95 unsigned int length; 96 96 while ( (alert = [e nextObject]) != nil) { 97 if ([alert isKindOfClass: [PSDockBounceAlert class]]) // XXX temporary for 1.1b598 continue;99 97 [string appendAttributedString: [NSLocalizedString(@"* ", "Unordered list label (usually a bullet followed by a space)") small]]; 100 98 [string appendAttributedString: [alert actionDescription]];
Note:
See TracChangeset
for help on using the changeset viewer.