diff options
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index e8c4214..9fd9f26 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -93,32 +93,32 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button verticalHuggingPriority="750" misplaced="YES" id="dF9-KQ-ymU"> - <rect key="frame" x="306" y="13" width="66" height="32"/> + <button verticalHuggingPriority="750" misplaced="YES" id="kh0-Tv-Cj9"> + <rect key="frame" x="394" y="13" width="72" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aJz-qw-lxS"> + <buttonCell key="cell" type="push" title="Copy" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ujL-03-vyZ"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> <string key="keyEquivalent" base64-UTF8="YES"> -Gw +DQ </string> </buttonCell> <connections> - <action selector="terminate:" target="-1" id="M3t-iK-CjQ"/> + <action selector="copyEmailToClipboard:" target="Voe-Tx-rLC" id="uX1-7A-IwJ"/> </connections> </button> - <button verticalHuggingPriority="750" misplaced="YES" id="kh0-Tv-Cj9"> - <rect key="frame" x="394" y="13" width="72" height="32"/> + <button verticalHuggingPriority="750" misplaced="YES" id="dF9-KQ-ymU"> + <rect key="frame" x="328" y="13" width="66" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Copy" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ujL-03-vyZ"> + <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aJz-qw-lxS"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> <string key="keyEquivalent" base64-UTF8="YES"> -DQ +Gw </string> </buttonCell> <connections> - <action selector="copyEmailToClipboard:" target="Voe-Tx-rLC" id="uX1-7A-IwJ"/> + <action selector="terminate:" target="-1" id="M3t-iK-CjQ"/> </connections> </button> </subviews> |