3 words for a button is a bit much.

This commit is contained in:
Mitchell Livingston 2006-08-02 00:10:02 +00:00
parent 4b5300939c
commit 2ac14534bb
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
{
NSOpenPanel * panel = [NSOpenPanel openPanel];
[panel setPrompt: @"Select Download Folder"];
[panel setPrompt: @"Select"];
[panel setAllowsMultipleSelection: NO];
[panel setCanChooseFiles: NO];
[panel setCanChooseDirectories: YES];