summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-12-12 02:40:21 +0000
committerdynaflash <[email protected]>2008-12-12 02:40:21 +0000
commit53d51e1e9ca1e766bcaa92360cc77e48f0b6d46a (patch)
tree31b0073dee13d3a5831990a50094d0fc6b7ace7a /macosx/HBPreferencesController.m
parent3cbb0bd29a2d3e4a9c1046f18e636c17baef65b2 (diff)
MacGui: Add a preference so we can specify what we do at launch, choices are:
- Do Nothing - Open Source - Open Source (Title Specific) - Pref defaults to Open Source git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2020 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index b51dacf8d..8f6997079 100644
--- a/macosx/HBPreferencesController.m
+++ b/macosx/HBPreferencesController.m
@@ -43,6 +43,7 @@
[[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithObjectsAndKeys:
@"YES", @"CheckForUpdates",
+ @"Open Source", @"LaunchSourceBehavior",
@"English", @"DefaultLanguage",
@"NO", @"DefaultMpegName",
@"YES", @"DefaultCrf",