diff options
Diffstat (limited to 'src')
| -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 9c60740e661..f75a9fe2be8 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -7029,7 +7029,7 @@ not_in_argv (NSString *arg) | |||
| 7029 | allow this to be enabled until it's available on a Free system. | 7029 | allow this to be enabled until it's available on a Free system. |
| 7030 | Currently it only happens by accident and is buggy anyway. */ | 7030 | Currently it only happens by accident and is buggy anyway. */ |
| 7031 | #if defined (NS_IMPL_COCOA) && \ | 7031 | #if defined (NS_IMPL_COCOA) && \ |
| 7032 | MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_12 | 7032 | MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_12 |
| 7033 | [win setTabbingMode: NSWindowTabbingModeDisallowed]; | 7033 | [win setTabbingMode: NSWindowTabbingModeDisallowed]; |
| 7034 | #endif | 7034 | #endif |
| 7035 | 7035 | ||