From 3a503a1e335af9707efdbe21be35a9633082cc6b Mon Sep 17 00:00:00 2001 From: ritsuka Date: Thu, 14 May 2015 20:18:08 +0000 Subject: MacGui: remove the built in presets update alert. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7185 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/Preferences.xib | 62 +++++++++++++----------------------- macosx/HBAppDelegate.m | 17 ---------- macosx/HBPreferencesController.m | 1 - 3 files changed, 22 insertions(+), 58 deletions(-) diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index d68b90d3c..7243893fc 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.xib @@ -1,9 +1,9 @@ - + - + @@ -382,11 +382,11 @@ - + - + @@ -404,7 +404,7 @@ - + @@ -426,19 +426,8 @@ - - + @@ -469,7 +458,7 @@ - + @@ -478,7 +467,7 @@ - + @@ -487,7 +476,7 @@ - + @@ -496,7 +485,7 @@ - + @@ -505,7 +494,7 @@ - + @@ -514,7 +503,7 @@ - + @@ -523,7 +512,7 @@ - + @@ -532,7 +521,7 @@ - + @@ -541,7 +530,7 @@ - + @@ -553,7 +542,7 @@ - - - - - - - - + - + @@ -620,7 +602,7 @@ - + diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 39f6671ea..33b82c315 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -281,23 +281,6 @@ #pragma mark - Presets Menu actions -- (void)checkBuiltInsForUpdates -{ - // if we have built in presets to update, then do so AlertBuiltInPresetUpdate - //if ([self.presetsManager checkBuiltInsForUpdates]) - //{ - if ([[NSUserDefaults standardUserDefaults] boolForKey:@"AlertBuiltInPresetUpdate"] == YES) - { - // Show an alert window that built in presets will be updated - [NSApp requestUserAttention:NSCriticalRequest]; - NSAlert *alert = [[NSAlert alloc] init]; - [alert setMessageText:@"HandBrake has determined your built in presets are out of dateā€¦"]; - [alert setInformativeText:@"HandBrake will now update your built-in presets."]; - [alert runModal]; - } - //} -} - /** * Adds the presets list to the menu. */ diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 2419efd06..55847acf2 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -75,7 +75,6 @@ @"MinTitleScanSeconds": @"10", @"PreviewsNumber": @"10", @"x264CqSliderFractional": @"0.50", - @"AlertBuiltInPresetUpdate": @"YES", @"SendCompletedEncodeToApp": @"MetaX", @"HBShowAdvancedTab": @NO, @"HBAutoNamingFormat": @[@"{Source}", @" ", @"{Title}"], -- cgit v1.2.3