home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / xmlview / xmlview.rc < prev    next >
Text File  |  2002-02-26  |  1KB  |  31 lines

  1.  
  2. /*
  3.  * treesize.rc:
  4.  *      Copyright (C) 1997-2002 Ulrich Möller.
  5.  *      This program is free software; you can redistribute it and/or modify
  6.  *      it under the terms of the GNU General Public License as published by
  7.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  8.  *      file of the XWorkplace main distribution.
  9.  *      This program is distributed in the hope that it will be useful,
  10.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  *      GNU General Public License for more details.
  13.  */
  14.  
  15. #include <os2.h>
  16. #include "xmlview.h"
  17.  
  18. POINTER 1 LOADONCALL MOVEABLE DISCARDABLE xmlview.ico
  19.  
  20. MENU 1 LOADONCALL MOVEABLE DISCARDABLE
  21. BEGIN
  22.     SUBMENU "~File", IDM_XMLVIEW, MIS_TEXT
  23.     BEGIN
  24.         MENUITEM "~Open...",       IDMI_OPEN, MIS_TEXT
  25.         MENUITEM "", 1, MIS_SEPARATOR
  26.         MENUITEM "E~xit\tAlt+F4",      IDMI_EXIT, MIS_TEXT
  27.     END
  28. END
  29.  
  30.  
  31.