diff options
author | stuconnolly <stuart02@gmail.com> | 2009-09-03 19:32:39 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-09-03 19:32:39 +0000 |
commit | c90130c7b9a66d921e0b45e2d74b554670c89a07 (patch) | |
tree | 458bf135bc9e67798aa040a9611c643f830748c0 /Source/SPQueryController.m | |
parent | cdc6128ce0ba10b15ec735dc1191705c8b75a19c (diff) | |
download | sequelpro-c90130c7b9a66d921e0b45e2d74b554670c89a07.tar.gz sequelpro-c90130c7b9a66d921e0b45e2d74b554670c89a07.tar.bz2 sequelpro-c90130c7b9a66d921e0b45e2d74b554670c89a07.zip |
Replace deprecated stringWithCString:length: and update Console.xib after SPQueryConsole rename.
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r-- | Source/SPQueryController.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index c7b61195..e8478cc0 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -457,6 +457,11 @@ static SPQueryController *sharedQueryController = nil; [consoleTableView scrollRowToVisible:([messagesVisibleSet count] - 1)]; } +- (NSString *)windowFrameAutosaveName +{ + return @"QueryConsole"; +} + /** * Standard dealloc. */ |