Changeset 805 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Aug 21, 2006, 4:17:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r802 r805 476 476 return [[NSWorkspace sharedWorkspace] iconForFileType: [[file objectForKey: @"Name"] pathExtension]]; 477 477 else if ([ident isEqualToString: @"Size"]) 478 return [NSString stringForFileSize: [[file objectForKey: @"Size"] unsigned IntValue]];478 return [NSString stringForFileSize: [[file objectForKey: @"Size"] unsignedLongLongValue]]; 479 479 else 480 480 return [[file objectForKey: @"Name"] lastPathComponent];
Note: See TracChangeset
for help on using the changeset viewer.