Revision: 11543
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11543&view=rev
Author:   hofman
Date:     2007-11-11 09:42:20 -0800 (Sun, 11 Nov 2007)

Log Message:
-----------
Some more changes to reflect changes in Omni frameworks.

Modified Paths:
--------------
    branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKJSTORParser.m

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKJSTORParser.m
===================================================================
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKJSTORParser.m   2007-11-11 
17:41:41 UTC (rev 11542)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKJSTORParser.m   2007-11-11 
17:42:20 UTC (rev 11543)
@@ -42,6 +42,7 @@
 #import "BibItem.h"
 #import "BDSKAppController.h"
 #import <OmniBase/assertions.h>
+#import "NSError_BDSKExtensions.h"
 
 //
 // Tag reference:
@@ -88,7 +89,7 @@
     
        NSRange startRange = [itemString 
rangeOfString:@"--------------------------------------------------------------------------------\n"
 options:NSLiteralSearch];
        if (startRange.location == NSNotFound){
-        OFErrorWithInfo(&error, BDSKParserError, NSLocalizedDescriptionKey, 
NSLocalizedString(@"JSTOR delimiter not found", @"Error description"), nil);
+        OFErrorWithInfo(&error, kBDSKParserFailed, NSLocalizedDescriptionKey, 
NSLocalizedString(@"JSTOR delimiter not found", @"Error description"), nil);
         if(outError) *outError = error;
                return returnArray;
     }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to