diff options
author | ritsuka <[email protected]> | 2015-02-20 08:04:25 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-20 08:04:25 +0000 |
commit | 18d100c00bf3326db87668b35f236df335c56824 (patch) | |
tree | 9858d152e1db6853048c611a538635bdeb794451 | |
parent | 0c983a5fdc088d69325aafdaeaa4c1b04bea9c1f (diff) |
MacGui: fix warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6930 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/English.lproj/OutputPanel.xib | 6 | ||||
-rw-r--r-- | macosx/English.lproj/SubtitlesDefaults.xib | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/macosx/English.lproj/OutputPanel.xib b/macosx/English.lproj/OutputPanel.xib index 61a123655..a568474bf 100644 --- a/macosx/English.lproj/OutputPanel.xib +++ b/macosx/English.lproj/OutputPanel.xib @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6724" systemVersion="14C94b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7515.2" systemVersion="14D72i" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment version="1060" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6724"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7515.2"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBOutputPanelController"> @@ -30,7 +30,7 @@ <rect key="frame" x="1" y="1" width="378" height="439"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textView editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" verticallyResizable="YES" spellingCorrection="YES" id="20"> + <textView editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" verticallyResizable="YES" id="20"> <rect key="frame" x="0.0" y="0.0" width="378" height="439"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> diff --git a/macosx/English.lproj/SubtitlesDefaults.xib b/macosx/English.lproj/SubtitlesDefaults.xib index b6c1b3c7b..585adb2c6 100644 --- a/macosx/English.lproj/SubtitlesDefaults.xib +++ b/macosx/English.lproj/SubtitlesDefaults.xib @@ -228,7 +228,7 @@ Only one subtitle track can be burned. Since conflics can occur, the first chose <binding destination="-2" name="value" keyPath="self.settings.burnInBluraySubtitles" id="bZK-Kf-z6W"/> </connections> </button> - <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" id="MlS-tB-pEv"> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="MlS-tB-pEv"> <rect key="frame" x="159" y="46" width="250" height="28"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Only one of the above subtitle burn options will be applied, starting with the top." id="N4s-K9-RwM"> |