mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Use Applications, not Apps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12896 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc8bc67405
commit
2800893165
1 changed files with 5 additions and 1 deletions
|
@ -263,7 +263,11 @@ main(int argc, char** argv, char **env_c)
|
|||
* List of directory names to search within each root directory
|
||||
* when looking for applications providing services.
|
||||
*/
|
||||
locations = [NSArray arrayWithObjects: @"Apps", @"Library/Services", nil];
|
||||
/* FIXME - Shouldn't this be asking to the gnustep-base library for
|
||||
* the list of application directories rather than try build its own
|
||||
* ? */
|
||||
locations = [NSArray arrayWithObjects: @"Applications",
|
||||
@"Library/Services", nil];
|
||||
|
||||
for (index = 0; index < [roots count]; index++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue