On Sat, Jan 27, 2001 at 11:43:43PM +0800, Dmitry Timoshkov wrote: > Hello. > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Add "OnlyOne" paper source, used by the Acrobat Distiller PPD. > > --- cvs/wine/dlls/wineps/ppd.c Wed May 31 05:27:25 2000 > +++ wine/dlls/wineps/ppd.c Sat Jan 27 23:20:01 2001 > @@ -161,6 +161,7 @@ > char *PSName; > WORD WinBin; > } BinTrans[] = { > + {"OnlyOne", DMBIN_ONLYONE}, > {"Cassette", DMBIN_CASSETTE}, > {"Envelope", DMBIN_ENVELOPE}, > {"LargeCapacity", DMBIN_LARGECAPACITY}, > Any chance of keeping the array in alphabetical order (by the PSName member)? Huw.