aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesPreferencePane.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-18 23:55:21 +0000
committerrowanbeentje <rowan@beent.je>2012-03-18 23:55:21 +0000
commitb222f608ac679b877b984b3645c7a0bb455f582a (patch)
treecc261b51b6d4b6bb97359ebec627f9f83e48b5da /Source/SPTablesPreferencePane.m
parentc70dc822c2b9d2d39a65bdde0ca7b61a1355b846 (diff)
downloadsequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.tar.gz
sequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.tar.bz2
sequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.zip
- Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-licensed previous implementation, and amend calls to match
Diffstat (limited to 'Source/SPTablesPreferencePane.m')
-rw-r--r--Source/SPTablesPreferencePane.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTablesPreferencePane.m b/Source/SPTablesPreferencePane.m
index 90a1893b..6e009cd8 100644
--- a/Source/SPTablesPreferencePane.m
+++ b/Source/SPTablesPreferencePane.m
@@ -53,7 +53,6 @@
NSFont *font = [NSUnarchiver unarchiveObjectWithData:[prefs dataForKey:SPGlobalResultTableFont]];
[globalResultTableFontName setFont:font];
- [globalResultTableFontName setStringValue:[NSString stringWithFormat:@"%@, %.1f pt", [font displayName], [font pointSize]]];
}
#pragma mark -