Revision: 29213
http://sourceforge.net/p/bibdesk/svn/29213
Author: hofman
Date: 2025-04-27 14:21:39 +0000 (Sun, 27 Apr 2025)
Log Message:
-----------
remove format specifier in non-format string
Modified Paths:
--------------
trunk/bibdesk/BDSKSRUGroupServer.m
trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
Modified: trunk/bibdesk/BDSKSRUGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 14:15:13 UTC (rev 29212)
+++ trunk/bibdesk/BDSKSRUGroupServer.m 2025-04-27 14:21:39 UTC (rev 29213)
@@ -129,7 +129,7 @@
NSString *syntax = [[self class] normalizedRecordSyntax:[[[self
serverInfo] options] objectForKey:@"recordSyntax"]];
[query addObject:[@"version=" stringByAppendingString:version]];
[query addObject:@"operation=searchRetrieve"];
- [query addObject:[@"query=%@" stringByAppendingString:[[self searchTerm]
stringByAddingPercentEscapesForQueryTerm]]];
+ [query addObject:[@"query=" stringByAppendingString:[[self searchTerm]
stringByAddingPercentEscapesForQueryTerm]]];
if (syntax)
[query addObject:[@"recordSchema=" stringByAppendingString:syntax]];
if (range.length > 0) {
Modified: trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib 2025-04-27 14:15:13 UTC
(rev 29212)
+++ trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib 2025-04-27 14:21:39 UTC
(rev 29213)
@@ -115,7 +115,7 @@
<color key="backgroundColor"
name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
- <binding destination="-2"
name="hidden" keyPath="zoom" id="956">
+ <binding destination="-2"
name="hidden" keyPath="zoomOrSRU" id="Pk8-Zo-HUD">
<dictionary key="options">
<string
key="NSValueTransformerName">NSNegateBoolean</string>
</dictionary>
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