aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CopyMailto/AppDelegate.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/CopyMailto/AppDelegate.m b/CopyMailto/AppDelegate.m
index 5eb04c5..b47ce00 100644
--- a/CopyMailto/AppDelegate.m
+++ b/CopyMailto/AppDelegate.m
@@ -40,6 +40,8 @@ const NSUInteger MAILTO_INDEX = 7;
[pasteboard writeObjects:
[NSArray arrayWithObject:
[_email_address stringValue]]];
+
+ [NSApp terminate:self];
}
@end