home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / thread2.zip / APP.RC < prev    next >
Text File  |  1993-06-28  |  411b  |  17 lines

  1. /* start of file app.rc ----------------------------------------------*/
  2.  
  3. #include "os2.h"
  4. #include "app.h"
  5.  
  6. POINTER ID_APP THREADS.ICO
  7.  
  8. MENU ID_APP
  9. BEGIN
  10.   SUBMENU    "Actions",                 IDM_ACTIONS,            MIS_TEXT
  11.   BEGIN
  12.     MENUITEM "Sleep & Beep",            IDM_SLEEP,              MIS_TEXT
  13.   END
  14. END
  15.  
  16. /* end of file app.rc -------------------------------------------------*/
  17.