From a63785efded517269b6652b07b81fbe210657ce3 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 22 Apr 2017 09:09:57 +0200 Subject: [PATCH] MacGui: fix the "alert when done sound", it was checking the wrong key. --- macosx/English.lproj/Preferences.xib | 56 ++++++++++++++-------------- macosx/HBPreferencesController.m | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index ea0add539..fcc95b3f5 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.xib @@ -1,9 +1,9 @@ - + - + @@ -23,7 +23,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -80,10 +80,10 @@ - + - + @@ -112,7 +112,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -146,7 +146,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -190,7 +190,7 @@ - + @@ -251,7 +251,7 @@ - + @@ -359,7 +359,7 @@ - + @@ -371,7 +371,7 @@ - + @@ -379,7 +379,7 @@ - + @@ -387,7 +387,7 @@ - + @@ -400,7 +400,7 @@ - + @@ -513,7 +513,7 @@ - + @@ -521,7 +521,7 @@ - + @@ -529,7 +529,7 @@ - + @@ -537,7 +537,7 @@ - + @@ -545,7 +545,7 @@ - + @@ -553,7 +553,7 @@ - + @@ -561,7 +561,7 @@ - + @@ -569,7 +569,7 @@ - + @@ -577,7 +577,7 @@ - + @@ -585,7 +585,7 @@ - + diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 12b19abe0..90f23d9b4 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -68,7 +68,7 @@ @"HBLastSourceDirectory": [NSKeyedArchiver archivedDataWithRootObject:desktopURL], @"DefaultAutoNaming": @NO, @"HBAlertWhenDone": @(HBDoneActionNotification), - @"AlertWhenDoneSound": @"YES", + @"HBAlertWhenDoneSound": @YES, @"LoggingLevel": @"1", @"HBClearOldLogs": @YES, @"EncodeLogLocation": @"NO", -- 2.40.0