Changeset 7569 for trunk/macosx/FileNameCell.m
- Timestamp:
- Jan 2, 2009, 2:41:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileNameCell.m
r7568 r7569 227 227 FileListNode * node = (FileListNode *)[self objectValue]; 228 228 229 NSString * percentString;230 229 CGFloat progress = [torrent fileProgress: node]; 231 percentString = progress == 1.0f ? @"100%" : [NSString localizedStringWithFormat: @"%.2f%%", progress * 100.0f];230 NSString * percentString = progress == 1.0f ? @"100%" : [NSString localizedStringWithFormat: @"%.2f%%", progress * 100.0f]; 232 231 233 232
Note: See TracChangeset
for help on using the changeset viewer.