Revision: 28945 http://sourceforge.net/p/bibdesk/svn/28945 Author: hofman Date: 2024-08-25 16:46:34 +0000 (Sun, 25 Aug 2024) Log Message: ----------- Don't register bibdesk scheme as local, for some reason that stops it from working in links
Modified Paths: -------------- trunk/bibdesk/BDSKWebGroup.m Modified: trunk/bibdesk/BDSKWebGroup.m =================================================================== --- trunk/bibdesk/BDSKWebGroup.m 2024-08-25 15:57:02 UTC (rev 28944) +++ trunk/bibdesk/BDSKWebGroup.m 2024-08-25 16:46:34 UTC (rev 28945) @@ -83,7 +83,6 @@ // register for bibdesk: protocol, so we can display a help page on start [NSURLProtocol registerClass:[BDSKBibDeskProtocol class]]; - [WebView registerURLSchemeAsLocal:BDSKBibDeskScheme]; [WebView setMIMETypesShownAsHTML:[[WebView MIMETypesShownAsHTML] arrayByAddingObjectsFromArray:@[@"application/x-bibtex", @"application/x-research-info-systems", @"application/x-endnote-refer"]]]; } 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