diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-08 01:19:48 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-08 01:19:48 +0000 |
commit | 313d135b383a3023f1d6e51d7c69368d98733cd1 (patch) | |
tree | ae00e7847f99386613d72753b3a23ddf0bfb4537 /Source/TableDocument.m | |
parent | 4e86aae1cd84904e40f3cd7dab3c4cc72bab77dc (diff) | |
download | sequelpro-313d135b383a3023f1d6e51d7c69368d98733cd1.tar.gz sequelpro-313d135b383a3023f1d6e51d7c69368d98733cd1.tar.bz2 sequelpro-313d135b383a3023f1d6e51d7c69368d98733cd1.zip |
Rename MainController to SPAppController.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 8d35f90b..96554663 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -40,7 +40,7 @@ #import "SPDatabaseData.h" #import "SPStringAdditions.h" #import "SPArrayAdditions.h" -#import "MainController.h" +#import "SPAppController.h" #import "SPExtendedTableInfo.h" #import "SPConnectionController.h" #import "SPHistoryController.h" @@ -1663,7 +1663,7 @@ // return; TableDocument *firstTableDocument; - // Manually open a new document, setting MainController as sender to trigger autoconnection + // Manually open a new document, setting SPAppController as sender to trigger autoconnection if (firstTableDocument = [[NSDocumentController sharedDocumentController] makeUntitledDocumentOfType:@"DocumentType" error:nil]) { [firstTableDocument setShouldAutomaticallyConnect:NO]; [firstTableDocument initQueryEditorWithString:content]; |