diff options
author | ritsuka <[email protected]> | 2014-08-02 16:14:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-02 16:14:16 +0000 |
commit | e51d2ad08ee494c46ef1d97260437f9462f69ee2 (patch) | |
tree | d306dc2f9fefa1e76aa625d5426ceedf50a72c7c /macosx/English.lproj | |
parent | 969fe98fc90991e61f74720221f53bd746fbd5d4 (diff) |
MacGui: add drag & drop to rearrange languages in the subtitles default panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6258 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/SubtitlesDefaults.xib | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/macosx/English.lproj/SubtitlesDefaults.xib b/macosx/English.lproj/SubtitlesDefaults.xib index b5505887d..11c528809 100644 --- a/macosx/English.lproj/SubtitlesDefaults.xib +++ b/macosx/English.lproj/SubtitlesDefaults.xib @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="14A299l" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F7" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment version="1060" defaultVersion="1090" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> @@ -138,6 +138,8 @@ </tableColumns> <connections> <binding destination="ZBe-aP-wvq" name="content" keyPath="arrangedObjects" id="ak7-UG-Fqe"/> + <outlet property="dataSource" destination="ZBe-aP-wvq" id="bDe-Wj-fNO"/> + <outlet property="delegate" destination="ZBe-aP-wvq" id="Tgj-bB-hZ2"/> </connections> </tableView> </subviews> @@ -155,7 +157,7 @@ <button verticalHuggingPriority="750" id="QAt-5X-NBT"> <rect key="frame" x="161" y="93" width="71" height="23"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="smallSquare" title="Show All" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" controlSize="small" state="on" borderStyle="border" inset="3" id="PiQ-bA-7P1"> + <buttonCell key="cell" type="smallSquare" title="Show All" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" controlSize="small" borderStyle="border" inset="3" id="PiQ-bA-7P1"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> <font key="font" metaFont="smallSystem"/> </buttonCell> @@ -187,6 +189,7 @@ DQ </declaredKeys> <connections> <binding destination="-2" name="contentArray" keyPath="languagesList.languagesArray" id="vKV-y3-Zbg"/> + <outlet property="tableView" destination="Of7-71-Ci6" id="QIg-ml-iKO"/> </connections> </arrayController> </objects> |