Revision: 27965
          http://sourceforge.net/p/bibdesk/svn/27965
Author:   hofman
Date:     2022-09-30 13:57:13 +0000 (Fri, 30 Sep 2022)
Log Message:
-----------
Complete WOK dtabases. Rename world of knowledge to web of knowledge.

Modified Paths:
--------------
    trunk/bibdesk/BDSKISIGroupServer.m
    trunk/bibdesk/BDSKSearchGroupSheetController.m
    trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
    trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
    trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
    trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings

Modified: trunk/bibdesk/BDSKISIGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKISIGroupServer.m  2022-09-30 09:39:13 UTC (rev 27964)
+++ trunk/bibdesk/BDSKISIGroupServer.m  2022-09-30 13:57:13 UTC (rev 27965)
@@ -125,7 +125,7 @@
     // set the ISI URL in a specified field name
     ISIURLFieldName = [[[NSUserDefaults standardUserDefaults] 
stringForKey:BDSKISIURLFieldNameKey] retain];
     
-    WOSEditions = [[NSSet alloc] initWithObjects:@"SCI", @"SSCI", @"AHCI", 
@"IC", @"ISTP", @"ISSHP", @"CCR", nil];
+    WOSEditions = [[NSSet alloc] initWithObjects:@"SCI", @"SSCI", @"AHCI", 
@"IC", @"ISTP", @"ISSHP", @"CCR", @"BSCI", @"BHCI", @"ESCI", nil];
     
     NSMutableCharacterSet *mutableSet = [NSMutableCharacterSet 
letterCharacterSet];
     [mutableSet addCharactersInString:@"-"];

Modified: trunk/bibdesk/BDSKSearchGroupSheetController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.m      2022-09-30 09:39:13 UTC 
(rev 27964)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.m      2022-09-30 13:57:13 UTC 
(rev 27965)
@@ -372,7 +372,7 @@
         {
             static NSArray *zoomDatabases = nil;
             if (zoomDatabases == nil)
-                zoomDatabases = [[NSArray alloc] initWithObjects:@"WOK", 
@"WOS", @"WOS SCI", @"WOS SSCI", @"WOS AHCI", @"WOS BCI", @"WOS ESCI", @"WOS 
IC", @"WOS CCR", nil];
+                zoomDatabases = [[NSArray alloc] initWithObjects:@"WOK", 
@"WOS", @"WOS SCI", @"WOS SSCI", @"WOS AHCI", @"WOS BSCI", @"WOS BHCI", @"WOS 
ISTP", @"WOS ISSHP", @"WOS ESCI", @"WOS IC", @"WOS CCR", nil];
             return zoomDatabases;
         }
         case BDSKServerTypeDBLP:

Modified: trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib   2022-09-30 09:39:13 UTC 
(rev 27964)
+++ trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib   2022-09-30 13:57:13 UTC 
(rev 27965)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES">
     <dependencies>
-        <deployment identifier="macosx"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="19529"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -37,8 +36,8 @@
             <windowPositionMask key="initialPositionMask" leftStrut="YES" 
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
             <rect key="contentRect" x="416" y="412" width="372" height="393"/>
             <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
-            <view key="contentView" id="6">
-                <rect key="frame" x="0.0" y="0.0" width="373" height="380"/>
+            <view key="contentView" misplaced="YES" id="6">
+                <rect key="frame" x="0.0" y="0.0" width="372" height="393"/>
                 <autoresizingMask key="autoresizingMask"/>
                 <subviews>
                     <textField verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="8">
@@ -591,7 +590,7 @@
                                             </binding>
                                         </connections>
                                     </button>
-                                    <button toolTip="World of Knowledge 
server" horizontalHuggingPriority="749" verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="8U9-Rn-xYX">
+                                    <button toolTip="Web of Knowledge server" 
horizontalHuggingPriority="749" verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="8U9-Rn-xYX">
                                         <rect key="frame" x="228" y="173.5" 
width="59" height="15"/>
                                         <buttonCell key="cell" type="radio" 
title="WOK" bezelStyle="regularSquare" imagePosition="left" alignment="left" 
controlSize="small" inset="2" id="oe8-bG-yFU">
                                             <behavior key="behavior" 
changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>

Modified: trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

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