Changeset 520


Ignore:
Timestamp:
Jul 4, 2006, 7:09:41 PM (17 years ago)
Author:
livings124
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r519 r520  
    378378            [panel setCanChooseDirectories: YES];
    379379
    380             [panel setMessage: [@"Select the download folder for "
    381                     stringByAppendingString: [torrentPath lastPathComponent]]];
     380            [panel setMessage: [NSString stringWithFormat: @"Select the download folder for \"%@\"", [torrent name]]];
    382381
    383382            [panel beginSheetForDirectory: nil file: nil types: nil
Note: See TracChangeset for help on using the changeset viewer.