diff options
-rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index 6e138b7eb6c..c8320130a87 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -7022,7 +7022,7 @@ not_in_argv (NSString *arg) [self allocateGState]; #endif [NSApp registerServicesMenuSendTypes: ns_send_types - returnTypes: nil]; + returnTypes: [NSArray array]]; /* macOS Sierra automatically enables tabbed windows. We can't allow this to be enabled until it's available on a Free system. |