mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Directories can be chosen in case of interfaces
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f1ebef4a4
commit
e6b4cf1013
1 changed files with 1 additions and 1 deletions
|
@ -131,9 +131,9 @@ static PCFileManager *_mgr = nil;
|
|||
|
||||
openPanel = [NSOpenPanel openPanel];
|
||||
[openPanel setAllowsMultipleSelection:YES];
|
||||
[openPanel setCanChooseDirectories:NO];
|
||||
[openPanel setCanChooseFiles:YES];
|
||||
[openPanel setTitle:title];
|
||||
[openPanel setCanChooseDirectories:[key isEqualToString: @"Interfaces"]];
|
||||
|
||||
retval = [openPanel
|
||||
runModalForDirectory:[ud objectForKey:@"LastOpenDirectory"]
|
||||
|
|
Loading…
Reference in a new issue