X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/2e8981e8a5d62b58f14f95c328a21756a6f6abf8..d507320b5f6481480f7e0374e5e6a71b8fbdcb34:/ITAppleEventTools.m diff --git a/ITAppleEventTools.m b/ITAppleEventTools.m index 0b86b64..da09a84 100755 --- a/ITAppleEventTools.m +++ b/ITAppleEventTools.m @@ -51,7 +51,7 @@ NSAppleEventDescriptor *ITSendAEWithKey(FourCharCode reqKey, FourCharCode evClas return nil; } -NSAppleEventDescriptor *ITSendPlainAE(FourCharCode eClass, FourCharCode eID,const ProcessSerialNumber *psn) +NSAppleEventDescriptor *ITSendAE(FourCharCode eClass, FourCharCode eID,const ProcessSerialNumber *psn) { AEDesc dest; int pid;