summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-11-11 13:30:09 +0000
committerritsuka <[email protected]>2014-11-11 13:30:09 +0000
commitb84cb4347c8f67ac17f7f0591f80cf0cfc59c82f (patch)
tree5964b1047cb949a5d242e9919770a661cc964ecf /macosx/HBPreferencesController.m
parent25762cfc44591c66bc77fba4b6fc5597b0d44532 (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.m2
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,