From 9c0184ce97a1e158d926afb8e4be034c61999563 Mon Sep 17 00:00:00 2001 From: mattlangtree Date: Wed, 12 Dec 2012 13:36:07 +0000 Subject: Replace 1x .tiff graphics with 1x and 2x png Retina graphics. --- Source/SPNavigatorController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPNavigatorController.m') diff --git a/Source/SPNavigatorController.m b/Source/SPNavigatorController.m index 82bf42f8..7cceefd2 100644 --- a/Source/SPNavigatorController.m +++ b/Source/SPNavigatorController.m @@ -163,7 +163,7 @@ static NSComparisonResult compareStrings(NSString *s1, NSString *s2, void* conte connectionIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"network-small" ofType:@"tif"]]; databaseIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"database-small" ofType:@"png"]]; - tableIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"table-small-square" ofType:@"tiff"]]; + tableIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"table-small-square" ofType:@"png"]]; viewIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"table-view-small-square" ofType:@"tiff"]]; procedureIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"proc-small" ofType:@"png"]]; functionIcon = [[NSImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"func-small" ofType:@"png"]]; -- cgit v1.2.3