diff options
Diffstat (limited to 'macosx/plugins/DFNet/Base.lproj')
| -rw-r--r-- | macosx/plugins/DFNet/Base.lproj/DFNet.xib | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/macosx/plugins/DFNet/Base.lproj/DFNet.xib b/macosx/plugins/DFNet/Base.lproj/DFNet.xib index 58ed0f08..afcef764 100644 --- a/macosx/plugins/DFNet/Base.lproj/DFNet.xib +++ b/macosx/plugins/DFNet/Base.lproj/DFNet.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="6249" systemVersion="14A386b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6249"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="DFNetPlayPluginConfigController"> @@ -91,6 +91,9 @@ DQ </string> </buttonCell> + <connections> + <action selector="ok:" target="-2" id="tde-R6-kKU"/> + </connections> </button> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="59"> <rect key="frame" x="160" y="13" width="83" height="32"/> @@ -101,6 +104,9 @@ DQ Gw </string> </buttonCell> + <connections> + <action selector="cancel:" target="-2" id="7DI-YN-6gU"/> + </connections> </button> </subviews> <constraints> |
