In open window use name of download file rather than name of torrent file.

This commit is contained in:
Mitchell Livingston 2006-07-04 19:09:41 +00:00
parent 4103575f12
commit 844f52b634
1 changed files with 1 additions and 2 deletions

View File

@ -377,8 +377,7 @@ static void sleepCallBack(void * controller, io_service_t y,
[panel setCanChooseFiles: NO];
[panel setCanChooseDirectories: YES];
[panel setMessage: [@"Select the download folder for "
stringByAppendingString: [torrentPath lastPathComponent]]];
[panel setMessage: [NSString stringWithFormat: @"Select the download folder for \"%@\"", [torrent name]]];
[panel beginSheetForDirectory: nil file: nil types: nil
modalForWindow: fWindow modalDelegate: self didEndSelector: