diff options
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 55847acf2..0ec9c5637 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -67,7 +67,7 @@ @"HBLastDestinationDirectory": [NSKeyedArchiver archivedDataWithRootObject:desktopURL], @"HBLastSourceDirectory": [NSKeyedArchiver archivedDataWithRootObject:desktopURL], @"DefaultAutoNaming": @NO, - @"AlertWhenDone": @"Alert Window", + @"HBAlertWhenDone": @(HBDoneActionNotification), @"AlertWhenDoneSound": @"YES", @"LoggingLevel": @"1", @"HBClearOldLogs": @YES, |