From d8770b42a1419330cf97db374b310443c65affc0 Mon Sep 17 00:00:00 2001 From: "clu%netscape.com" Date: Wed, 19 Aug 1998 02:17:59 +0000 Subject: [PATCH] checking in ftang's fix for the correct positioning of the asian language input window. --- cmd/macfe/central/TSMProxy.cp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/macfe/central/TSMProxy.cp b/cmd/macfe/central/TSMProxy.cp index 023808a89678..64da805fe69f 100644 --- a/cmd/macfe/central/TSMProxy.cp +++ b/cmd/macfe/central/TSMProxy.cp @@ -408,7 +408,7 @@ HTMLInlineTSMProxy::AEHandlerTSM( const AppleEvent *inAppleEvent, AppleEvent *ou StAEDescriptor parm; AESubDesc nthSubDesc; err = AEGetNthSubDesc( &replySD, i, &key, &nthSubDesc ); - err = AESubDescToDesc( &nthSubDesc, key, &parm.mDesc ); + err = AESubDescToDesc( &nthSubDesc, typeWildCard, &parm.mDesc ); // replySD.NthItem(i, &key).ToDesc(&parm.mDesc); err = ::AEPutParamDesc(outReply, key, &parm.mDesc); ThrowIfOSErr_(err);