home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PM-M2B.ZIP / STRING.RC < prev    next >
Text File  |  1990-09-11  |  232b  |  17 lines

  1. /* --------- */
  2. /* STRING.RC */
  3. /* --------- */
  4.  
  5.  
  6. #include <os2.h>
  7. #include "string.h"
  8.  
  9. STRINGTABLE
  10.   BEGIN
  11.     ID_TITLE " - This title is from a resource"
  12.     ID_MSG "This message is also from a resource"
  13.   END
  14.  
  15.  
  16.  
  17.