From: sreitenbach Date: Sun, 3 Feb 2008 18:54:48 +0000 (+0000) Subject: * make fit to new resourceLocatorForGNUstepPath: X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e186bae30a0c6971ec94b4d12afad6593e12ce6c;p=scalable-opengroupware.org * make fit to new resourceLocatorForGNUstepPath: in sope NGResourceLocator git-svn-id: http://svn.opengroupware.org/SOGo/inverse/branches/1.0-gsmake2@1353 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOPE/GDLContentStore/GCSFolderType.m b/SOPE/GDLContentStore/GCSFolderType.m index 76f2d36b..f6aa1aef 100644 --- a/SOPE/GDLContentStore/GCSFolderType.m +++ b/SOPE/GDLContentStore/GCSFolderType.m @@ -64,7 +64,7 @@ // TODO: fix me, GCS instead of OCS loc = [NGResourceLocator resourceLocatorForGNUstepPath: - @"Library/OCSTypeModels" + @"OCSTypeModels" fhsPath:@"share/ocs"]; return loc; }