diff options
| -rw-r--r-- | CopyMailto/AppDelegate.m | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/CopyMailto/AppDelegate.m b/CopyMailto/AppDelegate.m index 2cf4fce..213f403 100644 --- a/CopyMailto/AppDelegate.m +++ b/CopyMailto/AppDelegate.m @@ -14,8 +14,8 @@      [[NSAppleEventManager sharedAppleEventManager]          setEventHandler:self          andSelector:@selector(handleURLEvent:withReplyEvent:) -        forEventClass:kInternetLocationMail -        andEventID:kAEOpenApplication]; +        forEventClass:kInternetEventClass +        andEventID:kAEGetURL];  } | 
