Revision: 27593
http://sourceforge.net/p/bibdesk/svn/27593
Author: hofman
Date: 2022-06-09 14:11:45 +0000 (Thu, 09 Jun 2022)
Log Message:
-----------
use space as separator because it is smaller than other characters, so it acts
as a subsort
Modified Paths:
--------------
trunk/bibdesk/BDSKFieldCollection.m
Modified: trunk/bibdesk/BDSKFieldCollection.m
===================================================================
--- trunk/bibdesk/BDSKFieldCollection.m 2022-06-09 09:40:36 UTC (rev 27592)
+++ trunk/bibdesk/BDSKFieldCollection.m 2022-06-09 14:11:45 UTC (rev 27593)
@@ -81,7 +81,7 @@
else if ([value isFile])
return [[NSWorkspace sharedWorkspace] typeOfFile:[value path]
error:NULL];
else
- return [NSString stringWithFormat:@"%@:%@", [value scheme],
[value pathExtension]];
+ return [NSString stringWithFormat:@"%@ %@", [value scheme],
[value pathExtension] ?: @""];
} else {
value = (id)[item stringValueOfField:key];
if ([key isURLField] == NO && [key isBooleanField] == NO && [key
isTriStateField] == NO && [key isRatingField] == NO && [key isCitationField] ==
NO)
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