Revision: 11523
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11523&view=rev
Author:   amaxwell
Date:     2007-11-09 20:57:12 -0800 (Fri, 09 Nov 2007)

Log Message:
-----------
fix method

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

Modified: trunk/bibdesk/BDSKGoogleScholarParser.m
===================================================================
--- trunk/bibdesk/BDSKGoogleScholarParser.m     2007-11-10 02:08:58 UTC (rev 
11522)
+++ trunk/bibdesk/BDSKGoogleScholarParser.m     2007-11-10 04:57:12 UTC (rev 
11523)
@@ -87,7 +87,7 @@
     // check the number of nodes first
     if (0 == iMax) {
         error = [NSError mutableLocalErrorWithCode:kBDSKUnknownError 
localizedDescription:NSLocalizedString(@"No BibTeX links found", @"Google 
scholar error")];
-        [error setValue:NSLocalizedString(@"Unable to parse this page.  Please 
report this to BibDesk's developers and provide the URL.", @"Google scholar 
error")];
+        [error setValue:NSLocalizedString(@"Unable to parse this page.  Please 
report this to BibDesk's developers and provide the URL.", @"Google scholar 
error") forKey:NSLocalizedRecoverySuggestionErrorKey];
         if (outError) *outError = error;
         return nil;
     }


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