Revision: 12262
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12262&view=rev
Author:   hofman
Date:     2008-01-04 13:23:20 -0800 (Fri, 04 Jan 2008)

Log Message:
-----------
Use correct method name.

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

Modified: trunk/bibdesk/BibDocument_Actions.m
===================================================================
--- trunk/bibdesk/BibDocument_Actions.m 2008-01-04 21:08:44 UTC (rev 12261)
+++ trunk/bibdesk/BibDocument_Actions.m 2008-01-04 21:23:20 UTC (rev 12262)
@@ -919,7 +919,7 @@
                                 informativeTextWithFormat:[NSString 
stringWithFormat:NSLocalizedString(@"BibDesk is about to open %i URLs. Do you 
want to proceed?" , @"Informative text in alert dialog"), n]];
             [alert beginSheetModalForWindow:documentWindow
                               modalDelegate:self
-                             
didEndSelector:@selector(openRemoteURLAlertDidEnd:returnCode:contextInfo:) 
+                             
didEndSelector:@selector(openLinkedURLAlertDidEnd:returnCode:contextInfo:) 
                                 contextInfo:NULL];
         } else {
             [self openLinkedURLAlertDidEnd:nil 
returnCode:NSAlertAlternateReturn contextInfo:NULL];


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to