diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 06:29:34 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 06:29:34 +0000 |
| commit | c9289d55f08d262bfa5495de16b3b17c05a14741 (patch) | |
| tree | c818580112aa75cbf6b5a245f6568d5c9fc4fc81 /macosx/Base.lproj | |
| parent | 045b73220d0b80b3e911f4dd146a2097b6d2375d (diff) | |
| download | pcsxr-c9289d55f08d262bfa5495de16b3b17c05a14741.tar.gz | |
OS X:
Fixing a few bugs.
Get rid of a few deprecated notices.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87842 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Base.lproj')
| -rw-r--r-- | macosx/Base.lproj/PcsxrMemCardDocument.xib | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/macosx/Base.lproj/PcsxrMemCardDocument.xib b/macosx/Base.lproj/PcsxrMemCardDocument.xib index 6f1edb78..ceefbfc7 100644 --- a/macosx/Base.lproj/PcsxrMemCardDocument.xib +++ b/macosx/Base.lproj/PcsxrMemCardDocument.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="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> - <deployment defaultVersion="1070" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/> + <deployment defaultVersion="1090" identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="PcsxrMemCardHandler"> @@ -34,7 +34,7 @@ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="pcsxrmemcard" id="100030"/> </imageView> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="100024"> - <rect key="frame" x="89" y="122" width="158" height="17"/> + <rect key="frame" x="90" y="122" width="160" height="17"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" alignment="left" title="Memory Card Selection" id="100029"> <font key="font" metaFont="systemBold"/> @@ -43,7 +43,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="100025"> - <rect key="frame" x="89" y="61" width="314" height="28"/> + <rect key="frame" x="90" y="61" width="312" height="28"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" controlSize="small" alignment="left" title="Select which memory card slot you want to put this card in." id="100028"> <font key="font" metaFont="smallSystem"/> @@ -51,10 +51,10 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100034"> - <rect key="frame" x="89" y="97" width="314" height="17"/> + <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100034" userLabel="Mem card file name"> + <rect key="frame" x="90" y="97" width="312" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" title="Label" id="100035"> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" placeholderString="Mem card file name" id="100035"> <font key="font" metaFont="system"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> @@ -67,6 +67,9 @@ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> </buttonCell> + <connections> + <action selector="setMemCard:" target="-2" id="pCv-qx-Aia"/> + </connections> </button> <button verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="100130"> <rect key="frame" x="254" y="13" width="76" height="32"/> @@ -78,6 +81,9 @@ DQ </string> </buttonCell> + <connections> + <action selector="setMemCard:" target="-2" id="ns5-6p-PxQ"/> + </connections> </button> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100134"> <rect key="frame" x="14" y="13" width="82" height="32"/> @@ -89,6 +95,9 @@ DQ Gw </string> </buttonCell> + <connections> + <action selector="setMemCard:" target="-2" id="FQY-lS-5OC"/> + </connections> </button> </subviews> <constraints> |
