diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-05 00:38:34 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-05 00:38:34 +0000 |
commit | 977d1a25340e5c2aef868f43cb180a1d9472b29c (patch) | |
tree | 6bd393f8a26c583d071289ddc349f8db98782f28 /Source/MainController.m | |
parent | be9d9739ab37719ce761ee7c1e7c97ec2aa8a76d (diff) | |
download | sequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.tar.gz sequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.tar.bz2 sequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.zip |
- Fix an invalid reference to a missing pulldown_arrow image causing invalid log entries
- Set the focus to the custom query text field when appropriate when switching to the custom query tab
- Add the ability to set the custom query editor font, save and load it from preferences, and no longer reset the font on queries
Diffstat (limited to 'Source/MainController.m')
-rw-r--r-- | Source/MainController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MainController.m b/Source/MainController.m index f68c69e3..47a55ca5 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -674,6 +674,7 @@ checks for updates and opens download page in default browser [NSNumber numberWithBool:YES], @"CustomQueryAutopair", [NSNumber numberWithBool:YES], @"CustomQueryAutoindent", [NSNumber numberWithBool:NO], @"CustomQueryAutouppercaseKeywords", + [NSArchiver archivedDataWithRootObject:[NSFont fontWithName:@"Monaco" size:10.0]], @"CustomQueryEditorFont", nil]]; // For versions prior to r336, where column widths have been saved, walk through them and remove |