Changeset 9408
- Timestamp:
- Oct 25, 2009, 9:31:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/MessageWindowController.m
r9407 r9408 332 332 { 333 333 //create the text to output 334 NSMutableArray * messageStrings = [NSMutableArray arrayWithCapacity: [ fMessages count]];334 NSMutableArray * messageStrings = [NSMutableArray arrayWithCapacity: [messages count]]; 335 335 for (NSDictionary * message in messages) 336 336 [messageStrings addObject: [self stringForMessage: message]];
Note: See TracChangeset
for help on using the changeset viewer.