home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / uniview / menu / deutsch / hypertext < prev    next >
Encoding:
Text File  |  1997-12-13  |  502 b   |  9 lines

  1. MENU=ITEM  LABEL="Ediere ..."  COMMKEY="E" FUNCTION=RX 'PROGDIR:ARexx/editor.rexx'
  2. MENU=ITEM  LABEL=BARLABEL
  3. MENU=ITEM  LABEL="Suchen ..."            COMMKEY="F" FUNCTION=ADDRESS '${PORTNAME}.1'; SEARCH PROMPT
  4. MENU=ITEM  LABEL=BARLABEL
  5. MENU=ITEM  LABEL="Globales Inhaltverzeichnis"
  6. MENU=SUB   LABEL="Hinzufügen"            COMMKEY="+" FUNCTION=RX 'Rexx:Datatypes/HyperText/AddTOCEntry.rexx VERBOSE'
  7. MENU=SUB   LABEL="Anzeigen"              COMMKEY="G" FUNCTION=OPEN 'Help:${Language}/HTDS_TOC.hguide'
  8.  
  9.