diff options
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index eb5c0241..0efa243d 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -349,6 +349,8 @@ [[self frontDocument] doPerformLoadQueryService:[self contentOfFile:filename]]; } + [[NSDocumentController sharedDocumentController] noteNewRecentDocumentURL:[NSURL fileURLWithPath:filename]]; + break; // open only the first SQL file } |