home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / astronom / earthplt.cpt / EARTHPLOT.SIT / ep.DoAbout.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-07-01  |  86 b   |  8 lines  |  [TEXT/KAHL]

  1. #include "ep.const.h"
  2. #include "DialogMgr.h"
  3.  
  4. DoAbout ()
  5. {
  6.     Alert (AboutAlert,nil);
  7. }
  8.