Revision: 27964
          http://sourceforge.net/p/bibdesk/svn/27964
Author:   hofman
Date:     2022-09-30 09:39:13 +0000 (Fri, 30 Sep 2022)
Log Message:
-----------
use core collection for WOK databases

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

Modified: trunk/bibdesk/BDSKSearchGroupSheetController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.m      2022-09-30 09:14:37 UTC 
(rev 27963)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.m      2022-09-30 09:39:13 UTC 
(rev 27964)
@@ -372,7 +372,7 @@
         {
             static NSArray *zoomDatabases = nil;
             if (zoomDatabases == nil)
-                zoomDatabases = [[NSArray alloc] initWithObjects:@"ESCI", 
@"SCI", @"SSCI", @"A&HCI", @"BCI", @"CPCI", @"CSCD", @"SciELO", @"KCI", 
@"RSCI", @"ARCI", nil];
+                zoomDatabases = [[NSArray alloc] initWithObjects:@"WOK", 
@"WOS", @"WOS SCI", @"WOS SSCI", @"WOS AHCI", @"WOS BCI", @"WOS ESCI", @"WOS 
IC", @"WOS CCR", nil];
             return zoomDatabases;
         }
         case BDSKServerTypeDBLP:

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to