mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
Fix on AddFiles panel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31613 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28c343707e
commit
95eb255d35
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-16 German Arias <german@xelalug.org>
|
||||
* Framework/PCFileManager.m: Allow open .project directories
|
||||
to add files placed at project directory in AddFiles panel.
|
||||
|
||||
2010-11-05 German Arias <german@xelalug.org>
|
||||
* Modules/Projects/Application/PCAppProject.m:
|
||||
(-createProjectAt:) Delete the extension on the project
|
||||
|
|
|
@ -376,6 +376,7 @@ static PCFileManager *_mgr = nil;
|
|||
if (addFilesPanel == nil)
|
||||
{
|
||||
addFilesPanel = [PCAddFilesPanel addFilesPanel];
|
||||
[addFilesPanel setTreatsFilePackagesAsDirectories: YES];
|
||||
}
|
||||
panel = addFilesPanel;
|
||||
lastOpenDir = [prefs stringForKey:@"FileAddLastDirectory"];
|
||||
|
|
Loading…
Reference in a new issue