Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpcc05!hp-ptp!hp-ses!hpsdel!hpsesrwd!dea From: dea@hpsesrwd.HP.COM (Bob Dea) Newsgroups: comp.windows.ms.programmer Subject: Re: UCB MS WINDOW BUILDER (PATCH) Message-ID: <18210005@hpsesrwd.HP.COM> Date: 17 Dec 90 23:14:10 GMT References: <18210003@hpsesrwd.HP.COM> Organization: HP Software Engineering Systems, Sunnyvale CA Lines: 44 >After ftping UCB/WordPlan to cica I discovered a minor problem. The >MS Windows 3.0 script always generated code that requires a ICON file. > >You can always supply a ICON file or apply the following patch >to the script file "windows". > >Apply this patch ONLY to the script "windows" version 1.00 > >I will upload a updated version of UCB.ZIP to cica and will >modify the version number for the script "windows" to version 1.01 > > Change line 210-211 from: > > \if @[1,4] = 1 > \@[1,40] ICON @[1,40]@[2,2]ICO > > To: > > \if @[1,4] = 0 > \skip 1 > \@[1,40] ICON @[1,40]@[2,2]ICO > \eskip 1 > ---------- NOTE!! The above should read : Change line 210-211 from: \if @[1,4] = 1 @[1,40] ICON @[1,40]@[2,2]ICO To: \if @[1,4] = 0 \skip 1 @[1,40] ICON @[1,40]@[2,2]ICO \eskip 1 notice I had a few extra \'s in my previous posting. Sorry for the mistake!!