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/English.lproj/Video.xib | |
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/English.lproj/Video.xib')
-rw-r--r-- | macosx/English.lproj/Video.xib | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |