Changeset 304
- Timestamp:
- Jun 8, 2006, 9:36:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/save_torrent_files/macosx/Torrent.m
r299 r304 155 155 [fProgressString setString: @""]; 156 156 if ([self progress] < 1.0) 157 [fProgressString appendFormat: @"%@ of %@ completed(%.2f%%)", [NSString stringForFileSize:157 [fProgressString appendFormat: @"%@ of %@ (%.2f%%)", [NSString stringForFileSize: 158 158 [self downloaded]], [NSString stringForFileSize: [self size]], 100 * [self progress]]; 159 159 else
Note: See TracChangeset
for help on using the changeset viewer.