home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
ucsymb2url.tcl
< prev
next >
Wrap
Text File
|
1997-11-21
|
3KB
|
84 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1995
#
# File: @(#)ucsymb2url.tcl /main/titanic/6
# Author: voyager
# Description: mapping of customization types to URLs
#---------------------------------------------------------------------------
# SccsId = @(#)ucsymb2url.tcl /main/titanic/6 21 Nov 1997 Copyright 1995 Westmount Technology
global short2url
#general
set short2url(help) GEN/tl_hlp.html
set short2url(topics) GEN/o_idx.html
set short2url(notSaved) GEN/db_notsv.html
#menu
set short2url(newMenuPart) CMZ/db_nwmn.html
set short2url(editMenuProperties) CMZ/db_ep_m.html
set short2url(menuPropArbitersPage) CMZ/db_menu_arbiters.html
set short2url(menuPropCommandPage) CMZ/db_menu_command.html
set short2url(menuPropEnable/DisablePage) CMZ/db_menu_endisable.html
set short2url(menuPropInterfacePage) CMZ/db_menu_interface.html
set short2url(menuPropStoragePage) CMZ/db_menu_storage.html
set short2url(iconSelector) CMZ/db_slic.html
set short2url(infoMnu) CMZ/db_info_menu.html
#view
set short2url(newView) CMZ/db_nwvw.html
set short2url(editViewProperties) CMZ/db_ep_v.html
set short2url(viewPropPropertiesPage) CMZ/db_view_properties.html
set "short2url(viewPropSort CommandPage)" CMZ/db_view_sortcommand.html
set short2url(viewPropInterfacePage) CMZ/db_view_interface.html
set short2url(viewPropStoragePage) CMZ/db_view_storage.html
set short2url(infoVie) CMZ/db_info_view.html
#objecttype
set short2url(newObjectType) CMZ/db_nwobj.html
set short2url(editobjTypeProperties) CMZ/db_ep_o.html
set short2url(objTypePropCommandPage) CMZ/db_objtype_command.html
set short2url(objTypePropInterfacePage) CMZ/db_objtype_interface.html
set short2url(objTypePropStoragePage) CMZ/db_objtype_storage.html
set short2url(infoObjtype) CMZ/db_info_objtype.html
#opendefs
set short2url(newOpenDefinition) CMZ/db_nwod.html
set short2url(editOpendefProperties) CMZ/db_ep_od.html
set short2url(infoOpendefs) CMZ/db_info_opendefs.html
#openlocs
set short2url(newOpenLocation) CMZ/db_nwol.html
set short2url(editOpenlocProperties) CMZ/db_ep_ol.html
set short2url(infoOpenlocs) CMZ/db_info_openlocs.html
#proplocs
set short2url(newPropLocation) CMZ/db_nwpl.html
set short2url(editProplocProperties) CMZ/db_ep_pl.html
set short2url(infoProplocs) CMZ/db_info_proplocs.html
#propdefs
set short2url(newPropDefinition) CMZ/db_nwpd.html
set short2url(editPropdefProperties) CMZ/db_ep_pd.html
set short2url(infoPropdefs) CMZ/db_info_propdefs.html
#modules
set short2url(newModule) CMZ/db_mae_newmodule.html
set short2url(changeLocation) CMZ/db_mae_changelocation.html
set short2url(addRequirements) CMZ/db_mae_addrequired.html
set short2url(infoModules) CMZ/db_mae_info.html
#panel: see ../../browser/src/brsymb2url.tcl
#checkconfig: see ../../browser/src/brsymb2url.tcl
#copyspecs
set short2url(newCopyspecs) CMZ/db_nwcs.html
set short2url(editCopyspecsProperties) CMZ/db_ep_cs.html
set short2url(infoCopyspecs) CMZ/db_info_copyspecs.html
#gdr: see ../../browser/src/brsymb2url.tcl