home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Applications / TimGA 1.2.1 / TimGA.r < prev    next >
Encoding:
Text File  |  1997-07-16  |  340 b   |  13 lines  |  [TEXT/CWIE]

  1. /* This resource will provide TimGA a customized help balloon... - T.E. 26.9.1995 */
  2.  
  3. #include "Types.r"
  4. #include "BalloonTypes.r"
  5.  
  6. #define        kIconHelpString        5000
  7.  
  8.  
  9. resource 'hfdr' (-5696, purgeable) {            /* "help" for TimGA icon */
  10.     HelpMgrVersion, hmDefaultOptions, 0, 0,        /* header information  */
  11.     {HMSTRResItem {kIconHelpString}}
  12. };
  13.