Revision: 7077 http://skim-app.svn.sourceforge.net/skim-app/?rev=7077&view=rev Author: hofman Date: 2011-01-21 18:08:03 +0000 (Fri, 21 Jan 2011)
Log Message: ----------- use convenience method Modified Paths: -------------- trunk/SKMainDocument.m Modified: trunk/SKMainDocument.m =================================================================== --- trunk/SKMainDocument.m 2011-01-21 16:16:05 UTC (rev 7076) +++ trunk/SKMainDocument.m 2011-01-21 18:08:03 UTC (rev 7077) @@ -701,7 +701,7 @@ defaultButton:NSLocalizedString(@"No", @"Button title") alternateButton:NSLocalizedString(@"Yes", @"Button title") otherButton:nil - informativeTextWithFormat:NSLocalizedString(@"Skim was not able to read the notes at %@. %@ Do you want to continue to open the PDF document anyway?", @"Informative text in alert dialog"), [path stringByAbbreviatingWithTildeInPath], [[error userInfo] objectForKey:NSLocalizedDescriptionKey]]; + informativeTextWithFormat:NSLocalizedString(@"Skim was not able to read the notes at %@. %@ Do you want to continue to open the PDF document anyway?", @"Informative text in alert dialog"), [path stringByAbbreviatingWithTildeInPath], [error localizedDescription]]; if ([alert runModal] == NSAlertDefaultReturn) { [data release]; data = nil; @@ -741,7 +741,7 @@ defaultButton:NSLocalizedString(@"No", @"Button title") alternateButton:NSLocalizedString(@"Yes", @"Button title") otherButton:nil - informativeTextWithFormat:NSLocalizedString(@"Skim was not able to read the notes at %@. %@ Do you want to continue to open the PDF document anyway?", @"Informative text in alert dialog"), [[absoluteURL path] stringByAbbreviatingWithTildeInPath], [[error userInfo] objectForKey:NSLocalizedDescriptionKey]]; + informativeTextWithFormat:NSLocalizedString(@"Skim was not able to read the notes at %@. %@ Do you want to continue to open the PDF document anyway?", @"Informative text in alert dialog"), [[absoluteURL path] stringByAbbreviatingWithTildeInPath], [error localizedDescription]]; if ([alert runModal] == NSAlertDefaultReturn) { [fileData release]; fileData = nil; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit