Revision: 22463
          http://sourceforge.net/p/bibdesk/svn/22463
Author:   hofman
Date:     2018-07-23 20:46:22 +0000 (Mon, 23 Jul 2018)
Log Message:
-----------
%- is a valid format specifier now

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

Modified: trunk/bibdesk/BDSKFormatParser.m
===================================================================
--- trunk/bibdesk/BDSKFormatParser.m    2018-07-23 20:36:09 UTC (rev 22462)
+++ trunk/bibdesk/BDSKFormatParser.m    2018-07-23 20:46:22 UTC (rev 22463)
@@ -80,7 +80,7 @@
 + (void)initialize {
     BDSKINITIALIZE;
     
-    validSpecifierChars = [[NSCharacterSet 
characterSetWithCharactersInString:@"aApPtTmyYlLeEbkfwcsirRduUn0123456789%[]"] 
retain];
+    validSpecifierChars = [[NSCharacterSet 
characterSetWithCharactersInString:@"aApPtTmyYlLeEbkfwcsirRduUn0123456789%[]-"] 
retain];
     validParamSpecifierChars = [[NSCharacterSet 
characterSetWithCharactersInString:@"aApPtTkfwciuUn"] retain];
     validUniqueSpecifierChars = [[NSCharacterSet 
characterSetWithCharactersInString:@"uUn"] retain];
     validLocalFileSpecifierChars = [[NSCharacterSet 
characterSetWithCharactersInString:@"lLeE"] retain];

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to