Revision: 26769 http://sourceforge.net/p/bibdesk/svn/26769 Author: hofman Date: 2021-08-29 22:56:57 +0000 (Sun, 29 Aug 2021) Log Message: ----------- Revert last commit, the system provides a description
Modified Paths: -------------- trunk/bibdesk/BDSKBibDeskProtocol.m Modified: trunk/bibdesk/BDSKBibDeskProtocol.m =================================================================== --- trunk/bibdesk/BDSKBibDeskProtocol.m 2021-08-29 22:55:35 UTC (rev 26768) +++ trunk/bibdesk/BDSKBibDeskProtocol.m 2021-08-29 22:56:57 UTC (rev 26769) @@ -137,7 +137,7 @@ [client URLProtocol:self didFailWithError:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:nil]]; } } else { - [client URLProtocol:self didFailWithError:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorUnsupportedURL userInfo:[NSDictionary dictionaryWithObjectsAndKeys:NSLocalizedString(@"Unsupported URL", @""), NSLocalizedDescriptionKey, nil]]]; + [client URLProtocol:self didFailWithError:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorUnsupportedURL userInfo:nil]]; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit