From be9ac805c8fbc2c8ba37389ce034db92f15b7e4a Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 22 Jul 2015 07:46:07 +0000 Subject: MacGui: various queue improvements, including: - multiple items drag & drop - "reset job" in contextual menu item to reset the job state - a toolbar item to select the action to perform when the queue is done - useless animations. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7358 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreferencesController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBPreferencesController.m') 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, -- cgit v1.2.3