home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cscout.zip / SAMPLES / MTESTPM.MTB < prev    next >
Text File  |  1995-05-24  |  2KB  |  31 lines

  1. /************************************************************************/
  2. /***                                                                  ***/
  3. /*** AUTHOR            : RH                                           ***/
  4. /***                                                                  ***/
  5. /*** SHORT DESCRIPTION : message tables for mtestpm.exe               ***/
  6. /***                                                                  ***/
  7. /*** PART OF           : mtestpm                                      ***/
  8. /***                                                                  ***/
  9. /*** COPYRIGHT         : (C) 1995 a priori Computer Solutions GmbH    ***/
  10. /***                                                                  ***/
  11. /************************************************************************/
  12.  
  13. #include <os2.h>
  14.  
  15. #include "resid.h"
  16.  
  17. /*----------------------------------------------------------------------*/
  18. /*  message table definition                                            */
  19. /*----------------------------------------------------------------------*/
  20.  
  21. MESSAGETABLE
  22. {
  23.    IDMSG_HELPLOADERROR         "Can't load Help Table."
  24.    IDMSG_HELPDISPLAYERROR      "Help not available."
  25.    IDMSG_HELPERROR             "Help Error !"
  26. }
  27.  
  28. /************************************************************************/
  29. /*** EOF mtestpm.mtb                                                  ***/
  30. /************************************************************************/
  31.