home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / ucsymb2url.tcl < prev    next >
Text File  |  1996-09-03  |  1KB  |  32 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Westmount Technology    1995
  4. #
  5. #      File:           @(#)ucsymb2url.tcl    /main/hindenburg/2
  6. #      Author:         voyager
  7. #      Description:    mapping of customization types to URLs
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)ucsymb2url.tcl    /main/hindenburg/2   3 Sep 1996 Copyright 1995 Westmount Technology
  10.  
  11. global short2url
  12.  
  13. set short2url(help)                GEN/tl_hlp.html
  14. set short2url(topics)                GEN/o_idx.html
  15.  
  16. set short2url(editMenuProperties)        CMZ/db_ep_m.html
  17. set short2url(editobjTypeProperties)        CMZ/db_ep_o.html
  18. set short2url(editOpendefProperties)        CMZ/db_ep_od.html
  19. set short2url(editOpenlocProperties)        CMZ/db_ep_ol.html
  20. set short2url(editPropdefProperties)        CMZ/db_ep_pd.html
  21. set short2url(editProplocProperties)        CMZ/db_ep_pl.html
  22. set short2url(editViewProperties)        CMZ/db_ep_v.html
  23. set short2url(iconSelector)                     CMZ/db_slic.html
  24. set short2url(newMenuPart)            CMZ/db_nwmn.html
  25. set short2url(newObjectType)            CMZ/db_nwobj.html
  26. set short2url(newOpenDefinition)        CMZ/db_nwod.html
  27. set short2url(newOpenLocation)            CMZ/db_nwol.html
  28. set short2url(newPropDefinition)        CMZ/db_nwpd.html
  29. set short2url(newPropLocation)            CMZ/db_nwpl.html
  30. set short2url(newView)                CMZ/db_nwvw.html
  31. set short2url(notSaved)                GEN/db_notsv.html
  32.