OSDN Git Service

MacGui: Cosmetic change and default pref change
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 18 Apr 2007 16:22:51 +0000 (16:22 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 18 Apr 2007 16:22:51 +0000 (16:22 +0000)
- Make CRF the default method for Constant Quality encodes
- Change the "Audio" tab to "Audio & Subtitles" so people dont get all in an uproar about where the subtitles are located

git-svn-id: svn://localhost/HandBrake/trunk@526 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/English.lproj/MainMenu.nib/info.nib
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
macosx/PrefsController.m

index 6c0f51e..e588f20 100644 (file)
        </array>
        <key>IBOpenObjects</key>
        <array>
+               <integer>365</integer>
                <integer>29</integer>
+               <integer>21</integer>
                <integer>1867</integer>
                <integer>1438</integer>
-               <integer>365</integer>
-               <integer>21</integer>
        </array>
        <key>IBSystem Version</key>
        <string>8P2137</string>
index 3a3dd72..b20b696 100644 (file)
Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ
index 6f98fa2..6d42624 100644 (file)
@@ -16,7 +16,7 @@
                    forKey:@"DefaultLanguage"];
        appDefaults = [NSDictionary dictionaryWithObject:@"NO"
                    forKey:@"DefaultMpegName"];
-       appDefaults = [NSDictionary dictionaryWithObject:@"NO"
+       appDefaults = [NSDictionary dictionaryWithObject:@"YES"
                    forKey:@"DefaultCrf"];
        appDefaults = [NSDictionary dictionaryWithObject:@"NO"
                    forKey:@"DefaultDeinterlaceOn"];