diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-10 02:26:12 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-10 02:26:12 +0000 |
| commit | 7ffd4315b42baf325fd7b95941990f944d02b674 (patch) | |
| tree | 78fd7424a752c2bcd49c71e792a158d3f3b5875d /macosx/plugins/DFNet | |
| parent | ff3bbb27ec7cd7d12811785af13ce70747be034a (diff) | |
| download | pcsxr-7ffd4315b42baf325fd7b95941990f944d02b674.tar.gz | |
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
Diffstat (limited to 'macosx/plugins/DFNet')
| -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> |
