add a title to the Creator's open panel

This commit is contained in:
Mitchell Livingston 2007-08-19 02:52:58 +00:00
parent 7b2a9f274a
commit 466325fa92
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@
{
NSOpenPanel * panel = [NSOpenPanel openPanel];
[panel setTitle: NSLocalizedString(@"Create Torrent File", "Create torrent -> select file")];
[panel setPrompt: NSLocalizedString(@"Select", "Create torrent -> select file")];
[panel setAllowsMultipleSelection: NO];
[panel setCanChooseFiles: YES];