Changeset 962


Ignore:
Timestamp:
Sep 29, 2006, 2:46:06 PM (16 years ago)
Author:
livings124
Message:

Added option in warning window to begin download even if not enough disk space. Also new badge for completed.

Location:
trunk/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Torrent.m

    r961 r962  
    453453                                    [self name]]];
    454454        [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;
    459460    }
    460461    return YES;
Note: See TracChangeset for help on using the changeset viewer.