Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!nrl-cmf!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Problem w/ Translation Mgmt. (Xtk) Message-ID: <8807201628.AA00790@LYRE.MIT.EDU> Date: 20 Jul 88 16:28:00 GMT References: <1125@edsews.EDS.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 24 Read section 12.2 more carefully. There was a time when translation tables were arrays of strings, but not since R2: *************** *** 22,31 **** formatted according to Xtoolkit Intrinsics X11r2 p. 91 */ ! static String myTranslations[] = { ": hello() \n \ ! : hello() " ! }; /* My simple void function --- 22,30 ---- formatted according to Xtoolkit Intrinsics X11r2 p. 91 */ ! static String myTranslations = ": hello() \n \ ! : hello() "; /* My simple void function