mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
add a title to the Creator's open panel
This commit is contained in:
parent
7b2a9f274a
commit
466325fa92
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@
|
||||||
{
|
{
|
||||||
NSOpenPanel * panel = [NSOpenPanel openPanel];
|
NSOpenPanel * panel = [NSOpenPanel openPanel];
|
||||||
|
|
||||||
|
[panel setTitle: NSLocalizedString(@"Create Torrent File", "Create torrent -> select file")];
|
||||||
[panel setPrompt: NSLocalizedString(@"Select", "Create torrent -> select file")];
|
[panel setPrompt: NSLocalizedString(@"Select", "Create torrent -> select file")];
|
||||||
[panel setAllowsMultipleSelection: NO];
|
[panel setAllowsMultipleSelection: NO];
|
||||||
[panel setCanChooseFiles: YES];
|
[panel setCanChooseFiles: YES];
|
||||||
|
|
Loading…
Reference in a new issue