diff options
author | ritsuka <[email protected]> | 2014-11-11 13:30:09 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-11-11 13:30:09 +0000 |
commit | b84cb4347c8f67ac17f7f0591f80cf0cfc59c82f (patch) | |
tree | 5964b1047cb949a5d242e9919770a661cc964ecf /macosx/HBPreferencesController.m | |
parent | 25762cfc44591c66bc77fba4b6fc5597b0d44532 (diff) |
MacGui: fixed an issue where the preset drawer would not open if the "Preset out of date" alert were displayed. Renamed some prefs key to avoid conflicts with previous versions.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6512 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 d1740f9b4..3e9666e6c 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -61,7 +61,7 @@ @"DefaultLanguage": @"English", @"DefaultMpegExtension": @"Auto", @"UseDvdNav": @"YES", - @"DefaultPresetsDrawerShow": @YES, + @"HBDefaultPresetsDrawerShow": @YES, @"LastDestinationDirectory": desktopDirectory, @"LastSourceDirectory": desktopDirectory, @"DefaultAutoNaming": @NO, |