[_workspaceApplication] renamed defaults key for Workspace

application to GSWorkspaceApplication.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-12-07 23:02:55 +00:00
parent 36be3e7686
commit a0223a8cd3

View file

@ -1557,7 +1557,7 @@ inFileViewerRootedAtPath: (NSString *)rootFullpath
id app;
/* What Workspace application? */
appName = [defs stringForKey: @"Workspace"];
appName = [defs stringForKey: @"GSWorkspaceApplication"];
if (appName == nil)
appName = @"GSWorkspace";