Changeset 678 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Jul 23, 2006, 7:22:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r676 r678 218 218 [fStateField setStringValue: [torrent stateString]]; 219 219 /* 220 [fPercentField setStringValue: [NSString stringWithFormat: 221 @"%.2f%%", 100.0 * [torrent progress]]]; 220 [fPercentField setStringValue: [NSString stringWithFormat: @"%.2f%%", 100.0 * [torrent progress]]]; 222 221 */ 223 222 int seeders = [torrent seeders], leechers = [torrent leechers];
Note: See TracChangeset
for help on using the changeset viewer.