Changeset 9616
- Timestamp:
- Nov 28, 2009, 5:51:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9615 r9616 943 943 if (!(torrent = [[Torrent alloc] initWithMagnetAddress: address location: nil lib: fLib])) 944 944 { 945 #warning should we do something here? 945 NSRunAlertPanel(NSLocalizedString(@"Adding magnetized transfer failed", "Magnet link failed -> title"), 946 [NSString stringWithFormat: NSLocalizedString(@"There was an error when adding the magnet link \"%@\"." 947 " The transfer will not occur.", "Magnet link failed -> message"), address], 948 NSLocalizedString(@"OK", "Magnet link failed -> button"), nil, nil); 946 949 return; 947 950 } 948 951 949 952 #warning show add window perhaps? 950 951 953 952 954 //change the location if the group calls for it (this has to wait until after the torrent is created) … … 957 959 } 958 960 959 #warning should we do this?960 961 [torrent setWaitToStart: [fDefaults boolForKey: @"AutoStartDownload"]]; 961 962
Note: See TracChangeset
for help on using the changeset viewer.