Changeset 962
- Timestamp:
- Sep 29, 2006, 2:46:06 PM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r961 r962 453 453 [self name]]]; 454 454 [alert setInformativeText: [NSString stringWithFormat: 455 @"The transfer has been paused. Clear up space on %@ to continue.", volume]]; 456 [alert runModal]; 457 458 return NO; 455 @"The transfer will be paused. Clear up space on %@ to continue.", volume]]; 456 [alert addButtonWithTitle: @"OK"]; 457 [alert addButtonWithTitle: @"Download Anyway"]; 458 459 return [alert runModal] != NSAlertFirstButtonReturn; 459 460 } 460 461 return YES;
Note: See TracChangeset
for help on using the changeset viewer.