SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f1b187d5121b772472ca1ea44f00a22bf4f8f4c5 parent 11b9c4fab7d236ab688ce3564534bbf2ae8972f6 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 31 Aug 2024 15:34:19 +0300 Use … instead of ... Diffstat:
| M | Cocoa/CheatSearch.xib | 16 | ++++++++-------- |
| M | Cocoa/Preferences.xib | 2 | +- |
| M | Cocoa/UpdateWindow.xib | 2 | +- |
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Cocoa/CheatSearch.xib b/Cocoa/CheatSearch.xib @@ -149,23 +149,23 @@ <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6RO-h8-lZ8"> <rect key="frame" x="133" y="89" width="197" height="25"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <popUpButtonCell key="cell" type="push" title="Is Equal To..." bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Vfb-Dg-Jkb" id="DPm-QO-c64"> + <popUpButtonCell key="cell" type="push" title="Is Equal To…" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Vfb-Dg-Jkb" id="DPm-QO-c64"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="menu"/> <menu key="menu" id="Kg9-Rd-1GQ"> <items> <menuItem title="Any" id="cEg-eI-4hb"/> - <menuItem title="Is Equal To..." state="on" id="Vfb-Dg-Jkb"/> - <menuItem title="Is Different From..." id="JDg-d9-5Ux"/> - <menuItem title="Is Greater Than..." id="Rir-w0-737"/> - <menuItem title="Is Equal or Greater Than..." id="Lvo-pV-Syt"/> - <menuItem title="Is Less Than..." id="VUW-DY-2cI"/> - <menuItem title="Is Equal or Less Than..." id="rDN-UF-tIo"/> + <menuItem title="Is Equal To…" state="on" id="Vfb-Dg-Jkb"/> + <menuItem title="Is Different From…" id="JDg-d9-5Ux"/> + <menuItem title="Is Greater Than…" id="Rir-w0-737"/> + <menuItem title="Is Equal or Greater Than…" id="Lvo-pV-Syt"/> + <menuItem title="Is Less Than…" id="VUW-DY-2cI"/> + <menuItem title="Is Equal or Less Than…" id="rDN-UF-tIo"/> <menuItem title="Did Change" id="JdI-CW-E8H"/> <menuItem title="Did Not Change" id="sWc-Yz-Cve"/> <menuItem title="Did Increase" id="LHF-Lf-7tK"/> <menuItem title="Did Decrease" id="8s2-8n-aQO"/> - <menuItem title="Custom..." id="8xc-2v-YQj"/> + <menuItem title="Custom…" id="8xc-2v-YQj"/> </items> </menu> </popUpButtonCell> diff --git a/Cocoa/Preferences.xib b/Cocoa/Preferences.xib @@ -514,7 +514,7 @@ </menuItem> <menuItem id="Dzv-Gc-zoL"/> <menuItem isSeparatorItem="YES" id="BqG-uI-xqE"/> - <menuItem title="Other..." id="ikb-cd-hZe"> + <menuItem title="Other…" id="ikb-cd-hZe"> <connections> <action selector="selectOtherBootROMFolder:" target="QvC-M9-y7g" id="ofn-ll-0bo"/> </connections> diff --git a/Cocoa/UpdateWindow.xib b/Cocoa/UpdateWindow.xib @@ -123,7 +123,7 @@ Gw <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wIm-GX-c6B"> <rect key="frame" x="58" y="15" width="359" height="24"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" lineBreakMode="clipping" title="Downloading update..." id="qmF-X1-v5B"> + <textFieldCell key="cell" lineBreakMode="clipping" title="Downloading update…" id="qmF-X1-v5B"> <font key="font" usesAppearanceFont="YES"/> <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.