OSDN Git Service

Moved initialization of default preferences from [PrefsController awakeFromNib] to...
authorcleaner <cleaner@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 5 Jun 2007 20:09:13 +0000 (20:09 +0000)
committercleaner <cleaner@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 5 Jun 2007 20:09:13 +0000 (20:09 +0000)
commit51e7ab78f24649a6bdea73f4d063f5297296579f
treea857d6e1dbeda47be574601ae713f02065c62942
parentdf75dd9bf06fc612167197e153c0605623be0699
Moved initialization of default preferences from [PrefsController awakeFromNib] to class method [PrefsController registerUserDefaults], which is called from [HBController init].
This fixes problem with preferences when using HB for the first time, or after deleting the user defaults file.

git-svn-id: svn://localhost/HandBrake/trunk@599 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.mm
macosx/PrefsController.h
macosx/PrefsController.m