home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / AppKiller 1.2 / src / appkiller.c < prev    next >
Encoding:
Text File  |  1993-05-16  |  4.8 KB  |  15 lines  |  [TEXT/ALFA]

  1. (AboutDlogID, NULL, (void*)(-1))) != NULL)
  2.     {
  3.         SelectWindow((WindowPtr)gAboutDlog);
  4.         while (itemHit != AboutOKButt)
  5.             ModalDialog( NULL, &itemHit);
  6.         DisposDialog(gAboutDlog);
  7.         gAboutDlog = NULL;
  8.     } else
  9.         SysBeep(5);       /* beep if we can't get dialog box */
  10. } /* DoAbout() */
  11.  
  12.  
  13.  
  14.  
  15.