summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-05 09:17:12 +0200
committerDamiano Galassi <[email protected]>2019-08-05 09:17:12 +0200
commit97324a041a8aad85c05f649f3739df07d4ea29b8 (patch)
tree9fdba19596b56c4d41d1b15210ab35a53cdc2381 /macosx/HBPreferencesController.m
parenta584dc912adcc99d729961941e01a652efc08160 (diff)
MacGui: correct the HBEncodeLogLocation key. Fix #2220.
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m2
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";