Make the installer's install location dialog box a little more obvious what it is asking.
This commit is contained in:
@@ -82,6 +82,9 @@ const CString GetPath(const CString& ID)
|
||||
[panel setCanChooseDirectories:YES];
|
||||
[panel setResolvesAliases:YES];
|
||||
[panel setAllowsMultipleSelection:NO];
|
||||
[panel setPrompt:@"Install"];
|
||||
[panel setCanCreateDirectories:YES];
|
||||
[panel setTitle:@"Choose a location to install."];
|
||||
int result = [panel runModalForTypes:[NSArray array]]; // No extensions
|
||||
|
||||
if (result != NSOKButton)
|
||||
|
||||
Reference in New Issue
Block a user