home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / opussdk / examples / iconclock / iconclock_strings.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  174b  |  9 lines

  1. #define CATCOMP_BLOCK
  2. #include "iconclock.strings"
  3. #include <dopus/locale.h>
  4.  
  5. void init_locale_data(struct DOpusLocale *locale)
  6. {
  7.     locale->li_BuiltIn=(char *)CatCompBlock;
  8. }
  9.