OS X: Hook up the DFNet's okay and cancel buttons.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93922 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2015-02-10 02:26:12 +00:00
parent ff3bbb27ec
commit 7ffd4315b4
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?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> <dependencies>
<deployment identifier="macosx"/> <deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6249"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
</dependencies> </dependencies>
<objects> <objects>
<customObject id="-2" userLabel="File's Owner" customClass="DFNetPlayPluginConfigController"> <customObject id="-2" userLabel="File's Owner" customClass="DFNetPlayPluginConfigController">
@ -91,6 +91,9 @@
DQ DQ
</string> </string>
</buttonCell> </buttonCell>
<connections>
<action selector="ok:" target="-2" id="tde-R6-kKU"/>
</connections>
</button> </button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="59"> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="59">
<rect key="frame" x="160" y="13" width="83" height="32"/> <rect key="frame" x="160" y="13" width="83" height="32"/>
@ -101,6 +104,9 @@ DQ
Gw Gw
</string> </string>
</buttonCell> </buttonCell>
<connections>
<action selector="cancel:" target="-2" id="7DI-YN-6gU"/>
</connections>
</button> </button>
</subviews> </subviews>
<constraints> <constraints>