Make the installer's install location dialog box a little more obvious what it is asking.

This commit is contained in:
Steve Checkoway
2003-11-18 03:37:43 +00:00
parent 02c7c79032
commit 6376a1a5f7
+3
View File
@@ -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)