home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / cb2url.tcl < prev    next >
Text File  |  1997-11-21  |  1KB  |  36 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Westmount Technology    1995
  4. #
  5. #      File:           @(#)cb2url.tcl    /main/titanic/4
  6. #      Author:         pabr
  7. #      Description:    mapping of class browser help to URLs
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)cb2url.tcl    /main/titanic/4   21 Nov 1997 Copyright 1995 Westmount Technology
  10.  
  11. global short2url
  12.  
  13. # Help On Context
  14. #
  15. set short2url(superClassesTL)    CLABR/w_dia.html
  16. set short2url(classesTL)    CLABR/w_dia.html
  17. set short2url(subClassesTL)    CLABR/w_dia.html
  18. set short2url(featuresTL)    CLABR/w_dia.html
  19. set short2url(associationsTL)    CLABR/w_dia.html
  20. set short2url(context)        CLABR/tl_clabr.html
  21.  
  22. set short2url(help)        GEN/tl_hlp.html
  23. set short2url(topics)        GEN/o_idx.html
  24.  
  25. # Help on Dialog Boxes
  26. #
  27. set short2url(filterFeatures)    CLABR/db_filterfeatures.html
  28. set short2url(findClass)    CLABR/db_findclass.html
  29. set short2url(findFeature)    CLABR/db_findclassfeature.html
  30. set short2url(printerSetup)    GEN/db_printersetup.html
  31. set short2url(selectClass)    GEN/db_sel1.html
  32. set short2url(selectDiagram)    CLABR/m_edcad.html
  33. set short2url(selectItem)    GEN/db_sel1.html
  34. set short2url(showProperties)    UDE/db_itemproperties.html
  35. set short2url(showScope)    CLABR/db_showscope.html
  36.