home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / imagefx_sdk / sas / examples / hooks / gedsample2_strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1980-01-11  |  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.