home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gfx / imagefx_sdk-2.0.lha / ImageFX_SDK / sas / examples / hooks / gedsample2_strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-15  |  222 b   |  21 lines

  1. enum {
  2.  
  3.     Z_reserved0,
  4.     G_Title,
  5.     G_Okay,
  6.     G_Cancel,
  7.  
  8.     TXT_COUNT
  9. };
  10.  
  11. char *HookText = "Hook_GedSample2";
  12. int HookTextCount = TXT_COUNT;
  13.  
  14. char *HookStrings[] = {
  15.  
  16.      0,
  17.     "GED Listview Sample Window",
  18.     "_Okay",
  19.     "_Cancel",
  20. };
  21.