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 >
Wrap
Text File
|
1996-09-03
|
1KB
|
32 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1995
#
# File: @(#)ucsymb2url.tcl /main/hindenburg/2
# Author: voyager
# Description: mapping of customization types to URLs
#---------------------------------------------------------------------------
# SccsId = @(#)ucsymb2url.tcl /main/hindenburg/2 3 Sep 1996 Copyright 1995 Westmount Technology
global short2url
set short2url(help) GEN/tl_hlp.html
set short2url(topics) GEN/o_idx.html
set short2url(editMenuProperties) CMZ/db_ep_m.html
set short2url(editobjTypeProperties) CMZ/db_ep_o.html
set short2url(editOpendefProperties) CMZ/db_ep_od.html
set short2url(editOpenlocProperties) CMZ/db_ep_ol.html
set short2url(editPropdefProperties) CMZ/db_ep_pd.html
set short2url(editProplocProperties) CMZ/db_ep_pl.html
set short2url(editViewProperties) CMZ/db_ep_v.html
set short2url(iconSelector) CMZ/db_slic.html
set short2url(newMenuPart) CMZ/db_nwmn.html
set short2url(newObjectType) CMZ/db_nwobj.html
set short2url(newOpenDefinition) CMZ/db_nwod.html
set short2url(newOpenLocation) CMZ/db_nwol.html
set short2url(newPropDefinition) CMZ/db_nwpd.html
set short2url(newPropLocation) CMZ/db_nwpl.html
set short2url(newView) CMZ/db_nwvw.html
set short2url(notSaved) GEN/db_notsv.html