diff options
author | Damiano Galassi <[email protected]> | 2019-08-05 09:17:12 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-05 09:17:12 +0200 |
commit | 97324a041a8aad85c05f649f3739df07d4ea29b8 (patch) | |
tree | 9fdba19596b56c4d41d1b15210ab35a53cdc2381 /macosx/HBPreferencesController.m | |
parent | a584dc912adcc99d729961941e01a652efc08160 (diff) |
MacGui: correct the HBEncodeLogLocation key. Fix #2220.
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 12084e266..7eb0dfb74 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -30,7 +30,7 @@ NSString * const HBMinTitleScanSeconds = @"MinTitleScanSeconds"; NSString * const HBPreviewsNumber = @"PreviewsNumber"; NSString * const HBLoggingLevel = @"LoggingLevel"; -NSString * const HBEncodeLogLocation = @"HBEncodeLogLocation"; +NSString * const HBEncodeLogLocation = @"EncodeLogLocation"; NSString * const HBClearOldLogs = @"HBClearOldLogs"; NSString * const HBQueuePauseIfLowSpace = @"HBQueuePauseIfLowSpace"; |