Revision: 21618
          http://sourceforge.net/p/bibdesk/svn/21618
Author:   hofman
Date:     2017-11-05 15:55:28 +0000 (Sun, 05 Nov 2017)
Log Message:
-----------
use https:// as default url

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

Modified: trunk/bibdesk/BibDocument_Actions.m
===================================================================
--- trunk/bibdesk/BibDocument_Actions.m 2017-11-04 10:51:45 UTC (rev 21617)
+++ trunk/bibdesk/BibDocument_Actions.m 2017-11-05 15:55:28 UTC (rev 21618)
@@ -1114,7 +1114,7 @@
     
     NSUInteger anIndex = NSNotFound;
     NSNumber *indexNumber = [sender representedObject];
-    NSString *urlString = @"http://";;
+    NSString *urlString = @"https://";;
     if (indexNumber) {
         anIndex = [indexNumber unsignedIntegerValue];
         urlString = [[[[self shownFiles] objectAtIndex:anIndex] URL] 
absoluteString];

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