diff options
author | ritsuka <[email protected]> | 2014-10-06 17:20:59 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-10-06 17:20:59 +0000 |
commit | 0bf4acaf4f4b8da49a9670f81f24fe9fcabfbd1a (patch) | |
tree | 5963b3818fee21899258d570f41e7be4d0e70912 /macosx | |
parent | 9bb7ba9388f0efaf4c73add6c5e11d198478272b (diff) |
MacGui: removed the appearanceType attribute in the xib to make them compile on 10.8.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6435 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Preferences.xib | 4 | ||||
-rw-r--r-- | macosx/English.lproj/Video.xib | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index 65e26d199..c85846458 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.xib @@ -584,14 +584,14 @@ <binding destination="61" name="value" keyPath="values.HBShowAdvancedTab" id="PgA-TV-kBr"/> </connections> </button> - <box appearanceType="aqua" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="NGW-RG-tnZ"> + <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="NGW-RG-tnZ"> <rect key="frame" x="20" y="64" width="460" height="5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> <font key="titleFont" metaFont="system"/> </box> - <box appearanceType="aqua" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="I0V-hM-Fq0"> + <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="I0V-hM-Fq0"> <rect key="frame" x="20" y="164" width="460" height="5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> diff --git a/macosx/English.lproj/Video.xib b/macosx/English.lproj/Video.xib index f3f5945ff..f0faf28c4 100644 --- a/macosx/English.lproj/Video.xib +++ b/macosx/English.lproj/Video.xib @@ -449,7 +449,7 @@ Set this if your device is struggling to play the output (dropped frames).</stri <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <box appearanceType="aqua" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="g5v-MD-kdo"> + <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="g5v-MD-kdo"> <rect key="frame" x="120" y="124" width="780" height="5"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> |