aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableInfo.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2009-01-18 12:50:57 +0000
committeravenjamin <avenjamin@gmail.com>2009-01-18 12:50:57 +0000
commit284402d7fc9e33b47d26a795c33f4384a1eabe68 (patch)
treedd48bc0be891c29617f4b540a2f72adc085e96c4 /Source/SPTableInfo.m
parent4316f1e1d5bb0e0a21f266f75e016934c8dce7ab (diff)
downloadsequelpro-284402d7fc9e33b47d26a795c33f4384a1eabe68.tar.gz
sequelpro-284402d7fc9e33b47d26a795c33f4384a1eabe68.tar.bz2
sequelpro-284402d7fc9e33b47d26a795c33f4384a1eabe68.zip
+ Updated to use new icon in TABLE INFORMATION pane. (#146)
Diffstat (limited to 'Source/SPTableInfo.m')
-rw-r--r--Source/SPTableInfo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableInfo.m b/Source/SPTableInfo.m
index b2b81c05..de50a59b 100644
--- a/Source/SPTableInfo.m
+++ b/Source/SPTableInfo.m
@@ -73,7 +73,7 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn
row:(int)rowIndex
{
if ((rowIndex > 0) && [[aTableColumn identifier] isEqualToString:@"info"]) {
- [(ImageAndTextCell*)aCell setImage:[NSImage imageNamed:@"CodeAssistantProtocol"]];
+ [(ImageAndTextCell*)aCell setImage:[NSImage imageNamed:@"TablePropertyIcon"]];
[(ImageAndTextCell*)aCell setIndentationLevel:1];
} else {
[(ImageAndTextCell*)aCell setImage:nil];