[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[775] trunk/fuse/fusepb/xibs/Preferences.xib
Brought to you by:
fredm
From: <fr...@us...> - 2014-03-22 10:41:46
|
Revision: 775 http://sourceforge.net/p/fuse-for-macosx/code/775 Author: fredm Date: 2014-03-22 10:41:43 +0000 (Sat, 22 Mar 2014) Log Message: ----------- NSForm doesn't get along with XCode 5, replace with NSTextField Modified Paths: -------------- trunk/fuse/fusepb/xibs/Preferences.xib Modified: trunk/fuse/fusepb/xibs/Preferences.xib =================================================================== --- trunk/fuse/fusepb/xibs/Preferences.xib 2014-02-15 05:13:19 UTC (rev 774) +++ trunk/fuse/fusepb/xibs/Preferences.xib 2014-03-22 10:41:43 UTC (rev 775) @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1050" defaultVersion="1080" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/> + <deployment version="1080" defaultVersion="1080" identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="PreferencesController"> @@ -28,7 +28,7 @@ </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application"/> - <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" wantsToBeColor="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5" userLabel="Preferences" customClass="NSPanel"> + <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5" userLabel="Preferences" customClass="NSPanel"> <windowStyleMask key="styleMask" titled="YES" closable="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="24" y="202" width="627" height="403"/> @@ -159,53 +159,6 @@ <binding destination="270" name="value" keyPath="values.fastload" id="1786"/> </connections> </button> - <form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="1353"> - <rect key="frame" x="121" y="193" width="279" height="52"/> - <autoresizingMask key="autoresizingMask"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - <size key="cellSize" width="279" height="22"/> - <size key="intercellSpacing" width="1" height="8"/> - <formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="1370"> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - </formCell> - <cells> - <column> - <formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="justified" title="Emulation speed:" id="1371"> - <numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0%" negativeFormat="-#,##0.00" thousandSeparator="," id="1790"> - <attributedString key="attributedStringForZero"> - <fragment content="0"/> - </attributedString> - <integer key="minimum" value="1"/> - <decimal key="maximum" value="NaN"/> - </numberFormatter> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - <connections> - <binding destination="270" name="value" keyPath="values.speed" id="1382"/> - </connections> - </formCell> - <formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="justified" tag="1" title="Screen refresh rate (1:n):" id="1372"> - <numberFormatter key="formatter" formatterBehavior="custom10_4" positiveFormat="#" negativeFormat="#" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" minimumFractionDigits="0" maximumFractionDigits="0" id="1791"> - <real key="roundingIncrement" value="0.0"/> - <nil key="nilSymbol"/> - <nil key="negativeInfinitySymbol"/> - <nil key="positiveInfinitySymbol"/> - <integer key="minimum" value="1"/> - <real key="maximum" value="50"/> - <metadata> - <bool key="localizesFormat" value="YES"/> - </metadata> - </numberFormatter> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - <connections> - <binding destination="270" name="value" keyPath="values.rate" id="1384"/> - </connections> - </formCell> - </column> - </cells> - </form> <button id="1354"> <rect key="frame" x="293" y="129" width="151" height="18"/> <autoresizingMask key="autoresizingMask"/> @@ -299,6 +252,59 @@ <binding destination="270" name="value" keyPath="values.confirmactions" id="1399"/> </connections> </button> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="NNe-bG-amc"> + <rect key="frame" x="167" y="230" width="112" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Emulation speed:" id="BoH-kb-bUl"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="V1D-ym-CTs"> + <rect key="frame" x="119" y="196" width="160" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Screen refresh rate (1:n):" id="69l-0C-1Jd"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + <textField verticalHuggingPriority="750" id="AQm-ut-oKC"> + <rect key="frame" x="285" y="228" width="116" height="22"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="8Rf-5o-m5G"> + <numberFormatter key="formatter" formatterBehavior="10_0" positiveFormat="#,##0%" negativeFormat="-#,##0.00" thousandSeparator="," id="jTc-rQ-dSN"> + <real key="minimum" value="1"/> + <decimal key="maximum" value="NaN"/> + </numberFormatter> + <font key="font" metaFont="system"/> + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="270" name="value" keyPath="values.speed" id="zJq-NB-RjL"/> + </connections> + </textField> + <textField verticalHuggingPriority="750" id="rJU-D7-OFM"> + <rect key="frame" x="285" y="194" width="116" height="22"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="5My-XZ-RQ4"> + <numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" minimumIntegerDigits="1" maximumIntegerDigits="309" maximumFractionDigits="3" id="F1O-A5-msN"> + <real key="minimum" value="1"/> + <real key="maximum" value="50"/> + <metadata> + <real key="inspectorSampleValue" value="1"/> + </metadata> + </numberFormatter> + <font key="font" metaFont="system"/> + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="270" name="value" keyPath="values.rate" id="Zrv-JU-bcU"/> + </connections> + </textField> </subviews> </customView> <customView id="1408" userLabel="Sound"> @@ -310,7 +316,7 @@ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="1858" id="1856"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1857"> <items> <menuItem title="Item 1" state="on" id="1858"/> @@ -407,7 +413,7 @@ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="1886" id="1884"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1885"> <items> <menuItem title="Item 1" state="on" id="1886"/> @@ -530,35 +536,6 @@ <action selector="chooseFile:" target="-2" id="1486"/> </connections> </button> - <form verticalHuggingPriority="750" mode="track" allowsEmptySelection="NO" autosizesCells="NO" id="1464"> - <rect key="frame" x="23" y="13" width="451" height="52"/> - <autoresizingMask key="autoresizingMask"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - <size key="cellSize" width="451" height="22"/> - <size key="intercellSpacing" width="1" height="8"/> - <formCell key="prototype" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="justified" title="Field:" id="1471"> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - </formCell> - <cells> - <column> - <formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="justified" title="Graphic Output File:" id="1470"> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - <connections> - <binding destination="270" name="value" keyPath="values.graphicsfile" id="1484"/> - </connections> - </formCell> - <formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="justified" tag="1" title="Text Output File:" id="1469"> - <font key="font" metaFont="system"/> - <font key="titleFont" metaFont="system"/> - <connections> - <binding destination="270" name="value" keyPath="values.textfile" id="1485"/> - </connections> - </formCell> - </column> - </cells> - </form> <button id="1463"> <rect key="frame" x="18" y="91" width="138" height="18"/> <autoresizingMask key="autoresizingMask"/> @@ -581,6 +558,48 @@ <binding destination="270" name="value" keyPath="values.zxprinter" id="1953"/> </connections> </button> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Vg7-l5-Jxr"> + <rect key="frame" x="25" y="46" width="131" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Graphic Output File:" id="bvv-kb-cZ4"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="ptU-fP-Mnq"> + <rect key="frame" x="47" y="16" width="109" height="17"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Text Output File:" id="0Dt-bm-EQa"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + <textField verticalHuggingPriority="750" id="LuR-Lj-xFi"> + <rect key="frame" x="157" y="44" width="317" height="22"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="xTs-kP-Vfd"> + <font key="font" metaFont="system"/> + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="270" name="value" keyPath="values.graphicsfile" id="kps-HD-1Jz"/> + </connections> + </textField> + <textField verticalHuggingPriority="750" id="YFe-FE-BDr"> + <rect key="frame" x="157" y="14" width="317" height="22"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="y2D-9H-b0V"> + <font key="font" metaFont="system"/> + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + <connections> + <binding destination="270" name="value" keyPath="values.textfile" id="k3o-QR-kcC"/> + </connections> + </textField> </subviews> </view> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> @@ -764,15 +783,10 @@ <cells> <column> <formCell scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="justified" title="MDR cartridge len:" id="1460"> - <numberFormatter key="formatter" formatterBehavior="custom10_4" positiveFormat="#" negativeFormat="#" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="3" minimumFractionDigits="0" maximumFractionDigits="0" id="1793"> - <real key="roundingIncrement" value="0.0"/> - <nil key="nilSymbol"/> + <numberFormatter key="formatter" formatterBehavior="custom10_4" positiveFormat="#" negativeFormat="#" usesGroupingSeparator="NO" paddingCharacter="*" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="3" decimalSeparator="." groupingSeparator="," currencyDecimalSeparator="." plusSign="+" minusSign="-" notANumberSymbol="NaN" perMillSymbol="‰" percentSymbol="%" exponentSymbol="E" positivePrefix="" positiveSuffix="" negativePrefix="-" negativeSuffix="" id="1793"> <nil key="negativeInfinitySymbol"/> <nil key="positiveInfinitySymbol"/> <integer key="minimum" value="0"/> - <metadata> - <bool key="localizesFormat" value="YES"/> - </metadata> </numberFormatter> <font key="font" metaFont="system"/> <font key="titleFont" metaFont="system"/> @@ -843,7 +857,7 @@ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="1936" id="1932"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1933"> <items> <menuItem title="Item 1" state="on" id="1936"/> @@ -870,12 +884,7 @@ <rect key="frame" x="429" y="43" width="83" height="22"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="fzK-PL-kaX"> - <numberFormatter key="formatter" formatterBehavior="default10_4" positiveFormat="#,##0.###" negativeFormat="#,##0.###" numberStyle="decimal" minimumIntegerDigits="1" maximumIntegerDigits="309" minimumFractionDigits="0" maximumFractionDigits="3" id="L6j-fI-9tx"> - <real key="roundingIncrement" value="0.0"/> - <metadata> - <bool key="localizesFormat" value="YES"/> - </metadata> - </numberFormatter> + <numberFormatter key="formatter" formatterBehavior="default10_4" positiveFormat="#,##0.###" negativeFormat="#,##0.###" numberStyle="decimal" paddingCharacter="*" minimumIntegerDigits="1" maximumIntegerDigits="309" maximumFractionDigits="3" decimalSeparator="." groupingSeparator="," currencyDecimalSeparator="." plusSign="+" minusSign="-" notANumberSymbol="NaN" perMillSymbol="‰" percentSymbol="%" exponentSymbol="E" positivePrefix="" positiveSuffix="" negativePrefix="-" negativeSuffix="" id="L6j-fI-9tx"/> <font key="font" metaFont="system"/> <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> @@ -911,7 +920,7 @@ <autoresizingMask key="autoresizingMask"/> <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1517" id="1513"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1514"> <items> <menuItem title="Item1" state="on" id="1517"/> @@ -955,7 +964,7 @@ <autoresizingMask key="autoresizingMask"/> <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1533" id="1531"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1532"> <items> <menuItem title="Item1" state="on" id="1533"/> @@ -973,7 +982,7 @@ <autoresizingMask key="autoresizingMask"/> <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1530" id="1526"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1527"> <items> <menuItem title="Item1" state="on" id="1530"/> @@ -1035,7 +1044,7 @@ <autoresizingMask key="autoresizingMask"/> <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1549" id="1547"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1548"> <items> <menuItem title="Item1" state="on" id="1549"/> @@ -1052,7 +1061,7 @@ <autoresizingMask key="autoresizingMask"/> <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1545" id="1542"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> + <font key="font" metaFont="menu"/> <menu key="menu" title="OtherViews" id="1543"> <items> <menuItem title="Item1" state="on" id="1545"/> @@ -1303,14 +1312,14 @@ <font key="font" metaFont="smallSystem"/> <font key="titleFont" metaFont="smallSystem"/> <connections> - <binding destination="533" name="enabled" keyPath="selection.rom0" id="1652"> + <binding destination="533" name="value" keyPath="selection.rom0" id="1644"> <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNotNil</string> + <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> </dictionary> </binding> - <binding destination="533" name="value" keyPath="selection.rom0" id="1644"> + <binding destination="533" name="enabled" keyPath="selection.rom0" id="1652"> <dictionary key="options"> - <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> + <string key="NSValueTransformerName">NSIsNotNil</string> </dictionary> </binding> </connections> @@ -1319,14 +1328,14 @@ <font key="font" metaFont="smallSystem"/> <font key="titleFont" metaFont="smallSystem"/> <connections> - <binding destination="533" name="enabled" keyPath="selection.rom1" id="1655"> + <binding destination="533" name="value" keyPath="selection.rom1" id="1646"> <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNotNil</string> + <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> </dictionary> </binding> - <binding destination="533" name="value" keyPath="selection.rom1" id="1646"> + <binding destination="533" name="enabled" keyPath="selection.rom1" id="1655"> <dictionary key="options"> - <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> + <string key="NSValueTransformerName">NSIsNotNil</string> </dictionary> </binding> </connections> @@ -1335,14 +1344,14 @@ <font key="font" metaFont="smallSystem"/> <font key="titleFont" metaFont="smallSystem"/> <connections> - <binding destination="533" name="enabled" keyPath="selection.rom2" id="1657"> + <binding destination="533" name="value" keyPath="selection.rom2" id="1648"> <dictionary key="options"> - <string key="NSValueTransformerName">NSIsNotNil</string> + <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> </dictionary> </binding> - <binding destination="533" name="value" keyPath="selection.rom2" id="1648"> + <binding destination="533" name="enabled" keyPath="selection.rom2" id="1657"> <dictionary key="options"> - <integer key="NSAllowsEditingMultipleValuesSelection" value="0"/> + <string key="NSValueTransformerName">NSIsNotNil</string> </dictionary> </binding> </connections> @@ -1973,4 +1982,4 @@ <image name="Sound" width="32" height="32"/> <image name="qs2t_icon" width="23" height="23"/> </resources> -</document> \ No newline at end of file +</document> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |