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:
Nicola Pero 2002-02-28 16:50:59 +00:00
parent cc8bc67405
commit 2800893165

View file

@ -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++)
{