summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-18 16:22:51 +0000
committerdynaflash <[email protected]>2007-04-18 16:22:51 +0000
commit9b0857a37f46eae2a80d9c41a4c764605da1b4d1 (patch)
treeb0711df69fd9f9c39275b88b5821c6f8dd5b6b6e
parent5c320cb5f6af0372cadde22b95a27b87b18ca3f1 (diff)
MacGui: Cosmetic change and default pref change
- 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://svn.handbrake.fr/HandBrake/trunk@526 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib4
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin99292 -> 99299 bytes
-rw-r--r--macosx/PrefsController.m2
3 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index 6c0f51e56..e588f20fe 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -19,11 +19,11 @@
</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>
diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
index 3a3dd72ce..b20b696b7 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ
diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m
index 6f98fa214..6d42624f1 100644
--- a/macosx/PrefsController.m
+++ b/macosx/PrefsController.m
@@ -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"];