mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
more love for users having problem with the torrent file UTI
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
[panel setMessage: NSLocalizedString(@"Select the name and location for the torrent file.",
|
||||
"Create torrent -> location sheet -> message")];
|
||||
|
||||
[panel setRequiredFileType: @"org.bittorrent.torrent"];
|
||||
[panel setAllowedFileTypes: [NSArray arrayWithObjects: @"org.bittorrent.torrent", @"torrent", nil]];
|
||||
[panel setCanSelectHiddenExtension: YES];
|
||||
|
||||
[panel beginSheetForDirectory: [fLocation stringByDeletingLastPathComponent] file: [fLocation lastPathComponent]
|
||||
|
||||
Reference in New Issue
Block a user