Revision: 21913
          http://sourceforge.net/p/bibdesk/svn/21913
Author:   hofman
Date:     2018-02-13 10:52:30 +0000 (Tue, 13 Feb 2018)
Log Message:
-----------
use nil description by default

Modified Paths:
--------------
    trunk/bibdesk/BDSKLinkedBibTeXParser.m

Modified: trunk/bibdesk/BDSKLinkedBibTeXParser.m
===================================================================
--- trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-13 10:48:48 UTC (rev 
21912)
+++ trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-13 10:52:30 UTC (rev 
21913)
@@ -141,7 +141,7 @@
 }
 
 + (NSDictionary *)parserInfo {
-    return [BDSKWebParser parserInfoWithName:[self host] address:[NSString 
stringWithFormat:@"https://%@/";, [self host]] description:[self host] 
feature:BDSKParserFeaturePublic];
+    return [BDSKWebParser parserInfoWithName:[self host] address:[NSString 
stringWithFormat:@"https://%@/";, [self host]] description:nil 
feature:BDSKParserFeaturePublic];
 }
 
 @end

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to