mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
* GSWeb.framework/GSWClientSideScript.m:
o removed warning git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91cb661267
commit
ef1e1f1989
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ RCS_ID("$Id$")
|
||||||
NSString* path=nil;
|
NSString* path=nil;
|
||||||
resourceManager=[GSWApp resourceManager];
|
resourceManager=[GSWApp resourceManager];
|
||||||
path=[resourceManager pathForResourceNamed:scriptFileName
|
path=[resourceManager pathForResourceNamed:scriptFileName
|
||||||
ofType:nil
|
inFramework:nil
|
||||||
languages:[aContext languages]];
|
languages:[aContext languages]];
|
||||||
if (path)
|
if (path)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue