home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-16 | 340 b | 13 lines | [TEXT/CWIE] |
- /* This resource will provide TimGA a customized help balloon... - T.E. 26.9.1995 */
-
- #include "Types.r"
- #include "BalloonTypes.r"
-
- #define kIconHelpString 5000
-
-
- resource 'hfdr' (-5696, purgeable) { /* "help" for TimGA icon */
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header information */
- {HMSTRResItem {kIconHelpString}}
- };
-