mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
[_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:
parent
36be3e7686
commit
a0223a8cd3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue