Changeset 2236
- Timestamp:
- Jun 29, 2007, 9:13:55 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r2226 r2236 792 792 } 793 793 794 [files removeObjectAtIndex: 0]; 794 795 NSOpenPanel * panel = [NSOpenPanel openPanel]; 795 796 … … 802 803 [panel setMessage: [NSString stringWithFormat: NSLocalizedString(@"Select the download folder for \"%@\"", 803 804 "Open torrent -> select destination folder"), [NSString stringWithUTF8String: info.name]]]; 804 [panel setMessage: @"Select the download folder "];805 805 806 806 NSDictionary * dictionary = [[NSDictionary alloc] initWithObjectsAndKeys: [torrentPath retain], @"Path", -
trunk/macosx/Torrent.m
r2230 r2236 139 139 - (NSDictionary *) history 140 140 { 141 #warning not all being stored142 141 NSMutableDictionary * history = [NSMutableDictionary dictionaryWithObjectsAndKeys: 143 142 [NSNumber numberWithBool: fPublicTorrent], @"PublicCopy", … … 206 205 [fPublicTorrentLocation release]; 207 206 207 #warning look into 208 208 tr_torrentRemoveSaved(fHandle); 209 209
Note: See TracChangeset
for help on using the changeset viewer.