aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPAppController.m2
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
}