aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index da70ceb9..9737630e 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -222,6 +222,7 @@ YY_BUFFER_STATE yy_scan_string (const char *);
}
NSOpenPanel *panel = [NSOpenPanel openPanel];
+
[panel setDelegate:self];
[panel setCanSelectHiddenExtension:YES];
[panel setCanChooseDirectories:NO];