home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / CKPM5X_S.ZIP / CKOFON.ASM < prev    next >
Assembly Source File  |  1990-04-05  |  435b  |  11 lines

  1. ;  It would appear that there is no way to simply have a font attached to
  2. ;  the kermit executable in the same way as the pointer or the menus or
  3. ;  dialogs.  Yes, this is a pretty stupid situation, but it's not the first!
  4. ;  So following the hideously (and completely unnecessary in my view!) 
  5. ;  complex system described in the MS PM Prog.Ref.Vol1 p 457...
  6.  
  7. code segment word
  8. db "shithead_stupid_font_system"
  9. code ends
  10. end
  11.