diff options
author | ritsuka <[email protected]> | 2014-12-30 08:32:05 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-30 08:32:05 +0000 |
commit | 72531bc27dda83a89049f4c45578fc2aad434c15 (patch) | |
tree | d8ca2cf2a01b98dc7b0a6452902a20fc4764ef8e /macosx/English.lproj | |
parent | df7f224eb16b327cbd07a4e77d49ded4c987f011 (diff) |
MacGui: hide the iPod 5g check box if the codec is not h.264.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6678 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index 55b60f03f..13e98f79d 100644 --- a/macosx/English.lproj/MainMenu.xib +++ b/macosx/English.lproj/MainMenu.xib @@ -415,7 +415,7 @@ <font key="font" metaFont="smallSystem"/> </buttonCell> <connections> - <binding destination="240" name="hidden" keyPath="self.job.mp4OptionsEnabled" id="Vlg-uB-45p"> + <binding destination="240" name="hidden" keyPath="self.job.mp4iPodCompatibleEnabled" id="eGS-R2-zSV"> <dictionary key="options"> <string key="NSValueTransformerName">NSNegateBoolean</string> </dictionary> |