aboutsummaryrefslogtreecommitdiff
path: root/x11/cde
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2018-11-05 18:49:23 +0000
committerChris Rees <crees@FreeBSD.org>2018-11-05 18:49:23 +0000
commit0c257ca3095fd4e1012c7dadf05ff743c682a33b (patch)
treebc1bbad6307d829e0fa40f43a0ac5fe6f0dff21a /x11/cde
parent86a55565a2d905ae1ad3493404d1df72ca721951 (diff)
downloadports-0c257ca3095fd4e1012c7dadf05ff743c682a33b.tar.gz
ports-0c257ca3095fd4e1012c7dadf05ff743c682a33b.zip
Update to 2.3.0
Move to more correct x11 category Unbreak Incorporate changes and improvements made by Mikael Urankar PR: ports/221102 Submitted by: mikael.urankar@gmail.com Various other cleanups; correct pkg-message and add ksh dependency PR: ports/220572 Submitted by: pfg
Notes
Notes: svn path=/head/; revision=484207
Diffstat (limited to 'x11/cde')
-rw-r--r--x11/cde/Makefile135
-rw-r--r--x11/cde/distinfo3
-rw-r--r--x11/cde/files/dtcms.in28
-rw-r--r--x11/cde/files/dtspc.in30
-rw-r--r--x11/cde/files/patch-admin_IntegTools_dbTools_installCDE11
-rw-r--r--x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src41
-rw-r--r--x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src50
-rw-r--r--x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src30
-rw-r--r--x11/cde/files/patch-config_cf_Imake.cf13
-rw-r--r--x11/cde/files/patch-config_cf_Imake.rules30
-rw-r--r--x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c14
-rw-r--r--x11/cde/files/pkg-message.in19
-rw-r--r--x11/cde/pkg-descr6
-rw-r--r--x11/cde/pkg-plist5618
14 files changed, 6028 insertions, 0 deletions
diff --git a/x11/cde/Makefile b/x11/cde/Makefile
new file mode 100644
index 000000000000..a1f6ec02d71d
--- /dev/null
+++ b/x11/cde/Makefile
@@ -0,0 +1,135 @@
+# $FreeBSD$
+
+PORTNAME= cde
+DISTVERSION= 2.3.0
+CATEGORIES= x11
+MASTER_SITES= SF/cdesktopenv/src/
+
+MAINTAINER= crees@FreeBSD.org
+COMMENT= Common Desktop Environment
+
+LICENSE= LGPL21
+
+BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory
+BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory
+
+BUILD_DEPENDS= ksh93:shells/ksh93 \
+ bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir \
+ biconv:converters/iconv \
+ ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig \
+ ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2
+RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \
+ ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
+ ksh93:shells/ksh93 \
+ xrdb:x11/xrdb \
+ xset:x11/xset
+
+USES= iconv motif perl5 shebangfix tcl:85
+SHEBANG_FILES= programs/dtdocbook/sgmls/sgmls.pl \
+ programs/dtinfo/tools/bin/ccdate
+USE_LDCONFIG= ${PREFIX}/dt/lib
+USE_RC_SUBR= dtcms dtspc
+USE_XORG= xinerama xp xt xscrnsaver
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+ALL_TARGET= World
+MAKE_ARGS+= PERL=${PERL}
+MAKE_JOBS_UNSAFE=yes
+SUB_FILES= pkg-message
+
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} > 1200000
+BROKEN= Does not build on head
+.endif
+
+post-patch:
+ @if [ -f /usr/include/iconv.h ]; then \
+ ${REINPLACE_CMD} -e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!' \
+ ${WRKSRC}/programs/dtmail/libDtMail/Common/Session.C \
+ ${WRKSRC}/programs/dtmail/libDtMail/RFC/RFCBodyPart.C; \
+ fi
+# From shells/ksh93
+.if ${OSVERSION} >= 1100093
+ @${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/include/sfio*.h \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.c \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.h
+.endif
+
+# Speed up poudriere + qemu + native-xtools
+ @${REINPLACE_CMD} \
+ -e 's|CcCmd cc|CcCmd ${CC}|g' \
+ -e 's|CplusplusCmd c++|CplusplusCmd ${CXX}|g' \
+ -e 's|CppCmd /usr/bin/cpp|CppCmd ${CPP}|g' \
+ ${WRKSRC}/config/cf/FreeBSD.cf
+
+# Needed for armv6
+ @${REINPLACE_CMD} -e 's|__va_copy|va_copy|g' \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/hash/*.c \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.c \
+ ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/string/*.c
+
+# Fix all hardcoded path
+ @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \
+ ${WRKSRC}/config/cf/Imake.tmpl \
+ ${WRKSRC}/programs/dtdocbook/sgmls/sgmls.pl \
+ ${WRKSRC}/programs/dtinfo/tools/bin/ccdate
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|/usr/dt|${LOCALBASE}/dt|g ; \
+ s|/etc/dt|${LOCALBASE}/etc/dt|g'
+
+ @${REINPLACE_CMD} -e 's|STAGEDIR|${STAGEDIR}|g' -e \
+ 's|LOCALBASE|${LOCALBASE}|g' \
+ ${WRKSRC}/admin/IntegTools/dbTools/installCDE.src \
+ ${WRKSRC}/admin/IntegTools/post_install/freebsd/configRun.src \
+ ${WRKSRC}/admin/IntegTools/post_install/freebsd/configShlibs.src \
+ ${WRKSRC}/admin/IntegTools/post_install/freebsd/configMin.src
+
+# we need to remove a few LOCALBASE
+ @${REINPLACE_CMD} -e 's|${LOCALBASE}/etc/dtinfogen|/etc/dtinfogen|g' \
+ ${WRKSRC}/databases/CDE-RUN.udb \
+ ${WRKSRC}/config/cf/cde.tmpl
+ @${REINPLACE_CMD} -e 's|${LOCALBASE}/etc/dtsr|/etc/dtsr|g' -e \
+ 's|${LOCALBASE}/etc/dtinfo_start|/etc/dtinfo_start|g' \
+ ${WRKSRC}/databases/CDE-RUN.udb \
+ ${WRKSRC}/programs/tttypes/dtinfo_start.ptype \
+ ${WRKSRC}/programs/tttypes/dtinfo.ptype
+ @${REINPLACE_CMD} -e 's|${LOCALBASE}||g' \
+ ${WRKSRC}/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen_worker.c
+
+# why redefine exit??
+ @${REINPLACE_CMD} -e '/void exit/d' \
+ ${WRKSRC}/lib/tt/bin/tt_type_comp/frozen.mp_types_lex.C
+# (time_t*) NULL is apparently too C-ish
+ @${REINPLACE_CMD} -e 's,(time_t) *NULL,nullptr,' \
+ ${WRKSRC}/programs/dtmail/libDtMail/Common/FileShare.C \
+ ${WRKSRC}/programs/dtmail/libDtMail/RFC/RFCMailBox.C
+
+# The docs say not necessary, but unreliable without
+# @${MKDIR} ${WRKSRC}/imports/x11/include
+# @${LN} -s ${LOCALBASE}/include/X11 ${WRKSRC}/imports/x11/include
+# @${LN} -s ${LOCALBASE}/include/Xm ${WRKSRC}/imports/x11/include
+# @${LN} -s ${LOCALBASE}/include/fontconfig ${WRKSRC}/imports/x11/include
+# @${LN} -s ${LOCALBASE}/include/freetype2 ${WRKSRC}/imports/x11/include
+
+
+do-install:
+ cd ${WRKSRC}/admin/IntegTools/dbTools && \
+ ./installCDE -s ${WRKSRC} -destdir ${STAGEDIR}
+ (cd ${STAGEDIR}${PREFIX}/dt/share/man && \
+ for m in 1 1m 3 4 5 6; do \
+ ${GZIP_CMD} man$$m/*.$$m; \
+ done)
+ ${INSTALL_DATA} ${WRKSRC}/lib/pam/libpam/pam.conf \
+ ${STAGEDIR}${PREFIX}/etc/pam.d/cde.conf
+
+post-install:
+ ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -exec ${SH} -c '${STRIP_CMD} {} > /dev/null 2>&1' \;
+
+# Documented switches don't actually produce desired effect!
+# ./installCDE -s ${WRKSRC} -pI ${STAGEDIR}${PREFIX}/dt \
+# -pV ${STAGEDIR}/var -pC ${STAGEDIR}${PREFIX}/etc
+
+.include <bsd.port.mk>
diff --git a/x11/cde/distinfo b/x11/cde/distinfo
new file mode 100644
index 000000000000..b45fadade1b1
--- /dev/null
+++ b/x11/cde/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1541358342
+SHA256 (cde-2.3.0.tar.gz) = 2f82c32a9ec7d81130336959c01942eedaa2ffab810df2ee69f3aefd8d2ae641
+SIZE (cde-2.3.0.tar.gz) = 57941186
diff --git a/x11/cde/files/dtcms.in b/x11/cde/files/dtcms.in
new file mode 100644
index 000000000000..9cfd44dce07c
--- /dev/null
+++ b/x11/cde/files/dtcms.in
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+# $FreeBSD$
+#
+# PROVIDE: dtcms
+# REQUIRE: rpcbind
+# KEYWORD: shutdown
+
+# Add the following line to /etc/rc.conf to enable dtcms:
+#
+# dtcms_enable=YES
+
+. /etc/rc.subr
+
+name=dtcms
+rcvar=dtcms_enable
+desc="CDE calendar manager service daemon"
+start_precmd="force_depend rpcbind || exit 1"
+
+load_rc_config $name
+
+: ${dtcms_enable:=NO}
+
+command=/usr/sbin/daemon
+pidfile=/var/run/dtcms.pid
+command_args="-P $pidfile %%PREFIX%%/dt/bin/rpc.cmsd"
+
+run_rc_command $1
diff --git a/x11/cde/files/dtspc.in b/x11/cde/files/dtspc.in
new file mode 100644
index 000000000000..1aa56c34834c
--- /dev/null
+++ b/x11/cde/files/dtspc.in
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+# $FreeBSD$
+#
+# PROVIDE: dtspc
+# REQUIRE: rpcbind
+# KEYWORD: shutdown
+
+# Add the following line to /etc/rc.conf to enable dtspc:
+#
+# dtspc_enable=YES
+
+. /etc/rc.subr
+
+name=dtspc
+rcvar=dtspc_enable
+desc="CDE Subprocess Control Service"
+start_precmd="force_depend rpcbind || exit 1"
+
+load_rc_config $name
+
+: ${dtspc_enable:=NO}
+
+command=/usr/sbin/daemon
+pidfile=/var/run/dtspc.pid
+command_args="-P $pidfile %%PREFIX%%/dt/bin/dtspcd"
+start_precmd="ln -sf %%PREFIX%%/dt /usr/dt && ln -sf %%PREFIX%%/etc/dt /etc/dt"
+stop_postcmd="[ -L /usr/dt -a -L /etc/dt ] && rm /usr/dt /etc/dt"
+
+run_rc_command $1
diff --git a/x11/cde/files/patch-admin_IntegTools_dbTools_installCDE b/x11/cde/files/patch-admin_IntegTools_dbTools_installCDE
new file mode 100644
index 000000000000..65125aa543d4
--- /dev/null
+++ b/x11/cde/files/patch-admin_IntegTools_dbTools_installCDE
@@ -0,0 +1,11 @@
+--- admin/IntegTools/dbTools/installCDE.src.orig 2016-05-26 15:44:34 UTC
++++ admin/IntegTools/dbTools/installCDE.src
+@@ -648,7 +648,7 @@ XCOMM
+ TAR_DIR=""
+ LeaveLinks="no"
+ REMOVE_LINKS="no"
+- CLEAN_DAEMONS="yes"
++ CLEAN_DAEMONS="no"
+ theLang=""
+ CONFIGURE_ONLY="no"
+
diff --git a/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src
new file mode 100644
index 000000000000..361269d0e35a
--- /dev/null
+++ b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src
@@ -0,0 +1,41 @@
+--- admin/IntegTools/post_install/freebsd/configMin.src.orig 2016-06-21 UTC
++++ admin/IntegTools/post_install/freebsd/configMin.src
+@@ -197,13 +197,13 @@ RemoveMinFiles()
+
+ SetManPath()
+ {
+- DTMANPATH=CDE_INSTALLATION_TOP/share/man
+- echo "MANPATH $DTMANPATH" > ${PREFIX}/etc/man.d/cde.conf
++ DTMANPATH=/usr/local/dt/share/man
++ echo "MANPATH $DTMANPATH" > STAGEDIR/LOCALBASE/etc/man.d/cde.conf
+ }
+
+ UnSetManPath()
+ {
+- rm -f ${PREFIX}/etc/man.d/cde.conf
++ rm -f STAGEDIR/LOCALBASE/etc/man.d/cde.conf
+ }
+
+ VerifyInstalledFiles()
+@@ -235,21 +235,8 @@ XCOMM ##################################
+ if [ "$OPERATION" = "configure" ]
+ then
+
+- FixEtcServices
+-
+- : FixEtcInetdDotConf
+-
+ SetManPath
+
+- HASH
+- HASH create the /var/dt/tmp directory for the dtspcd
+- HASH
+-
+- if [ ! -d CDE_LOGFILES_TOP/tmp ]
+- then
+- mkdir -p CDE_LOGFILES_TOP/tmp
+- fi
+-
+ elif [ "$OPERATION" = "deconfigure" ]
+ then
+
diff --git a/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src
new file mode 100644
index 000000000000..b74b734b9667
--- /dev/null
+++ b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src
@@ -0,0 +1,50 @@
+--- admin/IntegTools/post_install/freebsd/configRun.src.orig 2016-06-21 UTC
++++ admin/IntegTools/post_install/freebsd/configRun.src
+@@ -221,9 +221,9 @@ XCOMM ##################################
+ PRODUCT=CDE
+ FILESET=CDE-RUN
+
+-DT_TOP=CDE_INSTALLATION_TOP
+-DT_CONFIG_TOP=CDE_CONFIGURATION_TOP
+-DT_TEMP_TOP=CDE_LOGFILES_TOP
++DT_TOP=STAGEDIR/usr/dt
++DT_CONFIG_TOP=STAGEDIR/etc/dt
++DT_TEMP_TOP=STAGEDIR/var/dt
+ ROOT=/
+
+ retval=0
+@@ -253,17 +253,6 @@ DEFAULT_PRINTER="DtPrint"
+ mkdir -p $DT_TEMP_TOP/$APPCONFIG/appmanager
+ fi
+
+- cd $DT_TEMP_TOP
+- mv $APPCONFIG/appmanager .hidden-appmanager
+- chmod -R 755 *
+- chmod 755 .hidden-appmanager
+- chown -R bin *
+- chgrp -R bin *
+- mv .hidden-appmanager $APPCONFIG/appmanager
+- chmod 755 .
+- chown bin .
+- chgrp bin .
+-
+ HASH
+ HASH create the CDE_CONFIGURATION_TOP and its config directory
+ HASH
+@@ -296,8 +285,6 @@ DEFAULT_PRINTER="DtPrint"
+ cd $DT_CONFIG_TOP
+ chmod -R 755 *
+
+- FixInetdDotConf
+-
+ elif [ "$OPERATION" = "deconfigure" ]
+ then
+
+@@ -322,7 +309,4 @@ DEFAULT_PRINTER="DtPrint"
+ /etc/rc.d/inetd onereload
+ fi
+
+- HASH dtmail requires setgid
+- chmod 2555 $DT_TOP/bin/dtmail
+-
+ return $retval
diff --git a/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src
new file mode 100644
index 000000000000..860fb04e0da9
--- /dev/null
+++ b/x11/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src
@@ -0,0 +1,30 @@
+--- admin/IntegTools/post_install/freebsd/configShlibs.src.orig 2016-05-27 14:25:51 UTC
++++ admin/IntegTools/post_install/freebsd/configShlibs.src
+@@ -54,7 +54,7 @@ XCOMM
+ XCOMM creates links in the install tree libtt.so -> libtt.so.1
+ XCOMM
+
+- cd CDE_INSTALLATION_TOP/lib
++ cd STAGEDIR/LOCALBASE/dt/lib
+
+ for lib in `/bin/ls *.so.*`
+ do
+@@ -78,7 +78,7 @@ FILESET=CDE-SHLIBS
+ retval=0
+ CDE_TOP=CDE_INSTALLATION_TOP
+ CDE_CONF_TOP=CDE_CONFIGURATION_TOP
+-LDCONFIGFILE=/usr/local/libdata/ldconfig/cde
++LDCONFIGFILE=STAGEDIR/LOCALBASE/libdata/ldconfig/cde
+
+ HandleOption $*
+
+@@ -100,8 +100,7 @@ LDCONFIGFILE=/usr/local/libdata/ldconfig
+ MakeTheLink
+
+ rm -f $LDCONFIGFILE
+- echo $CDE_TOP/lib > $LDCONFIGFILE
+- /sbin/ldconfig -m $CDE_TOP/lib
++ echo LOCALBASE/dt/lib > $LDCONFIGFILE
+
+ elif [ "$OPERATION" = "verify" ]
+ then
diff --git a/x11/cde/files/patch-config_cf_Imake.cf b/x11/cde/files/patch-config_cf_Imake.cf
new file mode 100644
index 000000000000..c5f3c2e0b71a
--- /dev/null
+++ b/x11/cde/files/patch-config_cf_Imake.cf
@@ -0,0 +1,13 @@
+--- ./config/cf/Imake.cf.orig 2016-05-19 UTC
++++ ./config/cf/Imake.cf
+@@ -205,6 +205,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28
+ # define AMD64Architecture
+ # undef amd64
+ # endif
++# if defined(__arm__)
++# undef __arm__
++# define ARMArchitecture
++# endif
+ #endif /* __FreeBSD__ */
+
+ #ifdef AMOEBA
diff --git a/x11/cde/files/patch-config_cf_Imake.rules b/x11/cde/files/patch-config_cf_Imake.rules
new file mode 100644
index 000000000000..e7852ef34d2f
--- /dev/null
+++ b/x11/cde/files/patch-config_cf_Imake.rules
@@ -0,0 +1,30 @@
+Work around a difference between "clang -traditional" and "gcc -traditional"
+
+CppScriptTarget is used to generate rules to create a shell script by running
+the input through cpp (cf config/cf/Imake.rules)
+
+For example, we have
+CppScriptTarget(configRun,configRun.src,...)
+
+in admin/IntegTools/post_install/freebsd/configRun.src, we have:
+#define STAR *
+for j in $DT_TOP/$APPCONFIG/$i/STAR
+
+gcc outputs this "for j in $DT_TOP/$APPCONFIG/$i/*"
+clang outputs this "for j in $DT_TOP/$APPCONFIG/$i/ *"
+
+This prevents some post install scripts to create the correct directories.
+
+Should we use devel/tradcpp instead?
+
+--- config/cf/Imake.rules.orig 2016-10-31 UTC
++++ config/cf/Imake.rules
+@@ -2398,7 +2398,7 @@ MakeMakeSubdirs(dirs,Makefiles)
+ * Also delete line numbers from the cpp output (-P is not portable, I guess).
+ */
+ #ifndef CppSedMagic
+-#define CppSedMagic $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
++#define CppSedMagic $(SED) -E 's;(/|#) \*;/*;g' | $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
+ #endif /* CppSedMagic */
+
+ #ifndef CppFileTarget
diff --git a/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c b/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
new file mode 100644
index 000000000000..2bfa483e6ffa
--- /dev/null
+++ b/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
@@ -0,0 +1,14 @@
+We don't use inetd-- that involves messing with inetd.conf. May as well
+just launch as a daemon, which also deals with rpcbind dependency.
+
+--- programs/dtcm/dtcm/calendarA.c.orig 2016-09-14 10:18:38 UTC
++++ programs/dtcm/dtcm/calendarA.c
+@@ -2051,7 +2051,7 @@ error_open(Calendar *c) {
+ set_message(c->message_text, buf);
+
+ sprintf(buf, "%s\n%s: %s, %s: %s", catgets(c->DT_catd, 1, 91,
+- "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin inetd.conf for rpc.cmsd is correct for your host."),
++ "rpc.cmsd is not responding for your user name.\nMake sure that rpc.cmsd is running and enabled\nin /etc/rc.conf (dtcms_enable=yes)."),
+ nl_user, name,
+ nl_host, host);
+
diff --git a/x11/cde/files/pkg-message.in b/x11/cde/files/pkg-message.in
new file mode 100644
index 000000000000..48ac065295fb
--- /dev/null
+++ b/x11/cde/files/pkg-message.in
@@ -0,0 +1,19 @@
+This is ancient software that is ported for curiosity purposes. It is
+unlikely to be useful in everyday use, and should not be used in untrusted
+environments as there are highly likely to be unresolved security issues.
+
+CDE unfortunately requires a symbolic link as it uses the build system imake,
+as with X11R6. This is actually done by the dtspc rc script (and removed
+afterwards).
+
+It is also necessary to enable the Subprocess Control Service (and dtcms for
+the calendar to work).
+
+# sysrc rpcbind_enable=yes
+# sysrc dtspc_enable=yes
+# sysrc dtcms_enable=yes
+# service rpcbind start && service dtspc start && service dtcms start
+
+To start the Common Desktop Environment,
+% ln -s %%PREFIX%%/dt/bin/Xsession ~/.Xsession
+% env LANG=C startx
diff --git a/x11/cde/pkg-descr b/x11/cde/pkg-descr
new file mode 100644
index 000000000000..477d67a8baf7
--- /dev/null
+++ b/x11/cde/pkg-descr
@@ -0,0 +1,6 @@
+CDE - The Common Desktop Environment is X Windows desktop environment
+that was commonly used on commercial UNIX variants such as Sun Solaris,
+HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
+released under an Open Source licence by The Open Group.
+
+WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
diff --git a/x11/cde/pkg-plist b/x11/cde/pkg-plist
new file mode 100644
index 000000000000..b16b7db8fb9d
--- /dev/null
+++ b/x11/cde/pkg-plist
@@ -0,0 +1,5618 @@
+dt/CONTRIBUTORS
+dt/COPYING
+dt/app-defaults/C/Dt
+dt/app-defaults/C/Dtbuilder
+dt/app-defaults/C/Dtcalc
+dt/app-defaults/C/Dtcm
+dt/app-defaults/C/Dtcreate
+dt/app-defaults/C/Dtfile
+dt/app-defaults/C/Dthello
+dt/app-defaults/C/Dthelpprint
+dt/app-defaults/C/Dthelpview
+dt/app-defaults/C/Dticon
+dt/app-defaults/C/Dtimsstart
+dt/app-defaults/C/Dtinfo
+dt/app-defaults/C/Dtksh
+dt/app-defaults/C/Dtlogin
+dt/app-defaults/C/Dtmail
+dt/app-defaults/C/Dtpad
+dt/app-defaults/C/Dtprintinfo
+dt/app-defaults/C/Dtscreen
+dt/app-defaults/C/Dtsession
+dt/app-defaults/C/Dtstyle
+dt/app-defaults/C/Dtterm
+dt/app-defaults/C/Dtwm
+dt/app-defaults/C/Ttsnoop
+dt/app-defaults/C/UNIXbindings
+dt/app-defaults/de_DE.ISO8859-1/Dt
+dt/app-defaults/de_DE.ISO8859-1/Dtbuilder
+dt/app-defaults/de_DE.ISO8859-1/Dtcalc
+dt/app-defaults/de_DE.ISO8859-1/Dtcm
+dt/app-defaults/de_DE.ISO8859-1/Dtcreate
+dt/app-defaults/de_DE.ISO8859-1/Dtfile
+dt/app-defaults/de_DE.ISO8859-1/Dthello
+dt/app-defaults/de_DE.ISO8859-1/Dthelpprint
+dt/app-defaults/de_DE.ISO8859-1/Dthelpview
+dt/app-defaults/de_DE.ISO8859-1/Dticon
+dt/app-defaults/de_DE.ISO8859-1/Dtimsstart
+dt/app-defaults/de_DE.ISO8859-1/Dtinfo
+dt/app-defaults/de_DE.ISO8859-1/Dtlogin
+dt/app-defaults/de_DE.ISO8859-1/Dtmail
+dt/app-defaults/de_DE.ISO8859-1/Dtpad
+dt/app-defaults/de_DE.ISO8859-1/Dtprintinfo
+dt/app-defaults/de_DE.ISO8859-1/Dtscreen
+dt/app-defaults/de_DE.ISO8859-1/Dtsession
+dt/app-defaults/de_DE.ISO8859-1/Dtstyle
+dt/app-defaults/de_DE.ISO8859-1/Dtterm
+dt/app-defaults/de_DE.ISO8859-1/Dtwm
+dt/app-defaults/es_ES.ISO8859-1/Dt
+dt/app-defaults/es_ES.ISO8859-1/Dtbuilder
+dt/app-defaults/es_ES.ISO8859-1/Dtcalc
+dt/app-defaults/es_ES.ISO8859-1/Dtcm
+dt/app-defaults/es_ES.ISO8859-1/Dtcreate
+dt/app-defaults/es_ES.ISO8859-1/Dtfile
+dt/app-defaults/es_ES.ISO8859-1/Dthello
+dt/app-defaults/es_ES.ISO8859-1/Dthelpprint
+dt/app-defaults/es_ES.ISO8859-1/Dthelpview
+dt/app-defaults/es_ES.ISO8859-1/Dticon
+dt/app-defaults/es_ES.ISO8859-1/Dtimsstart
+dt/app-defaults/es_ES.ISO8859-1/Dtinfo
+dt/app-defaults/es_ES.ISO8859-1/Dtlogin
+dt/app-defaults/es_ES.ISO8859-1/Dtmail
+dt/app-defaults/es_ES.ISO8859-1/Dtpad
+dt/app-defaults/es_ES.ISO8859-1/Dtprintinfo
+dt/app-defaults/es_ES.ISO8859-1/Dtscreen
+dt/app-defaults/es_ES.ISO8859-1/Dtsession
+dt/app-defaults/es_ES.ISO8859-1/Dtstyle
+dt/app-defaults/es_ES.ISO8859-1/Dtterm
+dt/app-defaults/es_ES.ISO8859-1/Dtwm
+dt/app-defaults/fr_FR.ISO8859-1/Dt
+dt/app-defaults/fr_FR.ISO8859-1/Dtbuilder
+dt/app-defaults/fr_FR.ISO8859-1/Dtcalc
+dt/app-defaults/fr_FR.ISO8859-1/Dtcm
+dt/app-defaults/fr_FR.ISO8859-1/Dtcreate
+dt/app-defaults/fr_FR.ISO8859-1/Dtfile
+dt/app-defaults/fr_FR.ISO8859-1/Dthello
+dt/app-defaults/fr_FR.ISO8859-1/Dthelpprint
+dt/app-defaults/fr_FR.ISO8859-1/Dthelpview
+dt/app-defaults/fr_FR.ISO8859-1/Dticon
+dt/app-defaults/fr_FR.ISO8859-1/Dtimsstart
+dt/app-defaults/fr_FR.ISO8859-1/Dtinfo
+dt/app-defaults/fr_FR.ISO8859-1/Dtlogin
+dt/app-defaults/fr_FR.ISO8859-1/Dtmail
+dt/app-defaults/fr_FR.ISO8859-1/Dtpad
+dt/app-defaults/fr_FR.ISO8859-1/Dtprintinfo
+dt/app-defaults/fr_FR.ISO8859-1/Dtscreen
+dt/app-defaults/fr_FR.ISO8859-1/Dtsession
+dt/app-defaults/fr_FR.ISO8859-1/Dtstyle
+dt/app-defaults/fr_FR.ISO8859-1/Dtterm
+dt/app-defaults/fr_FR.ISO8859-1/Dtwm
+dt/app-defaults/it_IT.ISO8859-1/Dt
+dt/app-defaults/it_IT.ISO8859-1/Dtbuilder
+dt/app-defaults/it_IT.ISO8859-1/Dtcalc
+dt/app-defaults/it_IT.ISO8859-1/Dtcm
+dt/app-defaults/it_IT.ISO8859-1/Dtcreate
+dt/app-defaults/it_IT.ISO8859-1/Dtfile
+dt/app-defaults/it_IT.ISO8859-1/Dthello
+dt/app-defaults/it_IT.ISO8859-1/Dthelpprint
+dt/app-defaults/it_IT.ISO8859-1/Dthelpview
+dt/app-defaults/it_IT.ISO8859-1/Dticon
+dt/app-defaults/it_IT.ISO8859-1/Dtimsstart
+dt/app-defaults/it_IT.ISO8859-1/Dtinfo
+dt/app-defaults/it_IT.ISO8859-1/Dtlogin
+dt/app-defaults/it_IT.ISO8859-1/Dtmail
+dt/app-defaults/it_IT.ISO8859-1/Dtpad
+dt/app-defaults/it_IT.ISO8859-1/Dtprintinfo
+dt/app-defaults/it_IT.ISO8859-1/Dtscreen
+dt/app-defaults/it_IT.ISO8859-1/Dtsession
+dt/app-defaults/it_IT.ISO8859-1/Dtstyle
+dt/app-defaults/it_IT.ISO8859-1/Dtterm
+dt/app-defaults/it_IT.ISO8859-1/Dtwm
+dt/appconfig/appmanager/C/Desktop_Apps/DtLoadInfoLib
+dt/appconfig/appmanager/C/Desktop_Apps/DtPrintManager
+dt/appconfig/appmanager/C/Desktop_Apps/Dtappbuild
+dt/appconfig/appmanager/C/Desktop_Apps/Dtcalc
+dt/appconfig/appmanager/C/Desktop_Apps/Dtcm
+dt/appconfig/appmanager/C/Desktop_Apps/Dtcreate
+dt/appconfig/appmanager/C/Desktop_Apps/Dtfile
+dt/appconfig/appmanager/C/Desktop_Apps/Dthelpview
+dt/appconfig/appmanager/C/Desktop_Apps/Dticon
+dt/appconfig/appmanager/C/Desktop_Apps/Dtmail
+dt/appconfig/appmanager/C/Desktop_Apps/Dtmanpageview
+dt/appconfig/appmanager/C/Desktop_Apps/Dtpad
+dt/appconfig/appmanager/C/Desktop_Apps/Dtstyle
+dt/appconfig/appmanager/C/Desktop_Apps/Dtterm
+dt/appconfig/appmanager/C/Desktop_Apps/Dttrash
+dt/appconfig/appmanager/C/Desktop_Tools/Bitmap
+dt/appconfig/appmanager/C/Desktop_Tools/CodeGen
+dt/appconfig/appmanager/C/Desktop_Tools/Compress
+dt/appconfig/appmanager/C/Desktop_Tools/Df
+dt/appconfig/appmanager/C/Desktop_Tools/Diff
+dt/appconfig/appmanager/C/Desktop_Tools/DtImsMode
+dt/appconfig/appmanager/C/Desktop_Tools/DttermConsole
+dt/appconfig/appmanager/C/Desktop_Tools/DttermDtspcd
+dt/appconfig/appmanager/C/Desktop_Tools/DttermErrorlog
+dt/appconfig/appmanager/C/Desktop_Tools/DttermRlogin
+dt/appconfig/appmanager/C/Desktop_Tools/Dttypes
+dt/appconfig/appmanager/C/Desktop_Tools/DtwmrcEdit
+dt/appconfig/appmanager/C/Desktop_Tools/DuSort
+dt/appconfig/appmanager/C/Desktop_Tools/Env
+dt/appconfig/appmanager/C/Desktop_Tools/ExecuteCmd
+dt/appconfig/appmanager/C/Desktop_Tools/File
+dt/appconfig/appmanager/C/Desktop_Tools/Grep
+dt/appconfig/appmanager/C/Desktop_Tools/Make
+dt/appconfig/appmanager/C/Desktop_Tools/Nm
+dt/appconfig/appmanager/C/Desktop_Tools/ReloadActions
+dt/appconfig/appmanager/C/Desktop_Tools/ReloadApps
+dt/appconfig/appmanager/C/Desktop_Tools/ReloadResources
+dt/appconfig/appmanager/C/Desktop_Tools/RestorePanel
+dt/appconfig/appmanager/C/Desktop_Tools/Rm
+dt/appconfig/appmanager/C/Desktop_Tools/SaveSession
+dt/appconfig/appmanager/C/Desktop_Tools/Spell
+dt/appconfig/appmanager/C/Desktop_Tools/Tar
+dt/appconfig/appmanager/C/Desktop_Tools/TarList
+dt/appconfig/appmanager/C/Desktop_Tools/TarUnpack
+dt/appconfig/appmanager/C/Desktop_Tools/Uncompress
+dt/appconfig/appmanager/C/Desktop_Tools/Vi
+dt/appconfig/appmanager/C/Desktop_Tools/Wc
+dt/appconfig/appmanager/C/Desktop_Tools/Xclipboard
+dt/appconfig/appmanager/C/Desktop_Tools/XclockDig
+dt/appconfig/appmanager/C/Desktop_Tools/Xdpyinfo
+dt/appconfig/appmanager/C/Desktop_Tools/Xfd
+dt/appconfig/appmanager/C/Desktop_Tools/Xload
+dt/appconfig/appmanager/C/Desktop_Tools/Xlsfonts
+dt/appconfig/appmanager/C/Desktop_Tools/Xprop
+dt/appconfig/appmanager/C/Desktop_Tools/Xrefresh
+dt/appconfig/appmanager/C/Desktop_Tools/Xterm
+dt/appconfig/appmanager/C/Desktop_Tools/XtermDtspcd
+dt/appconfig/appmanager/C/Desktop_Tools/XtermRlogin
+dt/appconfig/appmanager/C/Desktop_Tools/Xwd
+dt/appconfig/appmanager/C/Desktop_Tools/Xwininfo
+dt/appconfig/appmanager/C/Desktop_Tools/Xwud
+dt/appconfig/appmanager/C/Information/OpenDtIntro
+dt/appconfig/appmanager/C/Information/README
+dt/appconfig/appmanager/C/System_Admin/README
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/DtLoadInfoLib
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/DtPrintManager
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtappbuild
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcalc
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcm
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcreate
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtfile
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dthelpview
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dticon
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtmail
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtmanpageview
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtpad
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtstyle
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtterm
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dttrash
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Bitmap
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Compress
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Df
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Diff
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DtImsMode
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermConsole
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermDtspcd
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermErrorlog
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermRlogin
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Dttypes
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DtwmrcEdit
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DuSort
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Env
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ExecuteCmd
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/File
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Grep
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Make
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Nm
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadActions
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadApps
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadResources
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/RestorePanel
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Rm
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/SaveSession
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Spell
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Tar
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/TarList
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/TarUnpack
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Uncompress
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Vi
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Wc
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xclipboard
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XclockDig
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xdpyinfo
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xfd
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xload
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xlsfonts
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xprop
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xrefresh
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xterm
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XtermDtspcd
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XtermRlogin
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwd
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwininfo
+dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwud
+dt/appconfig/appmanager/de_DE.ISO8859-1/Information/OpenDtIntro
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/DtLoadInfoLib
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/DtPrintManager
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtappbuild
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcalc
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcm
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcreate
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtfile
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dthelpview
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dticon
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtmail
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtmanpageview
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtpad
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtstyle
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtterm
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dttrash
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Bitmap
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Compress
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Df
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Diff
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DtImsMode
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermConsole
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermDtspcd
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermErrorlog
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermRlogin
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Dttypes
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DtwmrcEdit
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DuSort
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Env
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ExecuteCmd
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/File
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Grep
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Make
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Nm
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadActions
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadApps
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadResources
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/RestorePanel
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Rm
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/SaveSession
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Spell
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Tar
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/TarList
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/TarUnpack
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Uncompress
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Vi
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Wc
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xclipboard
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XclockDig
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xdpyinfo
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xfd
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xload
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xlsfonts
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xprop
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xrefresh
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xterm
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XtermDtspcd
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XtermRlogin
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwd
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwininfo
+dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwud
+dt/appconfig/appmanager/es_ES.ISO8859-1/Information/OpenDtIntro
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/DtLoadInfoLib
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/DtPrintManager
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtappbuild
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcalc
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcm
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcreate
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtfile
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dthelpview
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dticon
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtmail
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtmanpageview
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtpad
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtstyle
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtterm
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dttrash
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Bitmap
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Compress
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Df
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Diff
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DtImsMode
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermConsole
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermDtspcd
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermErrorlog
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermRlogin
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Dttypes
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DtwmrcEdit
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DuSort
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Env
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ExecuteCmd
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/File
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Grep
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Make
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Nm
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadActions
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadApps
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadResources
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/RestorePanel
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Rm
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/SaveSession
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Spell
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Tar
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/TarList
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/TarUnpack
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Uncompress
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Vi
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Wc
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xclipboard
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XclockDig
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xdpyinfo
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xfd
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xload
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xlsfonts
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xprop
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xrefresh
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xterm
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XtermDtspcd
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XtermRlogin
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwd
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwininfo
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwud
+dt/appconfig/appmanager/fr_FR.ISO8859-1/Information/OpenDtIntro
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/DtLoadInfoLib
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/DtPrintManager
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtappbuild
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcalc
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcm
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcreate
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtfile
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dthelpview
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dticon
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtmail
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtmanpageview
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtpad
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtstyle
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtterm
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dttrash
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Bitmap
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Compress
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Df
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Diff
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DtImsMode
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermConsole
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermDtspcd
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermErrorlog
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermRlogin
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Dttypes
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DtwmrcEdit
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DuSort
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Env
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ExecuteCmd
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/File
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Grep
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Make
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Nm
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadActions
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadApps
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadResources
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/RestorePanel
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Rm
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/SaveSession
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Spell
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Tar
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/TarList
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/TarUnpack
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Uncompress
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Vi
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Wc
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xclipboard
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XclockDig
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xdpyinfo
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xfd
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xload
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xlsfonts
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xprop
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xrefresh
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xterm
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XtermDtspcd
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XtermRlogin
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwd
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwininfo
+dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwud
+dt/appconfig/appmanager/it_IT.ISO8859-1/Information/OpenDtIntro
+dt/appconfig/help/C/AppBuilder.sdl
+dt/appconfig/help/C/AppBuilder/graphics/abicon.pm
+dt/appconfig/help/C/AppBuilder/graphics/align.tif
+dt/appconfig/help/C/AppBuilder/graphics/attbot.tif
+dt/appconfig/help/C/AppBuilder/graphics/attcent.tif
+dt/appconfig/help/C/AppBuilder/graphics/atted.tif
+dt/appconfig/help/C/AppBuilder/graphics/attnone.tif
+dt/appconfig/help/C/AppBuilder/graphics/attprcent.tif
+dt/appconfig/help/C/AppBuilder/graphics/attprtop.tif
+dt/appconfig/help/C/AppBuilder/graphics/atttop.tif
+dt/appconfig/help/C/AppBuilder/graphics/atttwo.tif
+dt/appconfig/help/C/AppBuilder/graphics/basewin.pm
+dt/appconfig/help/C/AppBuilder/graphics/browser.tif
+dt/appconfig/help/C/AppBuilder/graphics/button.tif
+dt/appconfig/help/C/AppBuilder/graphics/cgoption.tif
+dt/appconfig/help/C/AppBuilder/graphics/cgoptmen.tif
+dt/appconfig/help/C/AppBuilder/graphics/checkbox.tif
+dt/appconfig/help/C/AppBuilder/graphics/codegen.tif
+dt/appconfig/help/C/AppBuilder/graphics/color.tif
+dt/appconfig/help/C/AppBuilder/graphics/combobox.tif
+dt/appconfig/help/C/AppBuilder/graphics/conned.tif
+dt/appconfig/help/C/AppBuilder/graphics/contain.pm
+dt/appconfig/help/C/AppBuilder/graphics/cpanel.tif
+dt/appconfig/help/C/AppBuilder/graphics/cpanelio.tif
+dt/appconfig/help/C/AppBuilder/graphics/custicon.tif
+dt/appconfig/help/C/AppBuilder/graphics/dapane.tif
+dt/appconfig/help/C/AppBuilder/graphics/dareaio.tif
+dt/appconfig/help/C/AppBuilder/graphics/distmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/dnded.tif
+dt/appconfig/help/C/AppBuilder/graphics/drawarea.pm
+dt/appconfig/help/C/AppBuilder/graphics/dropcust.tif
+dt/appconfig/help/C/AppBuilder/graphics/dropfile.tif
+dt/appconfig/help/C/AppBuilder/graphics/dropmain.tif
+dt/appconfig/help/C/AppBuilder/graphics/drwareai.tif
+dt/appconfig/help/C/AppBuilder/graphics/edit.tif
+dt/appconfig/help/C/AppBuilder/graphics/editmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/edsep.tif
+dt/appconfig/help/C/AppBuilder/graphics/edsmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/environ.tif
+dt/appconfig/help/C/AppBuilder/graphics/eunsaved.tif
+dt/appconfig/help/C/AppBuilder/graphics/execute.tif
+dt/appconfig/help/C/AppBuilder/graphics/file.tif
+dt/appconfig/help/C/AppBuilder/graphics/filemenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/fmenutop.tif
+dt/appconfig/help/C/AppBuilder/graphics/fpwab.tif
+dt/appconfig/help/C/AppBuilder/graphics/frmwrked.tif
+dt/appconfig/help/C/AppBuilder/graphics/fsb.pm
+dt/appconfig/help/C/AppBuilder/graphics/fsdio.tif
+dt/appconfig/help/C/AppBuilder/graphics/fsdopen.tif
+dt/appconfig/help/C/AppBuilder/graphics/group.tif
+dt/appconfig/help/C/AppBuilder/graphics/grouped.tif
+dt/appconfig/help/C/AppBuilder/graphics/guage.tif
+dt/appconfig/help/C/AppBuilder/graphics/helped.tif
+dt/appconfig/help/C/AppBuilder/graphics/helpmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/label.tif
+dt/appconfig/help/C/AppBuilder/graphics/layout.tif
+dt/appconfig/help/C/AppBuilder/graphics/maincall.tif
+dt/appconfig/help/C/AppBuilder/graphics/mainwin.tif
+dt/appconfig/help/C/AppBuilder/graphics/mainwio.tif
+dt/appconfig/help/C/AppBuilder/graphics/menubar.tif
+dt/appconfig/help/C/AppBuilder/graphics/menubart.tif
+dt/appconfig/help/C/AppBuilder/graphics/menubut.tif
+dt/appconfig/help/C/AppBuilder/graphics/message.tif
+dt/appconfig/help/C/AppBuilder/graphics/modarray.tif
+dt/appconfig/help/C/AppBuilder/graphics/modebar.tif
+dt/appconfig/help/C/AppBuilder/graphics/modmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/msged.tif
+dt/appconfig/help/C/AppBuilder/graphics/mwcpage.tif
+dt/appconfig/help/C/AppBuilder/graphics/namemod.tif
+dt/appconfig/help/C/AppBuilder/graphics/nameproj.tif
+dt/appconfig/help/C/AppBuilder/graphics/objinfo.tif
+dt/appconfig/help/C/AppBuilder/graphics/optmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/palette.tif
+dt/appconfig/help/C/AppBuilder/graphics/panes.tif
+dt/appconfig/help/C/AppBuilder/graphics/popbrowse.tif
+dt/appconfig/help/C/AppBuilder/graphics/popui.tif
+dt/appconfig/help/C/AppBuilder/graphics/popupwin.pm
+dt/appconfig/help/C/AppBuilder/graphics/projmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/projorg.tif
+dt/appconfig/help/C/AppBuilder/graphics/punsaved.tif
+dt/appconfig/help/C/AppBuilder/graphics/pwedpane.tif
+dt/appconfig/help/C/AppBuilder/graphics/radiobox.tif
+dt/appconfig/help/C/AppBuilder/graphics/scale.tif
+dt/appconfig/help/C/AppBuilder/graphics/scrlist.tif
+dt/appconfig/help/C/AppBuilder/graphics/separat.tif
+dt/appconfig/help/C/AppBuilder/graphics/spinbox.tif
+dt/appconfig/help/C/AppBuilder/graphics/termp.tif
+dt/appconfig/help/C/AppBuilder/graphics/termpi.pm
+dt/appconfig/help/C/AppBuilder/graphics/termpio.tif
+dt/appconfig/help/C/AppBuilder/graphics/textp.tif
+dt/appconfig/help/C/AppBuilder/graphics/textpi.pm
+dt/appconfig/help/C/AppBuilder/graphics/textpio.tif
+dt/appconfig/help/C/AppBuilder/graphics/tfield.tif
+dt/appconfig/help/C/AppBuilder/graphics/titlebar.tif
+dt/appconfig/help/C/AppBuilder/graphics/unsaved.tif
+dt/appconfig/help/C/AppBuilder/graphics/view.tif
+dt/appconfig/help/C/AppBuilder/graphics/viewmenu.tif
+dt/appconfig/help/C/AppBuilder/graphics/viewmods.tif
+dt/appconfig/help/C/AppBuilder/graphics/windows.tif
+dt/appconfig/help/C/Appmanager.sdl
+dt/appconfig/help/C/Appmanager/graphics/actions.tif
+dt/appconfig/help/C/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/C/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/C/Appmanager/graphics/appman.tif
+dt/appconfig/help/C/Appmanager/graphics/control.tif
+dt/appconfig/help/C/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/C/Appmanager/graphics/filename.tif
+dt/appconfig/help/C/Appmanager/graphics/filter.tif
+dt/appconfig/help/C/Appmanager/graphics/help.tif
+dt/appconfig/help/C/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/C/Appmanager/graphics/movefile.tif
+dt/appconfig/help/C/Appmanager/graphics/newfile.tif
+dt/appconfig/help/C/Appmanager/graphics/newfold.tif
+dt/appconfig/help/C/Appmanager/graphics/openfile.tif
+dt/appconfig/help/C/Calculator.sdl
+dt/appconfig/help/C/Calculator/graphics/calcarea.tif
+dt/appconfig/help/C/Calculator/graphics/calcpop.tif
+dt/appconfig/help/C/Calculator/graphics/constant.tif
+dt/appconfig/help/C/Calculator/graphics/dispmode.tif
+dt/appconfig/help/C/Calculator/graphics/finregs.tif
+dt/appconfig/help/C/Calculator/graphics/getascii.tif
+dt/appconfig/help/C/Calculator/graphics/memregs.tif
+dt/appconfig/help/C/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/C/Calculator/graphics/nconst1.tif
+dt/appconfig/help/C/Calculator/graphics/nconst2.tif
+dt/appconfig/help/C/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/C/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/C/Calculator/graphics/numbase.tif
+dt/appconfig/help/C/Calculator/graphics/trigbase.tif
+dt/appconfig/help/C/Calendar.sdl
+dt/appconfig/help/C/Calendar/graphics/accesalt.tif
+dt/appconfig/help/C/Calendar/graphics/access.tif
+dt/appconfig/help/C/Calendar/graphics/apped.tif
+dt/appconfig/help/C/Calendar/graphics/appedpln.tif
+dt/appconfig/help/C/Calendar/graphics/appicon.tif
+dt/appconfig/help/C/Calendar/graphics/applist.tif
+dt/appconfig/help/C/Calendar/graphics/appopts.tif
+dt/appconfig/help/C/Calendar/graphics/browmenu.tif
+dt/appconfig/help/C/Calendar/graphics/calparts.tif
+dt/appconfig/help/C/Calendar/graphics/compare.tif
+dt/appconfig/help/C/Calendar/graphics/datefmt.tif
+dt/appconfig/help/C/Calendar/graphics/dayicon.tif
+dt/appconfig/help/C/Calendar/graphics/dayvw.tif
+dt/appconfig/help/C/Calendar/graphics/defaults.tif
+dt/appconfig/help/C/Calendar/graphics/display.tif
+dt/appconfig/help/C/Calendar/graphics/editmenu.tif
+dt/appconfig/help/C/Calendar/graphics/erroradv.tif
+dt/appconfig/help/C/Calendar/graphics/errordaf.tif
+dt/appconfig/help/C/Calendar/graphics/errormif.tif
+dt/appconfig/help/C/Calendar/graphics/filemenu.tif
+dt/appconfig/help/C/Calendar/graphics/find.tif
+dt/appconfig/help/C/Calendar/graphics/fpanel.tif
+dt/appconfig/help/C/Calendar/graphics/goto.tif
+dt/appconfig/help/C/Calendar/graphics/group.tif
+dt/appconfig/help/C/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/C/Calendar/graphics/menuedit.tif
+dt/appconfig/help/C/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/C/Calendar/graphics/monthvw.tif
+dt/appconfig/help/C/Calendar/graphics/nextvw.tif
+dt/appconfig/help/C/Calendar/graphics/options.tif
+dt/appconfig/help/C/Calendar/graphics/prevvw.tif
+dt/appconfig/help/C/Calendar/graphics/print.tif
+dt/appconfig/help/C/Calendar/graphics/printer.tif
+dt/appconfig/help/C/Calendar/graphics/schedapp.tif
+dt/appconfig/help/C/Calendar/graphics/shwother.tif
+dt/appconfig/help/C/Calendar/graphics/standaln.tif
+dt/appconfig/help/C/Calendar/graphics/timezone.tif
+dt/appconfig/help/C/Calendar/graphics/today.tif
+dt/appconfig/help/C/Calendar/graphics/todoed.tif
+dt/appconfig/help/C/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/C/Calendar/graphics/todoicon.tif
+dt/appconfig/help/C/Calendar/graphics/todolist.tif
+dt/appconfig/help/C/Calendar/graphics/toolbar.tif
+dt/appconfig/help/C/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/C/Calendar/graphics/weekicon.tif
+dt/appconfig/help/C/Calendar/graphics/weekvw.tif
+dt/appconfig/help/C/Calendar/graphics/yearicon.tif
+dt/appconfig/help/C/Calendar/graphics/yearvw.tif
+dt/appconfig/help/C/CreatAct.sdl
+dt/appconfig/help/C/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/C/CreatAct/graphics/advance.tif
+dt/appconfig/help/C/CreatAct/graphics/create.tif
+dt/appconfig/help/C/CreatAct/graphics/findset.tif
+dt/appconfig/help/C/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/C/CreatAct/graphics/idname.tif
+dt/appconfig/help/C/CreatAct/graphics/idperm.tif
+dt/appconfig/help/C/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/C/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/C/Desktop.hf
+dt/appconfig/help/C/DesktopIntro.hf
+dt/appconfig/help/C/FPanel.sdl
+dt/appconfig/help/C/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/C/FPanel/graphics/clock.pm
+dt/appconfig/help/C/FPanel/graphics/copymain.tif
+dt/appconfig/help/C/FPanel/graphics/date.pm
+dt/appconfig/help/C/FPanel/graphics/editor.pm
+dt/appconfig/help/C/FPanel/graphics/exit.pm
+dt/appconfig/help/C/FPanel/graphics/filemgr.pm
+dt/appconfig/help/C/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/C/FPanel/graphics/fphelp.pm
+dt/appconfig/help/C/FPanel/graphics/fpico.tif
+dt/appconfig/help/C/FPanel/graphics/fponitem.pm
+dt/appconfig/help/C/FPanel/graphics/helpintr.pm
+dt/appconfig/help/C/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/C/FPanel/graphics/iconedit.pm
+dt/appconfig/help/C/FPanel/graphics/install.pm
+dt/appconfig/help/C/FPanel/graphics/light.pm
+dt/appconfig/help/C/FPanel/graphics/lock.pm
+dt/appconfig/help/C/FPanel/graphics/mail.pm
+dt/appconfig/help/C/FPanel/graphics/mainfp.tif
+dt/appconfig/help/C/FPanel/graphics/mainsub.tif
+dt/appconfig/help/C/FPanel/graphics/minimize.tif
+dt/appconfig/help/C/FPanel/graphics/movehand.tif
+dt/appconfig/help/C/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/C/FPanel/graphics/persapps.pm
+dt/appconfig/help/C/FPanel/graphics/popupctl.tif
+dt/appconfig/help/C/FPanel/graphics/popupsub.tif
+dt/appconfig/help/C/FPanel/graphics/popupswi.tif
+dt/appconfig/help/C/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/C/FPanel/graphics/printer.pm
+dt/appconfig/help/C/FPanel/graphics/printmgr.pm
+dt/appconfig/help/C/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/C/FPanel/graphics/smallinf.tif
+dt/appconfig/help/C/FPanel/graphics/smallprt.pm
+dt/appconfig/help/C/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/C/FPanel/graphics/subclose.tif
+dt/appconfig/help/C/FPanel/graphics/terminal.pm
+dt/appconfig/help/C/FPanel/graphics/trash.pm
+dt/appconfig/help/C/FPanel/graphics/wholefp.tif
+dt/appconfig/help/C/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/C/Filemgr.sdl
+dt/appconfig/help/C/Filemgr/graphics/chdir.tif
+dt/appconfig/help/C/Filemgr/graphics/copy.tif
+dt/appconfig/help/C/Filemgr/graphics/copydir.tif
+dt/appconfig/help/C/Filemgr/graphics/copylink.tif
+dt/appconfig/help/C/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/C/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/C/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/C/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/C/Filemgr/graphics/create.tif
+dt/appconfig/help/C/Filemgr/graphics/createf.tif
+dt/appconfig/help/C/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/C/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/C/Filemgr/graphics/filter.tif
+dt/appconfig/help/C/Filemgr/graphics/find.tif
+dt/appconfig/help/C/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/C/Filemgr/graphics/move.tif
+dt/appconfig/help/C/Filemgr/graphics/multicol.tif
+dt/appconfig/help/C/Filemgr/graphics/overview.tif
+dt/appconfig/help/C/Filemgr/graphics/preferen.tif
+dt/appconfig/help/C/Filemgr/graphics/property.tif
+dt/appconfig/help/C/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/C/Filemgr/graphics/rename.tif
+dt/appconfig/help/C/Filemgr/graphics/replace.tif
+dt/appconfig/help/C/Filemgr/graphics/selected.tif
+dt/appconfig/help/C/Help4Help.sdl
+dt/appconfig/help/C/Help4Help/graphics/execute.tif
+dt/appconfig/help/C/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/C/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/C/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/C/Help4Help/graphics/helporg.tif
+dt/appconfig/help/C/Help4Help/graphics/history.tif
+dt/appconfig/help/C/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/C/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/C/Help4Help/graphics/home.tif
+dt/appconfig/help/C/Help4Help/graphics/iderr.tif
+dt/appconfig/help/C/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/C/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/C/Help4Help/graphics/indextop.tif
+dt/appconfig/help/C/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/C/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/C/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/C/Help4Help/graphics/search.tif
+dt/appconfig/help/C/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/C/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/C/Help4Help/graphics/topics.tif
+dt/appconfig/help/C/Help4Help/graphics/volerr.tif
+dt/appconfig/help/C/Iconed.sdl
+dt/appconfig/help/C/Iconed/graphics/circle.pm
+dt/appconfig/help/C/Iconed/graphics/ellipse.pm
+dt/appconfig/help/C/Iconed/graphics/erase.pm
+dt/appconfig/help/C/Iconed/graphics/flood.pm
+dt/appconfig/help/C/Iconed/graphics/line.pm
+dt/appconfig/help/C/Iconed/graphics/main.tif
+dt/appconfig/help/C/Iconed/graphics/pencil.pm
+dt/appconfig/help/C/Iconed/graphics/polygon.pm
+dt/appconfig/help/C/Iconed/graphics/polyline.pm
+dt/appconfig/help/C/Iconed/graphics/rectang.pm
+dt/appconfig/help/C/Iconed/graphics/select.pm
+dt/appconfig/help/C/Infomgr.sdl
+dt/appconfig/help/C/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/C/Infomgr/graphics/addlib.tif
+dt/appconfig/help/C/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/C/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/C/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/C/Infomgr/graphics/bknote.tif
+dt/appconfig/help/C/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/C/Infomgr/graphics/confirm.tif
+dt/appconfig/help/C/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/C/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/C/Infomgr/graphics/display.tif
+dt/appconfig/help/C/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/C/Infomgr/graphics/fpico.tif
+dt/appconfig/help/C/Infomgr/graphics/gmap.tif
+dt/appconfig/help/C/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/C/Infomgr/graphics/graffile.tif
+dt/appconfig/help/C/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/C/Infomgr/graphics/grafview.tif
+dt/appconfig/help/C/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/C/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/C/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/histlist.tif
+dt/appconfig/help/C/Infomgr/graphics/histpref.tif
+dt/appconfig/help/C/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/C/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/C/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/C/Infomgr/graphics/infosub.tif
+dt/appconfig/help/C/Infomgr/graphics/mappref.tif
+dt/appconfig/help/C/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/C/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/C/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/C/Infomgr/graphics/openloca.tif
+dt/appconfig/help/C/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/C/Infomgr/graphics/printer.tif
+dt/appconfig/help/C/Infomgr/graphics/printwin.tif
+dt/appconfig/help/C/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/C/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/C/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/C/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/C/Infomgr/graphics/qedit.tif
+dt/appconfig/help/C/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/C/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/C/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/C/Infomgr/graphics/savescop.tif
+dt/appconfig/help/C/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/C/Infomgr/graphics/searchin.tif
+dt/appconfig/help/C/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/C/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/C/Infomgr/graphics/serchres.tif
+dt/appconfig/help/C/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/C/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/C/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/C/Intromgr.sdl
+dt/appconfig/help/C/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/C/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/C/Intromgr/graphics/bklist.tif
+dt/appconfig/help/C/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/C/Intromgr/graphics/click1.tif
+dt/appconfig/help/C/Intromgr/graphics/drag1.tif
+dt/appconfig/help/C/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/C/Intromgr/graphics/focus.tif
+dt/appconfig/help/C/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/C/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/C/Intromgr/graphics/fpico.tif
+dt/appconfig/help/C/Intromgr/graphics/fplock.tif
+dt/appconfig/help/C/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/C/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/C/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/C/Intromgr/graphics/hticons.tif
+dt/appconfig/help/C/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/C/Intromgr/graphics/infosub.tif
+dt/appconfig/help/C/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/C/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/C/Intromgr/graphics/listsel.tif
+dt/appconfig/help/C/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/C/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/C/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/C/Intromgr/graphics/menubut.tif
+dt/appconfig/help/C/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/C/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/C/Intromgr/graphics/minbut.tif
+dt/appconfig/help/C/Intromgr/graphics/minimize.pm
+dt/appconfig/help/C/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/C/Intromgr/graphics/movewin.tif
+dt/appconfig/help/C/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/C/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/C/Intromgr/graphics/readwin.tif
+dt/appconfig/help/C/Intromgr/graphics/resize.tif
+dt/appconfig/help/C/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/C/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/C/Intromgr/graphics/screen.pm
+dt/appconfig/help/C/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/C/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/C/Intromgr/graphics/selected.tif
+dt/appconfig/help/C/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/C/Intromgr/graphics/switchws.tif
+dt/appconfig/help/C/Intromgr/graphics/textfld.tif
+dt/appconfig/help/C/Intromgr/graphics/threebut.tif
+dt/appconfig/help/C/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/C/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/C/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/C/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/C/LibDtPrint.sdl
+dt/appconfig/help/C/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/C/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/C/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/C/Loginmgr.sdl
+dt/appconfig/help/C/Mailer.sdl
+dt/appconfig/help/C/Mailer/graphics/advopts.tif
+dt/appconfig/help/C/Mailer/graphics/aliopts.tif
+dt/appconfig/help/C/Mailer/graphics/attach.tif
+dt/appconfig/help/C/Mailer/graphics/attfsb.tif
+dt/appconfig/help/C/Mailer/graphics/attmenu.tif
+dt/appconfig/help/C/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/C/Mailer/graphics/compatt.tif
+dt/appconfig/help/C/Mailer/graphics/compbut.tif
+dt/appconfig/help/C/Mailer/graphics/compedit.tif
+dt/appconfig/help/C/Mailer/graphics/compfile.tif
+dt/appconfig/help/C/Mailer/graphics/compfmt.tif
+dt/appconfig/help/C/Mailer/graphics/compmenu.tif
+dt/appconfig/help/C/Mailer/graphics/compopts.tif
+dt/appconfig/help/C/Mailer/graphics/compwin.tif
+dt/appconfig/help/C/Mailer/graphics/editmenu.tif
+dt/appconfig/help/C/Mailer/graphics/fileopts.tif
+dt/appconfig/help/C/Mailer/graphics/hdropts.tif
+dt/appconfig/help/C/Mailer/graphics/headers.tif
+dt/appconfig/help/C/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/C/Mailer/graphics/mailbox.tif
+dt/appconfig/help/C/Mailer/graphics/mailicon.tif
+dt/appconfig/help/C/Mailer/graphics/mainwin.tif
+dt/appconfig/help/C/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/C/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/C/Mailer/graphics/movemenu.tif
+dt/appconfig/help/C/Mailer/graphics/mprndial.tif
+dt/appconfig/help/C/Mailer/graphics/mprnops.tif
+dt/appconfig/help/C/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/C/Mailer/graphics/msgvw.tif
+dt/appconfig/help/C/Mailer/graphics/options.tif
+dt/appconfig/help/C/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/C/Mailer/graphics/vacopts.tif
+dt/appconfig/help/C/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/C/Mailer/graphics/viewopts.tif
+dt/appconfig/help/C/Printmgr.sdl
+dt/appconfig/help/C/Printmgr/graphics/dojob.tif
+dt/appconfig/help/C/Printmgr/graphics/find.tif
+dt/appconfig/help/C/Printmgr/graphics/findset.tif
+dt/appconfig/help/C/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/C/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/C/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/C/Printmgr/graphics/minus.pm
+dt/appconfig/help/C/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/C/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/C/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/C/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/C/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/C/Printmgr/graphics/plus.pm
+dt/appconfig/help/C/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/C/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/C/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/C/Printmgr/graphics/props.tif
+dt/appconfig/help/C/Printmgr/graphics/prticon.pm
+dt/appconfig/help/C/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/C/Printmgr/graphics/showprt.tif
+dt/appconfig/help/C/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/C/PrnSetup.sdl
+dt/appconfig/help/C/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/C/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/C/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/C/Stylemgr.sdl
+dt/appconfig/help/C/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/C/Stylemgr/graphics/audio.pm
+dt/appconfig/help/C/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/C/Stylemgr/graphics/color.pm
+dt/appconfig/help/C/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/C/Stylemgr/graphics/font.pm
+dt/appconfig/help/C/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/C/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/C/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/C/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/C/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/C/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/startup.pm
+dt/appconfig/help/C/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/C/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/C/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/C/Terminal.sdl
+dt/appconfig/help/C/Terminal/graphics/bell.tif
+dt/appconfig/help/C/Terminal/graphics/color.tif
+dt/appconfig/help/C/Terminal/graphics/cursor.tif
+dt/appconfig/help/C/Terminal/graphics/fpterm.tif
+dt/appconfig/help/C/Terminal/graphics/globopts.tif
+dt/appconfig/help/C/Terminal/graphics/keyboard.tif
+dt/appconfig/help/C/Terminal/graphics/open.tif
+dt/appconfig/help/C/Terminal/graphics/options.tif
+dt/appconfig/help/C/Terminal/graphics/prompt.tif
+dt/appconfig/help/C/Terminal/graphics/screen.tif
+dt/appconfig/help/C/Terminal/graphics/scroll.tif
+dt/appconfig/help/C/Textedit.sdl
+dt/appconfig/help/C/Textedit/graphics/button.tif
+dt/appconfig/help/C/Textedit/graphics/confirm.tif
+dt/appconfig/help/C/Textedit/graphics/copy.tif
+dt/appconfig/help/C/Textedit/graphics/create.tif
+dt/appconfig/help/C/Textedit/graphics/exists.tif
+dt/appconfig/help/C/Textedit/graphics/find.tif
+dt/appconfig/help/C/Textedit/graphics/include.tif
+dt/appconfig/help/C/Textedit/graphics/open.tif
+dt/appconfig/help/C/Textedit/graphics/print.tif
+dt/appconfig/help/C/Textedit/graphics/save.tif
+dt/appconfig/help/C/Textedit/graphics/saveas.tif
+dt/appconfig/help/C/Textedit/graphics/settings.tif
+dt/appconfig/help/C/Textedit/graphics/spell.tif
+dt/appconfig/help/C/Textedit/graphics/status.tif
+dt/appconfig/help/C/Textedit/graphics/subpanel.tif
+dt/appconfig/help/C/Textedit/graphics/window.tif
+dt/appconfig/help/C/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/C/graphics/cauticon.pm
+dt/appconfig/help/C/graphics/cdelogo.pm
+dt/appconfig/help/C/graphics/noteicon.pm
+dt/appconfig/help/C/graphics/warnicon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/actions.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/appman.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/control.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/filename.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/filter.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/help.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/movefile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/newfile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/newfold.tif
+dt/appconfig/help/de_DE.ISO8859-1/Appmanager/graphics/openfile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/calcarea.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/calcpop.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/constant.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/dispmode.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/finregs.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/getascii.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/memregs.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/nconst1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/nconst2.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/numbase.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calculator/graphics/trigbase.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/accesalt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/access.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/apped.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/appedpln.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/appicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/applist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/appopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/browmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/calparts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/compare.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/datefmt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/dayicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/dayvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/defaults.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/display.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/editmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/erroradv.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/errordaf.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/errormif.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/filemenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/find.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/fpanel.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/goto.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/group.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/menuedit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/monthvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/nextvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/options.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/prevvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/print.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/printer.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/schedapp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/shwother.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/standaln.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/timezone.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/today.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/todoed.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/todoicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/todolist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/toolbar.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/weekicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/weekvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/yearicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Calendar/graphics/yearvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct.sdl
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/advance.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/create.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/findset.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/idname.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/idperm.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/de_DE.ISO8859-1/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Desktop.hf
+dt/appconfig/help/de_DE.ISO8859-1/DesktopIntro.hf
+dt/appconfig/help/de_DE.ISO8859-1/FPanel.sdl
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/clock.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/copymain.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/date.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/editor.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/exit.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/filemgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/fphelp.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/fpico.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/fponitem.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/helpintr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/iconedit.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/install.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/light.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/lock.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/mail.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/mainfp.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/mainsub.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/minimize.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/movehand.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/persapps.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/popupctl.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/popupsub.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/popupswi.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/printer.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/printmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/smallinf.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/smallprt.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/subclose.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/terminal.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/trash.pm
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/wholefp.tif
+dt/appconfig/help/de_DE.ISO8859-1/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/chdir.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/copy.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/copydir.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/copylink.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/create.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/createf.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/filter.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/find.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/move.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/multicol.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/overview.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/preferen.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/property.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/rename.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/replace.tif
+dt/appconfig/help/de_DE.ISO8859-1/Filemgr/graphics/selected.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/execute.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/helporg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/history.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/home.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/iderr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/indextop.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/search.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/topics.tif
+dt/appconfig/help/de_DE.ISO8859-1/Help4Help/graphics/volerr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Iconed.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/circle.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/ellipse.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/erase.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/flood.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/line.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/main.tif
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/pencil.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/polygon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/polyline.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/rectang.pm
+dt/appconfig/help/de_DE.ISO8859-1/Iconed/graphics/select.pm
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/addlib.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/bknote.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/confirm.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/display.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/fpico.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/gmap.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/graffile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/grafview.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/histlist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/histpref.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/infosub.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/mappref.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/openloca.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/printer.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/printwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/qedit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/savescop.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/searchin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/serchres.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/bklist.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/click1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/drag1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/focus.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/fpico.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/fplock.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/hticons.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/infosub.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/listsel.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/menubut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/minbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/minimize.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/movewin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/readwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/resize.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/screen.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/selected.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/switchws.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/textfld.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/threebut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/LibDtPrint.sdl
+dt/appconfig/help/de_DE.ISO8859-1/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/de_DE.ISO8859-1/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/de_DE.ISO8859-1/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/de_DE.ISO8859-1/Loginmgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Mailer.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/advopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/aliopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/attach.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/attfsb.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/attmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compatt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compedit.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compfile.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compfmt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/compwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/editmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/fileopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/hdropts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/headers.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mailbox.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mailicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mainwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/movemenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mprndial.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/mprnops.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/msgvw.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/options.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/vacopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Mailer/graphics/viewopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/dojob.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/find.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/findset.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/minus.pm
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/plus.pm
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/props.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/prticon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/showprt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/de_DE.ISO8859-1/PrnSetup.sdl
+dt/appconfig/help/de_DE.ISO8859-1/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/de_DE.ISO8859-1/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/de_DE.ISO8859-1/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/audio.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/color.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/font.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/startup.pm
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/de_DE.ISO8859-1/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/de_DE.ISO8859-1/Terminal.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/bell.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/color.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/cursor.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/fpterm.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/globopts.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/keyboard.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/open.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/options.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/prompt.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/screen.tif
+dt/appconfig/help/de_DE.ISO8859-1/Terminal/graphics/scroll.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit.sdl
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/button.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/confirm.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/copy.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/create.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/exists.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/find.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/include.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/open.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/print.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/save.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/saveas.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/settings.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/spell.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/status.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/subpanel.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/window.tif
+dt/appconfig/help/de_DE.ISO8859-1/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/de_DE.ISO8859-1/graphics/cauticon.pm
+dt/appconfig/help/de_DE.ISO8859-1/graphics/cdelogo.pm
+dt/appconfig/help/de_DE.ISO8859-1/graphics/noteicon.pm
+dt/appconfig/help/de_DE.ISO8859-1/graphics/warnicon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/actions.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/appman.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/control.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/filename.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/filter.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/help.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/movefile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/newfile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/newfold.tif
+dt/appconfig/help/es_ES.ISO8859-1/Appmanager/graphics/openfile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/calcarea.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/calcpop.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/constant.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/dispmode.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/finregs.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/getascii.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/memregs.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/nconst1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/nconst2.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/numbase.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calculator/graphics/trigbase.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/accesalt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/access.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/apped.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/appedpln.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/appicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/applist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/appopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/browmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/calparts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/compare.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/datefmt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/dayicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/dayvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/defaults.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/display.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/editmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/erroradv.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/errordaf.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/errormif.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/filemenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/find.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/fpanel.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/goto.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/group.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/menuedit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/monthvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/nextvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/options.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/prevvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/print.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/printer.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/schedapp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/shwother.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/standaln.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/timezone.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/today.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/todoed.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/todoicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/todolist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/toolbar.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/weekicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/weekvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/yearicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Calendar/graphics/yearvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct.sdl
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/advance.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/create.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/findset.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/idname.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/idperm.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/es_ES.ISO8859-1/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Desktop.hf
+dt/appconfig/help/es_ES.ISO8859-1/DesktopIntro.hf
+dt/appconfig/help/es_ES.ISO8859-1/FPanel.sdl
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/clock.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/copymain.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/date.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/editor.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/exit.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/filemgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/fphelp.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/fpico.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/fponitem.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/helpintr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/iconedit.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/install.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/light.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/lock.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/mail.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/mainfp.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/mainsub.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/minimize.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/movehand.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/persapps.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/popupctl.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/popupsub.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/popupswi.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/printer.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/printmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/smallinf.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/smallprt.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/subclose.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/terminal.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/trash.pm
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/wholefp.tif
+dt/appconfig/help/es_ES.ISO8859-1/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/chdir.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/copy.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/copydir.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/copylink.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/create.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/createf.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/filter.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/find.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/move.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/multicol.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/overview.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/preferen.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/property.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/rename.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/replace.tif
+dt/appconfig/help/es_ES.ISO8859-1/Filemgr/graphics/selected.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/execute.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/helporg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/history.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/home.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/iderr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/indextop.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/search.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/topics.tif
+dt/appconfig/help/es_ES.ISO8859-1/Help4Help/graphics/volerr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Iconed.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/circle.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/ellipse.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/erase.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/flood.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/line.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/main.tif
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/pencil.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/polygon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/polyline.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/rectang.pm
+dt/appconfig/help/es_ES.ISO8859-1/Iconed/graphics/select.pm
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/addlib.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/bknote.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/confirm.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/display.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/fpico.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/gmap.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/graffile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/grafview.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/histlist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/histpref.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/infosub.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/mappref.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/openloca.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/printer.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/printwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/qedit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/savescop.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/searchin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/serchres.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/bklist.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/click1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/drag1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/focus.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/fpico.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/fplock.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/hticons.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/infosub.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/listsel.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/menubut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/minbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/minimize.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/movewin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/readwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/resize.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/screen.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/selected.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/switchws.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/textfld.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/threebut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/LibDtPrint.sdl
+dt/appconfig/help/es_ES.ISO8859-1/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/es_ES.ISO8859-1/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/es_ES.ISO8859-1/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/es_ES.ISO8859-1/Loginmgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Mailer.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/advopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/aliopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/attach.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/attfsb.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/attmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compatt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compedit.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compfile.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compfmt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/compwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/editmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/fileopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/hdropts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/headers.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mailbox.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mailicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mainwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/movemenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mprndial.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/mprnops.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/msgvw.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/options.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/vacopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Mailer/graphics/viewopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/dojob.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/find.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/findset.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/minus.pm
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/plus.pm
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/props.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/prticon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/showprt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/es_ES.ISO8859-1/PrnSetup.sdl
+dt/appconfig/help/es_ES.ISO8859-1/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/es_ES.ISO8859-1/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/es_ES.ISO8859-1/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/audio.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/color.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/font.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/startup.pm
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/es_ES.ISO8859-1/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/es_ES.ISO8859-1/Terminal.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/bell.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/color.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/cursor.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/fpterm.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/globopts.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/keyboard.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/open.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/options.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/prompt.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/screen.tif
+dt/appconfig/help/es_ES.ISO8859-1/Terminal/graphics/scroll.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit.sdl
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/button.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/confirm.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/copy.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/create.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/exists.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/find.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/include.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/open.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/print.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/save.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/saveas.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/settings.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/spell.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/status.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/subpanel.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/window.tif
+dt/appconfig/help/es_ES.ISO8859-1/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/es_ES.ISO8859-1/graphics/cauticon.pm
+dt/appconfig/help/es_ES.ISO8859-1/graphics/cdelogo.pm
+dt/appconfig/help/es_ES.ISO8859-1/graphics/noteicon.pm
+dt/appconfig/help/es_ES.ISO8859-1/graphics/warnicon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/actions.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/appman.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/control.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/filename.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/filter.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/help.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/movefile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/newfile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/newfold.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Appmanager/graphics/openfile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/calcarea.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/calcpop.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/constant.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/dispmode.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/finregs.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/getascii.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/memregs.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/nconst1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/nconst2.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/numbase.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calculator/graphics/trigbase.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/accesalt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/access.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/apped.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/appedpln.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/appicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/applist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/appopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/browmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/calparts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/compare.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/datefmt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/dayicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/dayvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/defaults.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/display.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/editmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/erroradv.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/errordaf.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/errormif.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/filemenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/find.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/fpanel.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/goto.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/group.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/menuedit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/monthvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/nextvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/options.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/prevvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/print.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/printer.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/schedapp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/shwother.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/standaln.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/timezone.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/today.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/todoed.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/todoicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/todolist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/toolbar.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/weekicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/weekvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/yearicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Calendar/graphics/yearvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/advance.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/create.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/findset.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/idname.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/idperm.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/fr_FR.ISO8859-1/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Desktop.hf
+dt/appconfig/help/fr_FR.ISO8859-1/DesktopIntro.hf
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/clock.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/copymain.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/date.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/editor.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/exit.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/filemgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/fphelp.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/fpico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/fponitem.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/helpintr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/iconedit.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/install.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/light.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/lock.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/mail.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/mainfp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/mainsub.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/minimize.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/movehand.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/persapps.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/popupctl.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/popupsub.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/popupswi.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/printer.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/printmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/smallinf.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/smallprt.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/subclose.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/terminal.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/trash.pm
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/wholefp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/chdir.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/copy.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/copydir.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/copylink.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/create.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/createf.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/filter.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/find.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/move.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/multicol.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/overview.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/preferen.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/property.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/rename.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/replace.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Filemgr/graphics/selected.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/execute.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/helporg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/history.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/home.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/iderr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/indextop.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/search.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/topics.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Help4Help/graphics/volerr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/circle.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/ellipse.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/erase.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/flood.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/line.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/main.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/pencil.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/polygon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/polyline.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/rectang.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Iconed/graphics/select.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/addlib.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/bknote.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/confirm.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/display.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/fpico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/gmap.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/graffile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/grafview.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/histlist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/histpref.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/infosub.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/mappref.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/openloca.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/printer.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/printwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/qedit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/savescop.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/searchin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/serchres.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/bklist.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/click1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/drag1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/focus.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/fpico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/fplock.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/hticons.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/infosub.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/listsel.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/menubut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/minbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/minimize.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/movewin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/readwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/resize.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/screen.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/selected.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/switchws.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/textfld.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/threebut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/LibDtPrint.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/fr_FR.ISO8859-1/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/fr_FR.ISO8859-1/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Loginmgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/advopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/aliopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/attach.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/attfsb.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/attmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compatt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compedit.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compfile.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compfmt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/compwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/editmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/fileopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/hdropts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/headers.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mailbox.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mailicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mainwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/movemenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mprndial.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/mprnops.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/msgvw.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/options.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/vacopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Mailer/graphics/viewopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/dojob.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/find.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/findset.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/minus.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/plus.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/props.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/prticon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/showprt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/fr_FR.ISO8859-1/PrnSetup.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/fr_FR.ISO8859-1/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/fr_FR.ISO8859-1/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/audio.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/color.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/font.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/startup.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/bell.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/color.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/cursor.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/fpterm.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/globopts.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/keyboard.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/open.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/options.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/prompt.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/screen.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Terminal/graphics/scroll.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit.sdl
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/button.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/confirm.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/copy.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/create.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/exists.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/find.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/include.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/open.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/print.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/save.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/saveas.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/settings.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/spell.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/status.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/subpanel.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/window.tif
+dt/appconfig/help/fr_FR.ISO8859-1/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/fr_FR.ISO8859-1/graphics/cauticon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/graphics/cdelogo.pm
+dt/appconfig/help/fr_FR.ISO8859-1/graphics/noteicon.pm
+dt/appconfig/help/fr_FR.ISO8859-1/graphics/warnicon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/actions.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/appman.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/control.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/filename.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/filter.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/help.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/movefile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/newfile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/newfold.tif
+dt/appconfig/help/it_IT.ISO8859-1/Appmanager/graphics/openfile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/calcarea.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/calcpop.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/constant.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/dispmode.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/finregs.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/getascii.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/memregs.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/nconst1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/nconst2.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/numbase.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calculator/graphics/trigbase.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/accesalt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/access.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/apped.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/appedpln.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/appicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/applist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/appopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/browmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/calparts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/compare.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/datefmt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/dayicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/dayvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/defaults.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/display.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/editmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/erroradv.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/errordaf.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/errormif.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/filemenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/find.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/fpanel.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/goto.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/group.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/menuedit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/monthvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/nextvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/options.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/prevvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/print.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/printer.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/schedapp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/shwother.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/standaln.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/timezone.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/today.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/todoed.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/todoicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/todolist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/toolbar.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/weekicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/weekvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/yearicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Calendar/graphics/yearvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct.sdl
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/advance.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/create.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/findset.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/idname.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/idperm.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/it_IT.ISO8859-1/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Desktop.hf
+dt/appconfig/help/it_IT.ISO8859-1/DesktopIntro.hf
+dt/appconfig/help/it_IT.ISO8859-1/FPanel.sdl
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/clock.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/copymain.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/date.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/editor.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/exit.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/filemgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/fphelp.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/fpico.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/fponitem.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/helpintr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/iconedit.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/install.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/light.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/lock.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/mail.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/mainfp.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/mainsub.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/minimize.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/movehand.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/persapps.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/popupctl.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/popupsub.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/popupswi.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/printer.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/printmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/smallinf.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/smallprt.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/subclose.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/terminal.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/trash.pm
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/wholefp.tif
+dt/appconfig/help/it_IT.ISO8859-1/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/chdir.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/copy.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/copydir.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/copylink.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/create.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/createf.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/filter.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/find.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/move.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/multicol.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/overview.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/preferen.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/property.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/rename.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/replace.tif
+dt/appconfig/help/it_IT.ISO8859-1/Filemgr/graphics/selected.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/execute.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/helporg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/history.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/home.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/iderr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/indextop.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/search.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/topics.tif
+dt/appconfig/help/it_IT.ISO8859-1/Help4Help/graphics/volerr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Iconed.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/circle.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/ellipse.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/erase.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/flood.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/line.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/main.tif
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/pencil.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/polygon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/polyline.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/rectang.pm
+dt/appconfig/help/it_IT.ISO8859-1/Iconed/graphics/select.pm
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/addlib.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/bknote.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/confirm.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/display.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/fpico.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/gmap.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/graffile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/grafview.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/histlist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/histpref.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/infosub.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/mappref.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/openloca.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/printer.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/printwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/qedit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/savescop.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/searchin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/serchres.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/bklist.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/click1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/drag1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/focus.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/fpico.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/fplock.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/hticons.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/infosub.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/listsel.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/menubut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/minbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/minimize.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/movewin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/readwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/resize.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/screen.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/selected.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/switchws.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/textfld.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/threebut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/LibDtPrint.sdl
+dt/appconfig/help/it_IT.ISO8859-1/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/it_IT.ISO8859-1/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/it_IT.ISO8859-1/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/it_IT.ISO8859-1/Loginmgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Mailer.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/advopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/aliopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/attach.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/attfsb.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/attmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compatt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compedit.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compfile.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compfmt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/compwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/editmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/fileopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/hdropts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/headers.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mailbox.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mailicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mainwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/movemenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mprndial.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/mprnops.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/msgvw.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/options.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/vacopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Mailer/graphics/viewopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/dojob.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/find.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/findset.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/minus.pm
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/plus.pm
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/props.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/prticon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/showprt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/it_IT.ISO8859-1/PrnSetup.sdl
+dt/appconfig/help/it_IT.ISO8859-1/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/it_IT.ISO8859-1/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/it_IT.ISO8859-1/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/audio.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/color.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/font.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/startup.pm
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/it_IT.ISO8859-1/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/it_IT.ISO8859-1/Terminal.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/bell.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/color.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/cursor.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/fpterm.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/globopts.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/keyboard.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/open.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/options.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/prompt.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/screen.tif
+dt/appconfig/help/it_IT.ISO8859-1/Terminal/graphics/scroll.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit.sdl
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/button.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/confirm.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/copy.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/create.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/exists.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/find.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/include.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/open.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/print.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/save.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/saveas.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/settings.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/spell.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/status.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/subpanel.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/window.tif
+dt/appconfig/help/it_IT.ISO8859-1/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/it_IT.ISO8859-1/graphics/cauticon.pm
+dt/appconfig/help/it_IT.ISO8859-1/graphics/cdelogo.pm
+dt/appconfig/help/it_IT.ISO8859-1/graphics/noteicon.pm
+dt/appconfig/help/it_IT.ISO8859-1/graphics/warnicon.pm
+dt/appconfig/icons/C/DtABa0.m.bm
+dt/appconfig/icons/C/DtABabF.m.bm
+dt/appconfig/icons/C/DtABabW.m.bm
+dt/appconfig/icons/C/DtABabf.m.bm
+dt/appconfig/icons/C/DtABabp.m.bm
+dt/appconfig/icons/C/DtABabw.m.bm
+dt/appconfig/icons/C/DtABalF.m.bm
+dt/appconfig/icons/C/DtABalH.m.bm
+dt/appconfig/icons/C/DtABalL.m.bm
+dt/appconfig/icons/C/DtABalV.m.bm
+dt/appconfig/icons/C/DtABalW.m.bm
+dt/appconfig/icons/C/DtABalb.m.bm
+dt/appconfig/icons/C/DtABalc.m.bm
+dt/appconfig/icons/C/DtABalf.m.bm
+dt/appconfig/icons/C/DtABalg.m.bm
+dt/appconfig/icons/C/DtABall.m.bm
+dt/appconfig/icons/C/DtABalp.m.bm
+dt/appconfig/icons/C/DtABalr.m.bm
+dt/appconfig/icons/C/DtABalt.m.bm
+dt/appconfig/icons/C/DtABalw.m.bm
+dt/appconfig/icons/C/DtABarF.m.bm
+dt/appconfig/icons/C/DtABarW.m.bm
+dt/appconfig/icons/C/DtABarf.m.bm
+dt/appconfig/icons/C/DtABarp.m.bm
+dt/appconfig/icons/C/DtABarw.m.bm
+dt/appconfig/icons/C/DtABatF.m.bm
+dt/appconfig/icons/C/DtABatW.m.bm
+dt/appconfig/icons/C/DtABatc.m.bm
+dt/appconfig/icons/C/DtABatf.m.bm
+dt/appconfig/icons/C/DtABatp.m.bm
+dt/appconfig/icons/C/DtABatw.m.bm
+dt/appconfig/icons/C/DtABbil.m.bm
+dt/appconfig/icons/C/DtABbil.m.pm
+dt/appconfig/icons/C/DtABbil.m_m.bm
+dt/appconfig/icons/C/DtABbil.t.bm
+dt/appconfig/icons/C/DtABbil.t.pm
+dt/appconfig/icons/C/DtABbil.t_m.bm
+dt/appconfig/icons/C/DtABbip.m.bm
+dt/appconfig/icons/C/DtABbip.m.pm
+dt/appconfig/icons/C/DtABbip.m_m.bm
+dt/appconfig/icons/C/DtABbip.t.bm
+dt/appconfig/icons/C/DtABbip.t.pm
+dt/appconfig/icons/C/DtABbip.t_m.bm
+dt/appconfig/icons/C/DtABbix.l.bm
+dt/appconfig/icons/C/DtABbix.l.pm
+dt/appconfig/icons/C/DtABbix.m.bm
+dt/appconfig/icons/C/DtABbix.m.pm
+dt/appconfig/icons/C/DtABbix.t.bm
+dt/appconfig/icons/C/DtABbix.t.pm
+dt/appconfig/icons/C/DtABbtn.bm
+dt/appconfig/icons/C/DtABbtn.pm
+dt/appconfig/icons/C/DtABbw.bm
+dt/appconfig/icons/C/DtABbw.pm
+dt/appconfig/icons/C/DtABbw2.bm
+dt/appconfig/icons/C/DtABbw2.pm
+dt/appconfig/icons/C/DtABcas.bm
+dt/appconfig/icons/C/DtABcas.pm
+dt/appconfig/icons/C/DtABccp.t.bm
+dt/appconfig/icons/C/DtABchk.bm
+dt/appconfig/icons/C/DtABchk.pm
+dt/appconfig/icons/C/DtABcmb.bm
+dt/appconfig/icons/C/DtABcmb.pm
+dt/appconfig/icons/C/DtABcmv.t.bm
+dt/appconfig/icons/C/DtABcnt.bm
+dt/appconfig/icons/C/DtABcnt.pm
+dt/appconfig/icons/C/DtABcnt2.bm
+dt/appconfig/icons/C/DtABcnt2.pm
+dt/appconfig/icons/C/DtABdfl.bm
+dt/appconfig/icons/C/DtABdfl.pm
+dt/appconfig/icons/C/DtABdh.m.bm
+dt/appconfig/icons/C/DtABdhc.m.bm
+dt/appconfig/icons/C/DtABdrw.bm
+dt/appconfig/icons/C/DtABdrw.pm
+dt/appconfig/icons/C/DtABdrw2.bm
+dt/appconfig/icons/C/DtABdrw2.pm
+dt/appconfig/icons/C/DtABdv.m.bm
+dt/appconfig/icons/C/DtABdvc.m.bm
+dt/appconfig/icons/C/DtABfsb.bm
+dt/appconfig/icons/C/DtABfsb.pm
+dt/appconfig/icons/C/DtABfsb2.bm
+dt/appconfig/icons/C/DtABfsb2.pm
+dt/appconfig/icons/C/DtABgai.m.bm
+dt/appconfig/icons/C/DtABgau.bm
+dt/appconfig/icons/C/DtABgau.pm
+dt/appconfig/icons/C/DtABgco.m.bm
+dt/appconfig/icons/C/DtABgrc.m.bm
+dt/appconfig/icons/C/DtABgro.m.bm
+dt/appconfig/icons/C/DtABgrp.bm
+dt/appconfig/icons/C/DtABgrp.pm
+dt/appconfig/icons/C/DtABitm.bm
+dt/appconfig/icons/C/DtABitm.pm
+dt/appconfig/icons/C/DtABlbl.bm
+dt/appconfig/icons/C/DtABlbl.pm
+dt/appconfig/icons/C/DtABlll.t.bm
+dt/appconfig/icons/C/DtABllr.t.bm
+dt/appconfig/icons/C/DtABlst.bm
+dt/appconfig/icons/C/DtABlst.pm
+dt/appconfig/icons/C/DtABlul.t.bm
+dt/appconfig/icons/C/DtABlur.t.bm
+dt/appconfig/icons/C/DtABlyr.bm
+dt/appconfig/icons/C/DtABlyr.pm
+dt/appconfig/icons/C/DtABmbr.bm
+dt/appconfig/icons/C/DtABmbr.pm
+dt/appconfig/icons/C/DtABmbt.bm
+dt/appconfig/icons/C/DtABmbt.pm
+dt/appconfig/icons/C/DtABmbx.bm
+dt/appconfig/icons/C/DtABmbx.pm
+dt/appconfig/icons/C/DtABmdl.bm
+dt/appconfig/icons/C/DtABmdl.pm
+dt/appconfig/icons/C/DtABmer.m.bm
+dt/appconfig/icons/C/DtABmin.m.bm
+dt/appconfig/icons/C/DtABmqs.m.bm
+dt/appconfig/icons/C/DtABmwk.m.bm
+dt/appconfig/icons/C/DtABmwn.m.bm
+dt/appconfig/icons/C/DtABopm.bm
+dt/appconfig/icons/C/DtABopm.pm
+dt/appconfig/icons/C/DtABpnw.bm
+dt/appconfig/icons/C/DtABpnw.pm
+dt/appconfig/icons/C/DtABpum.bm
+dt/appconfig/icons/C/DtABpum.pm
+dt/appconfig/icons/C/DtABpuw.bm
+dt/appconfig/icons/C/DtABpuw.pm
+dt/appconfig/icons/C/DtABpuw2.bm
+dt/appconfig/icons/C/DtABpuw2.pm
+dt/appconfig/icons/C/DtABrad.bm
+dt/appconfig/icons/C/DtABrad.pm
+dt/appconfig/icons/C/DtABsep.bm
+dt/appconfig/icons/C/DtABsep.pm
+dt/appconfig/icons/C/DtABsld.bm
+dt/appconfig/icons/C/DtABsld.pm
+dt/appconfig/icons/C/DtABspb.bm
+dt/appconfig/icons/C/DtABspb.pm
+dt/appconfig/icons/C/DtABtmp.bm
+dt/appconfig/icons/C/DtABtmp.pm
+dt/appconfig/icons/C/DtABtmp2.bm
+dt/appconfig/icons/C/DtABtmp2.pm
+dt/appconfig/icons/C/DtABtxf.bm
+dt/appconfig/icons/C/DtABtxf.pm
+dt/appconfig/icons/C/DtABtxp.bm
+dt/appconfig/icons/C/DtABtxp.pm
+dt/appconfig/icons/C/DtABtxp2.bm
+dt/appconfig/icons/C/DtABtxp2.pm
+dt/appconfig/icons/C/DtBeep.bm
+dt/appconfig/icons/C/DtBeep.pm
+dt/appconfig/icons/C/DtBeep_m.bm
+dt/appconfig/icons/C/DtBento.l.bm
+dt/appconfig/icons/C/DtBento.l.pm
+dt/appconfig/icons/C/DtBento.l_m.bm
+dt/appconfig/icons/C/DtBento.m.bm
+dt/appconfig/icons/C/DtBento.m.pm
+dt/appconfig/icons/C/DtBento.m_m.bm
+dt/appconfig/icons/C/DtBento.t.bm
+dt/appconfig/icons/C/DtBento.t.pm
+dt/appconfig/icons/C/DtBento.t_m.bm
+dt/appconfig/icons/C/DtBkdrp.bm
+dt/appconfig/icons/C/DtBkdrp.pm
+dt/appconfig/icons/C/DtBkdrp_m.bm
+dt/appconfig/icons/C/DtBldr.l.bm
+dt/appconfig/icons/C/DtBldr.l.pm
+dt/appconfig/icons/C/DtBldr.l_m.bm
+dt/appconfig/icons/C/DtBldr.m.bm
+dt/appconfig/icons/C/DtBldr.m.pm
+dt/appconfig/icons/C/DtBldr.m_m.bm
+dt/appconfig/icons/C/DtBldr.t.bm
+dt/appconfig/icons/C/DtBldr.t.pm
+dt/appconfig/icons/C/DtBldr.t_m.bm
+dt/appconfig/icons/C/DtBldrA.bm
+dt/appconfig/icons/C/DtBldrA.pm
+dt/appconfig/icons/C/DtBldrA_m.bm
+dt/appconfig/icons/C/DtC++.m.bm
+dt/appconfig/icons/C/DtC++.m.pm
+dt/appconfig/icons/C/DtC++.m_m.bm
+dt/appconfig/icons/C/DtC++.t.bm
+dt/appconfig/icons/C/DtC++.t.pm
+dt/appconfig/icons/C/DtC++.t_m.bm
+dt/appconfig/icons/C/DtCM.m.bm
+dt/appconfig/icons/C/DtCM.m.pm
+dt/appconfig/icons/C/DtCM.m_m.bm
+dt/appconfig/icons/C/DtCM.t.bm
+dt/appconfig/icons/C/DtCM.t.pm
+dt/appconfig/icons/C/DtCM.t_m.bm
+dt/appconfig/icons/C/DtCMa.bm
+dt/appconfig/icons/C/DtCMa.pm
+dt/appconfig/icons/C/DtCMa_m.bm
+dt/appconfig/icons/C/DtCMapt.l.bm
+dt/appconfig/icons/C/DtCMapt.l.pm
+dt/appconfig/icons/C/DtCMapt.l_m.bm
+dt/appconfig/icons/C/DtCMapt.m.bm
+dt/appconfig/icons/C/DtCMapt.m.pm
+dt/appconfig/icons/C/DtCMapt.m_m.bm
+dt/appconfig/icons/C/DtCMapt.s.pm
+dt/appconfig/icons/C/DtCMapt.t.bm
+dt/appconfig/icons/C/DtCMapt.t.pm
+dt/appconfig/icons/C/DtCMapt.t_m.bm
+dt/appconfig/icons/C/DtCMark.m.bm
+dt/appconfig/icons/C/DtCMark.m.pm
+dt/appconfig/icons/C/DtCMark.m_m.bm
+dt/appconfig/icons/C/DtCMark.t.bm
+dt/appconfig/icons/C/DtCMark.t.pm
+dt/appconfig/icons/C/DtCMark.t_m.bm
+dt/appconfig/icons/C/DtCMday.s.pm
+dt/appconfig/icons/C/DtCMdnd.m.pm
+dt/appconfig/icons/C/DtCMmth.s.pm
+dt/appconfig/icons/C/DtCMtdo.l.bm
+dt/appconfig/icons/C/DtCMtdo.l.pm
+dt/appconfig/icons/C/DtCMtdo.l_m.bm
+dt/appconfig/icons/C/DtCMtdo.m.bm
+dt/appconfig/icons/C/DtCMtdo.m.pm
+dt/appconfig/icons/C/DtCMtdo.m_m.bm
+dt/appconfig/icons/C/DtCMtdo.s.pm
+dt/appconfig/icons/C/DtCMtdo.t.bm
+dt/appconfig/icons/C/DtCMtdo.t.pm
+dt/appconfig/icons/C/DtCMtdo.t_m.bm
+dt/appconfig/icons/C/DtCMwk.s.pm
+dt/appconfig/icons/C/DtCMyr.s.pm
+dt/appconfig/icons/C/DtColor.bm
+dt/appconfig/icons/C/DtColor.pm
+dt/appconfig/icons/C/DtColor_m.bm
+dt/appconfig/icons/C/DtDtwm.bm
+dt/appconfig/icons/C/DtDtwm.pm
+dt/appconfig/icons/C/DtDtwm_m.bm
+dt/appconfig/icons/C/DtFlag.m.bm
+dt/appconfig/icons/C/DtFlag.m.pm
+dt/appconfig/icons/C/DtFlag.m_m.bm
+dt/appconfig/icons/C/DtFlag.t.bm
+dt/appconfig/icons/C/DtFlag.t.pm
+dt/appconfig/icons/C/DtFlag.t_m.bm
+dt/appconfig/icons/C/DtFont.bm
+dt/appconfig/icons/C/DtFont.pm
+dt/appconfig/icons/C/DtFont_m.bm
+dt/appconfig/icons/C/DtI18N.bm
+dt/appconfig/icons/C/DtI18N.pm
+dt/appconfig/icons/C/DtI18N_m.bm
+dt/appconfig/icons/C/DtKeybd.bm
+dt/appconfig/icons/C/DtKeybd.pm
+dt/appconfig/icons/C/DtKeybd_m.bm
+dt/appconfig/icons/C/DtMa.bm
+dt/appconfig/icons/C/DtMa.pm
+dt/appconfig/icons/C/DtMa_m.bm
+dt/appconfig/icons/C/DtMail.l.bm
+dt/appconfig/icons/C/DtMail.l.pm
+dt/appconfig/icons/C/DtMail.l_m.bm
+dt/appconfig/icons/C/DtMail.m.bm
+dt/appconfig/icons/C/DtMail.m.pm
+dt/appconfig/icons/C/DtMail.m_m.bm
+dt/appconfig/icons/C/DtMail.t.bm
+dt/appconfig/icons/C/DtMail.t.pm
+dt/appconfig/icons/C/DtMail.t_m.bm
+dt/appconfig/icons/C/DtMdl.l.bm
+dt/appconfig/icons/C/DtMdl.l.pm
+dt/appconfig/icons/C/DtMdl.l_m.bm
+dt/appconfig/icons/C/DtMdl.m.bm
+dt/appconfig/icons/C/DtMdl.m.pm
+dt/appconfig/icons/C/DtMdl.m_m.bm
+dt/appconfig/icons/C/DtMdl.t.bm
+dt/appconfig/icons/C/DtMdl.t.pm
+dt/appconfig/icons/C/DtMdl.t_m.bm
+dt/appconfig/icons/C/DtMmsg.l.bm
+dt/appconfig/icons/C/DtMmsg.l.pm
+dt/appconfig/icons/C/DtMmsg.l_m.bm
+dt/appconfig/icons/C/DtMmsg.m.bm
+dt/appconfig/icons/C/DtMmsg.m.pm
+dt/appconfig/icons/C/DtMmsg.m_m.bm
+dt/appconfig/icons/C/DtMmsg.t.bm
+dt/appconfig/icons/C/DtMmsg.t.pm
+dt/appconfig/icons/C/DtMmsg.t_m.bm
+dt/appconfig/icons/C/DtMnew.l.bm
+dt/appconfig/icons/C/DtMnew.l.pm
+dt/appconfig/icons/C/DtMnew.l_m.bm
+dt/appconfig/icons/C/DtMnew.m.bm
+dt/appconfig/icons/C/DtMnew.m.pm
+dt/appconfig/icons/C/DtMnew.m_m.bm
+dt/appconfig/icons/C/DtMnew.t.bm
+dt/appconfig/icons/C/DtMnew.t.pm
+dt/appconfig/icons/C/DtMnew.t_m.bm
+dt/appconfig/icons/C/DtMnone.l.bm
+dt/appconfig/icons/C/DtMnone.l.pm
+dt/appconfig/icons/C/DtMnone.l_m.bm
+dt/appconfig/icons/C/DtMnone.m.bm
+dt/appconfig/icons/C/DtMnone.m.pm
+dt/appconfig/icons/C/DtMnone.m_m.bm
+dt/appconfig/icons/C/DtMnone.t.bm
+dt/appconfig/icons/C/DtMnone.t.pm
+dt/appconfig/icons/C/DtMnone.t_m.bm
+dt/appconfig/icons/C/DtMouse.bm
+dt/appconfig/icons/C/DtMouse.pm
+dt/appconfig/icons/C/DtMouse_m.bm
+dt/appconfig/icons/C/DtMrfc.l.bm
+dt/appconfig/icons/C/DtMrfc.l.pm
+dt/appconfig/icons/C/DtMrfc.l_m.bm
+dt/appconfig/icons/C/DtMrfc.m.bm
+dt/appconfig/icons/C/DtMrfc.m.pm
+dt/appconfig/icons/C/DtMrfc.m_m.bm
+dt/appconfig/icons/C/DtMrfc.t.bm
+dt/appconfig/icons/C/DtMrfc.t.pm
+dt/appconfig/icons/C/DtMrfc.t_m.bm
+dt/appconfig/icons/C/DtPrtjb.m.bm
+dt/appconfig/icons/C/DtPrtjb.m.pm
+dt/appconfig/icons/C/DtPrtjb.m_m.bm
+dt/appconfig/icons/C/DtPrtjb.t.bm
+dt/appconfig/icons/C/DtPrtjb.t.pm
+dt/appconfig/icons/C/DtPrtjb.t_m.bm
+dt/appconfig/icons/C/DtPrtmg.m.bm
+dt/appconfig/icons/C/DtPrtmg.m.pm
+dt/appconfig/icons/C/DtPrtmg.m_m.bm
+dt/appconfig/icons/C/DtPrtmg.t.bm
+dt/appconfig/icons/C/DtPrtmg.t.pm
+dt/appconfig/icons/C/DtPrtmg.t_m.bm
+dt/appconfig/icons/C/DtPrtpr.m.bm
+dt/appconfig/icons/C/DtPrtpr.m.pm
+dt/appconfig/icons/C/DtPrtpr.m_m.bm
+dt/appconfig/icons/C/DtPrtpr.t.bm
+dt/appconfig/icons/C/DtPrtpr.t.pm
+dt/appconfig/icons/C/DtPrtpr.t_m.bm
+dt/appconfig/icons/C/DtPrtun.l.bm
+dt/appconfig/icons/C/DtPrtun.l.pm
+dt/appconfig/icons/C/DtPrtun.l_m.bm
+dt/appconfig/icons/C/DtPrtun.m.bm
+dt/appconfig/icons/C/DtPrtun.m.pm
+dt/appconfig/icons/C/DtPrtun.m_m.bm
+dt/appconfig/icons/C/DtPrtun.t.bm
+dt/appconfig/icons/C/DtPrtun.t.pm
+dt/appconfig/icons/C/DtPrtun.t_m.bm
+dt/appconfig/icons/C/DtRdMe.m.bm
+dt/appconfig/icons/C/DtRdMe.m.pm
+dt/appconfig/icons/C/DtRdMe.m_m.bm
+dt/appconfig/icons/C/DtRdMe.t.bm
+dt/appconfig/icons/C/DtRdMe.t.pm
+dt/appconfig/icons/C/DtRdMe.t_m.bm
+dt/appconfig/icons/C/DtScrn.bm
+dt/appconfig/icons/C/DtScrn.pm
+dt/appconfig/icons/C/DtScrn_m.bm
+dt/appconfig/icons/C/DtStart.bm
+dt/appconfig/icons/C/DtStart.pm
+dt/appconfig/icons/C/DtStart_m.bm
+dt/appconfig/icons/C/Dtactn.l.bm
+dt/appconfig/icons/C/Dtactn.l.pm
+dt/appconfig/icons/C/Dtactn.l_m.bm
+dt/appconfig/icons/C/Dtactn.m.bm
+dt/appconfig/icons/C/Dtactn.m.pm
+dt/appconfig/icons/C/Dtactn.m_m.bm
+dt/appconfig/icons/C/Dtactn.t.bm
+dt/appconfig/icons/C/Dtactn.t.pm
+dt/appconfig/icons/C/Dtactn.t_m.bm
+dt/appconfig/icons/C/Dtadskt.l.bm
+dt/appconfig/icons/C/Dtadskt.l.pm
+dt/appconfig/icons/C/Dtadskt.l_m.bm
+dt/appconfig/icons/C/Dtadskt.m.bm
+dt/appconfig/icons/C/Dtadskt.m.pm
+dt/appconfig/icons/C/Dtadskt.m_m.bm
+dt/appconfig/icons/C/Dtadskt.t.bm
+dt/appconfig/icons/C/Dtadskt.t.pm
+dt/appconfig/icons/C/Dtadskt.t_m.bm
+dt/appconfig/icons/C/Dtagen.l.bm
+dt/appconfig/icons/C/Dtagen.l.pm
+dt/appconfig/icons/C/Dtagen.l_m.bm
+dt/appconfig/icons/C/Dtagen.m.bm
+dt/appconfig/icons/C/Dtagen.m.pm
+dt/appconfig/icons/C/Dtagen.m_m.bm
+dt/appconfig/icons/C/Dtagen.t.bm
+dt/appconfig/icons/C/Dtagen.t.pm
+dt/appconfig/icons/C/Dtagen.t_m.bm
+dt/appconfig/icons/C/Dtagup.m.bm
+dt/appconfig/icons/C/Dtagup.m.pm
+dt/appconfig/icons/C/Dtagup.m_m.bm
+dt/appconfig/icons/C/Dtagup.t.bm
+dt/appconfig/icons/C/Dtagup.t.pm
+dt/appconfig/icons/C/Dtagup.t_m.bm
+dt/appconfig/icons/C/Dtainfo.l.bm
+dt/appconfig/icons/C/Dtainfo.l.pm
+dt/appconfig/icons/C/Dtainfo.l_m.bm
+dt/appconfig/icons/C/Dtainfo.m.bm
+dt/appconfig/icons/C/Dtainfo.m.pm
+dt/appconfig/icons/C/Dtainfo.m_m.bm
+dt/appconfig/icons/C/Dtainfo.t.bm
+dt/appconfig/icons/C/Dtainfo.t.pm
+dt/appconfig/icons/C/Dtainfo.t_m.bm
+dt/appconfig/icons/C/Dtapps.m.bm
+dt/appconfig/icons/C/Dtapps.m.pm
+dt/appconfig/icons/C/Dtapps.m_m.bm
+dt/appconfig/icons/C/Dtapps.t.bm
+dt/appconfig/icons/C/Dtapps.t.pm
+dt/appconfig/icons/C/Dtapps.t_m.bm
+dt/appconfig/icons/C/Dtassem.m.bm
+dt/appconfig/icons/C/Dtassem.m.pm
+dt/appconfig/icons/C/Dtassem.m_m.bm
+dt/appconfig/icons/C/Dtassem.t.bm
+dt/appconfig/icons/C/Dtassem.t.pm
+dt/appconfig/icons/C/Dtassem.t_m.bm
+dt/appconfig/icons/C/Dtasys.l.bm
+dt/appconfig/icons/C/Dtasys.l.pm
+dt/appconfig/icons/C/Dtasys.l_m.bm
+dt/appconfig/icons/C/Dtasys.m.bm
+dt/appconfig/icons/C/Dtasys.m.pm
+dt/appconfig/icons/C/Dtasys.m_m.bm
+dt/appconfig/icons/C/Dtasys.t.bm
+dt/appconfig/icons/C/Dtasys.t.pm
+dt/appconfig/icons/C/Dtasys.t_m.bm
+dt/appconfig/icons/C/Dtaudio.m.bm
+dt/appconfig/icons/C/Dtaudio.m.pm
+dt/appconfig/icons/C/Dtaudio.m_m.bm
+dt/appconfig/icons/C/Dtaudio.t.bm
+dt/appconfig/icons/C/Dtaudio.t.pm
+dt/appconfig/icons/C/Dtaudio.t_m.bm
+dt/appconfig/icons/C/Dtautil.l.bm
+dt/appconfig/icons/C/Dtautil.l.pm
+dt/appconfig/icons/C/Dtautil.l_m.bm
+dt/appconfig/icons/C/Dtautil.m.bm
+dt/appconfig/icons/C/Dtautil.m.pm
+dt/appconfig/icons/C/Dtautil.m_m.bm
+dt/appconfig/icons/C/Dtautil.t.bm
+dt/appconfig/icons/C/Dtautil.t.pm
+dt/appconfig/icons/C/Dtautil.t_m.bm
+dt/appconfig/icons/C/DtbigM.m.bm
+dt/appconfig/icons/C/DtbigM.m.pm
+dt/appconfig/icons/C/DtbigM.m_m.bm
+dt/appconfig/icons/C/DtbigM.t.bm
+dt/appconfig/icons/C/DtbigM.t.pm
+dt/appconfig/icons/C/DtbigM.t_m.bm
+dt/appconfig/icons/C/Dtbin.m.bm
+dt/appconfig/icons/C/Dtbin.m.pm
+dt/appconfig/icons/C/Dtbin.m_m.bm
+dt/appconfig/icons/C/Dtbin.t.bm
+dt/appconfig/icons/C/Dtbin.t.pm
+dt/appconfig/icons/C/Dtbin.t_m.bm
+dt/appconfig/icons/C/Dtbinml.m.bm
+dt/appconfig/icons/C/Dtbinml.m.pm
+dt/appconfig/icons/C/Dtbinml.m_m.bm
+dt/appconfig/icons/C/Dtbinml.t.bm
+dt/appconfig/icons/C/Dtbinml.t.pm
+dt/appconfig/icons/C/Dtbinml.t_m.bm
+dt/appconfig/icons/C/Dtbitmp.m.bm
+dt/appconfig/icons/C/Dtbitmp.m.pm
+dt/appconfig/icons/C/Dtbitmp.m_m.bm
+dt/appconfig/icons/C/Dtbitmp.t.bm
+dt/appconfig/icons/C/Dtbitmp.t.pm
+dt/appconfig/icons/C/Dtbitmp.t_m.bm
+dt/appconfig/icons/C/Dtblink.m.bm
+dt/appconfig/icons/C/Dtblink.m.pm
+dt/appconfig/icons/C/Dtblink.m_m.bm
+dt/appconfig/icons/C/Dtblink.t.bm
+dt/appconfig/icons/C/Dtblink.t.pm
+dt/appconfig/icons/C/Dtblink.t_m.bm
+dt/appconfig/icons/C/Dtbmark.l.bm
+dt/appconfig/icons/C/Dtbmark.l.pm
+dt/appconfig/icons/C/Dtbmark.l_m.bm
+dt/appconfig/icons/C/Dtbmark.m.pm
+dt/appconfig/icons/C/Dtbmarki.m.pm
+dt/appconfig/icons/C/Dtbooklst.m.pm
+dt/appconfig/icons/C/Dtbshll.m.bm
+dt/appconfig/icons/C/Dtbshll.m.pm
+dt/appconfig/icons/C/Dtbshll.m_m.bm
+dt/appconfig/icons/C/Dtbshll.t.bm
+dt/appconfig/icons/C/Dtbshll.t.pm
+dt/appconfig/icons/C/Dtbshll.t_m.bm
+dt/appconfig/icons/C/Dtcalc.l.bm
+dt/appconfig/icons/C/Dtcalc.l.pm
+dt/appconfig/icons/C/Dtcalc.l_m.bm
+dt/appconfig/icons/C/Dtcalc.m.bm
+dt/appconfig/icons/C/Dtcalc.m.pm
+dt/appconfig/icons/C/Dtcalc.m_m.bm
+dt/appconfig/icons/C/Dtcalc.t.bm
+dt/appconfig/icons/C/Dtcalc.t.pm
+dt/appconfig/icons/C/Dtcalc.t_m.bm
+dt/appconfig/icons/C/Dtcat.m.bm
+dt/appconfig/icons/C/Dtcat.m.pm
+dt/appconfig/icons/C/Dtcat.m_m.bm
+dt/appconfig/icons/C/Dtcat.t.bm
+dt/appconfig/icons/C/Dtcat.t.pm
+dt/appconfig/icons/C/Dtcat.t_m.bm
+dt/appconfig/icons/C/Dtclock.m.bm
+dt/appconfig/icons/C/Dtclock.m.pm
+dt/appconfig/icons/C/Dtclock.m_m.bm
+dt/appconfig/icons/C/Dtclock.t.bm
+dt/appconfig/icons/C/Dtclock.t.pm
+dt/appconfig/icons/C/Dtclock.t_m.bm
+dt/appconfig/icons/C/Dtcmprs.m.bm
+dt/appconfig/icons/C/Dtcmprs.m.pm
+dt/appconfig/icons/C/Dtcmprs.m_m.bm
+dt/appconfig/icons/C/Dtcmprs.t.bm
+dt/appconfig/icons/C/Dtcmprs.t.pm
+dt/appconfig/icons/C/Dtcmprs.t_m.bm
+dt/appconfig/icons/C/Dtcore.m.bm
+dt/appconfig/icons/C/Dtcore.m.pm
+dt/appconfig/icons/C/Dtcore.m_m.bm
+dt/appconfig/icons/C/Dtcore.t.bm
+dt/appconfig/icons/C/Dtcore.t.pm
+dt/appconfig/icons/C/Dtcore.t_m.bm
+dt/appconfig/icons/C/Dtcshll.m.bm
+dt/appconfig/icons/C/Dtcshll.m.pm
+dt/appconfig/icons/C/Dtcshll.m_m.bm
+dt/appconfig/icons/C/Dtcshll.t.bm
+dt/appconfig/icons/C/Dtcshll.t.pm
+dt/appconfig/icons/C/Dtcshll.t_m.bm
+dt/appconfig/icons/C/Dtdata.m.bm
+dt/appconfig/icons/C/Dtdata.m.pm
+dt/appconfig/icons/C/Dtdata.m_m.bm
+dt/appconfig/icons/C/Dtdata.s.pm
+dt/appconfig/icons/C/Dtdata.t.bm
+dt/appconfig/icons/C/Dtdata.t.pm
+dt/appconfig/icons/C/Dtdata.t_m.bm
+dt/appconfig/icons/C/Dtdeflt.l.bm
+dt/appconfig/icons/C/Dtdeflt.l.pm
+dt/appconfig/icons/C/Dtdeflt.l_m.bm
+dt/appconfig/icons/C/Dtdeflt.m.bm
+dt/appconfig/icons/C/Dtdeflt.m.pm
+dt/appconfig/icons/C/Dtdeflt.m_m.bm
+dt/appconfig/icons/C/Dtdeflt.t.bm
+dt/appconfig/icons/C/Dtdeflt.t.pm
+dt/appconfig/icons/C/Dtdeflt.t_m.bm
+dt/appconfig/icons/C/Dtdgclk.m.bm
+dt/appconfig/icons/C/Dtdgclk.m.pm
+dt/appconfig/icons/C/Dtdgclk.t.bm
+dt/appconfig/icons/C/Dtdgclk.t.pm
+dt/appconfig/icons/C/DtdirB.m.bm
+dt/appconfig/icons/C/DtdirB.m.pm
+dt/appconfig/icons/C/DtdirB.m_m.bm
+dt/appconfig/icons/C/DtdirB.t.bm
+dt/appconfig/icons/C/DtdirB.t.pm
+dt/appconfig/icons/C/DtdirB.t_m.bm
+dt/appconfig/icons/C/DtdirR.m.bm
+dt/appconfig/icons/C/DtdirR.m.pm
+dt/appconfig/icons/C/DtdirR.m_m.bm
+dt/appconfig/icons/C/DtdirR.t.bm
+dt/appconfig/icons/C/DtdirR.t.pm
+dt/appconfig/icons/C/DtdirR.t_m.bm
+dt/appconfig/icons/C/DtdirY.m.bm
+dt/appconfig/icons/C/DtdirY.m.pm
+dt/appconfig/icons/C/DtdirY.m_m.bm
+dt/appconfig/icons/C/DtdirY.t.bm
+dt/appconfig/icons/C/DtdirY.t.pm
+dt/appconfig/icons/C/DtdirY.t_m.bm
+dt/appconfig/icons/C/Dtdirlk.l.bm
+dt/appconfig/icons/C/Dtdirlk.l.pm
+dt/appconfig/icons/C/Dtdirlk.l_m.bm
+dt/appconfig/icons/C/Dtdirlk.m.bm
+dt/appconfig/icons/C/Dtdirlk.m.pm
+dt/appconfig/icons/C/Dtdirlk.m_m.bm
+dt/appconfig/icons/C/Dtdirlk.t.bm
+dt/appconfig/icons/C/Dtdirlk.t.pm
+dt/appconfig/icons/C/Dtdirlk.t_m.bm
+dt/appconfig/icons/C/Dtdirnw.l.bm
+dt/appconfig/icons/C/Dtdirnw.l.pm
+dt/appconfig/icons/C/Dtdirnw.l_m.bm
+dt/appconfig/icons/C/Dtdirnw.m.bm
+dt/appconfig/icons/C/Dtdirnw.m.pm
+dt/appconfig/icons/C/Dtdirnw.m_m.bm
+dt/appconfig/icons/C/Dtdirnw.t.bm
+dt/appconfig/icons/C/Dtdirnw.t.pm
+dt/appconfig/icons/C/Dtdirnw.t_m.bm
+dt/appconfig/icons/C/Dtdirup.m.bm
+dt/appconfig/icons/C/Dtdirup.m.pm
+dt/appconfig/icons/C/Dtdirup.m_m.bm
+dt/appconfig/icons/C/Dtdirup.t.bm
+dt/appconfig/icons/C/Dtdirup.t.pm
+dt/appconfig/icons/C/Dtdirup.t_m.bm
+dt/appconfig/icons/C/DtdotC.m.bm
+dt/appconfig/icons/C/DtdotC.m.pm
+dt/appconfig/icons/C/DtdotC.m_m.bm
+dt/appconfig/icons/C/DtdotC.t.bm
+dt/appconfig/icons/C/DtdotC.t.pm
+dt/appconfig/icons/C/DtdotC.t_m.bm
+dt/appconfig/icons/C/DtdotH.m.bm
+dt/appconfig/icons/C/DtdotH.m.pm
+dt/appconfig/icons/C/DtdotH.m_m.bm
+dt/appconfig/icons/C/DtdotH.t.bm
+dt/appconfig/icons/C/DtdotH.t.pm
+dt/appconfig/icons/C/DtdotH.t_m.bm
+dt/appconfig/icons/C/Dtdt.m.bm
+dt/appconfig/icons/C/Dtdt.m.pm
+dt/appconfig/icons/C/Dtdt.m_m.bm
+dt/appconfig/icons/C/Dtdt.t.bm
+dt/appconfig/icons/C/Dtdt.t.pm
+dt/appconfig/icons/C/Dtdt.t_m.bm
+dt/appconfig/icons/C/Dtdtksh.m.bm
+dt/appconfig/icons/C/Dtdtksh.m.pm
+dt/appconfig/icons/C/Dtdtksh.m_m.bm
+dt/appconfig/icons/C/Dtdtksh.t.bm
+dt/appconfig/icons/C/Dtdtksh.t.pm
+dt/appconfig/icons/C/Dtdtksh.t_m.bm
+dt/appconfig/icons/C/Dteditqry.l.bm
+dt/appconfig/icons/C/Dteditqry.l.pm
+dt/appconfig/icons/C/Dteditqry.m.pm
+dt/appconfig/icons/C/Dteditqryi.m.pm
+dt/appconfig/icons/C/Dtexec.m.bm
+dt/appconfig/icons/C/Dtexec.m.pm
+dt/appconfig/icons/C/Dtexec.m_m.bm
+dt/appconfig/icons/C/Dtexec.t.bm
+dt/appconfig/icons/C/Dtexec.t.pm
+dt/appconfig/icons/C/Dtexec.t_m.bm
+dt/appconfig/icons/C/Dtfpcfg.m.bm
+dt/appconfig/icons/C/Dtfpcfg.m.pm
+dt/appconfig/icons/C/Dtfpcfg.m_m.bm
+dt/appconfig/icons/C/Dtfpcfg.t.bm
+dt/appconfig/icons/C/Dtfpcfg.t.pm
+dt/appconfig/icons/C/Dtfpcfg.t_m.bm
+dt/appconfig/icons/C/Dtfphlp.m.bm
+dt/appconfig/icons/C/Dtfphlp.m.pm
+dt/appconfig/icons/C/Dtfphlp.m_m.bm
+dt/appconfig/icons/C/Dtfphlp.t.bm
+dt/appconfig/icons/C/Dtfphlp.t.pm
+dt/appconfig/icons/C/Dtfphlp.t_m.bm
+dt/appconfig/icons/C/Dtgif.m.bm
+dt/appconfig/icons/C/Dtgif.m.pm
+dt/appconfig/icons/C/Dtgif.m_m.bm
+dt/appconfig/icons/C/Dtgif.t.bm
+dt/appconfig/icons/C/Dtgif.t.pm
+dt/appconfig/icons/C/Dtgif.t_m.bm
+dt/appconfig/icons/C/Dtgraphmap.l.bm
+dt/appconfig/icons/C/Dtgraphmap.l.pm
+dt/appconfig/icons/C/Dtgraphmap.l_m.bm
+dt/appconfig/icons/C/Dtgraphmap.m.pm
+dt/appconfig/icons/C/Dtgraphmap.m_m.bm
+dt/appconfig/icons/C/Dthelp.m.bm
+dt/appconfig/icons/C/Dthelp.m.pm
+dt/appconfig/icons/C/Dthelp.m_m.bm
+dt/appconfig/icons/C/Dthelp.t.bm
+dt/appconfig/icons/C/Dthelp.t.pm
+dt/appconfig/icons/C/Dthelp.t_m.bm
+dt/appconfig/icons/C/Dthgraphic.bm
+dt/appconfig/icons/C/Dthinfo.l.bm
+dt/appconfig/icons/C/Dthinfo.l.pm
+dt/appconfig/icons/C/Dthinfo.l_m.bm
+dt/appconfig/icons/C/Dthinfo.m.bm
+dt/appconfig/icons/C/Dthinfo.m.pm
+dt/appconfig/icons/C/Dthinfo.m_m.bm
+dt/appconfig/icons/C/Dthinfo.t.bm
+dt/appconfig/icons/C/Dthinfo.t.pm
+dt/appconfig/icons/C/Dthinfo.t_m.bm
+dt/appconfig/icons/C/Dthist.l.bm
+dt/appconfig/icons/C/Dthist.l.pm
+dt/appconfig/icons/C/Dthist.l_m.bm
+dt/appconfig/icons/C/Dthistnext.m.pm
+dt/appconfig/icons/C/Dthistnexti.m.pm
+dt/appconfig/icons/C/Dthistprev.m.pm
+dt/appconfig/icons/C/Dthistprevi.m.pm
+dt/appconfig/icons/C/Dthitem.l.bm
+dt/appconfig/icons/C/Dthitem.l.pm
+dt/appconfig/icons/C/Dthitem.l_m.bm
+dt/appconfig/icons/C/Dthitem.m.bm
+dt/appconfig/icons/C/Dthitem.m.pm
+dt/appconfig/icons/C/Dthitem.m_m.bm
+dt/appconfig/icons/C/Dthitem.t.bm
+dt/appconfig/icons/C/Dthitem.t.pm
+dt/appconfig/icons/C/Dthitem.t_m.bm
+dt/appconfig/icons/C/Dthome.m.bm
+dt/appconfig/icons/C/Dthome.m.pm
+dt/appconfig/icons/C/Dthome.m_m.bm
+dt/appconfig/icons/C/Dthome.t.bm
+dt/appconfig/icons/C/Dthome.t.pm
+dt/appconfig/icons/C/Dthome.t_m.bm
+dt/appconfig/icons/C/DthonFP.l.bm
+dt/appconfig/icons/C/DthonFP.l.pm
+dt/appconfig/icons/C/DthonFP.l_m.bm
+dt/appconfig/icons/C/DthonFP.m.bm
+dt/appconfig/icons/C/DthonFP.m.pm
+dt/appconfig/icons/C/DthonFP.m_m.bm
+dt/appconfig/icons/C/DthonFP.t.bm
+dt/appconfig/icons/C/DthonFP.t.pm
+dt/appconfig/icons/C/DthonFP.t_m.bm
+dt/appconfig/icons/C/Dthover.l.bm
+dt/appconfig/icons/C/Dthover.l.pm
+dt/appconfig/icons/C/Dthover.l_m.bm
+dt/appconfig/icons/C/Dthover.m.bm
+dt/appconfig/icons/C/Dthover.m.pm
+dt/appconfig/icons/C/Dthover.m_m.bm
+dt/appconfig/icons/C/Dthover.t.bm
+dt/appconfig/icons/C/Dthover.t.pm
+dt/appconfig/icons/C/Dthover.t_m.bm
+dt/appconfig/icons/C/Dthsrc.m.bm
+dt/appconfig/icons/C/Dthsrc.m.pm
+dt/appconfig/icons/C/Dthsrc.m_m.bm
+dt/appconfig/icons/C/Dthsrc.t.bm
+dt/appconfig/icons/C/Dthsrc.t.pm
+dt/appconfig/icons/C/Dthsrc.t_m.bm
+dt/appconfig/icons/C/Dthtop.m.bm
+dt/appconfig/icons/C/Dthtop.m.pm
+dt/appconfig/icons/C/Dthtop.m_m.bm
+dt/appconfig/icons/C/Dthtop.t.bm
+dt/appconfig/icons/C/Dthtop.t.pm
+dt/appconfig/icons/C/Dthtop.t_m.bm
+dt/appconfig/icons/C/Dthvol.m.bm
+dt/appconfig/icons/C/Dthvol.m.pm
+dt/appconfig/icons/C/Dthvol.m_m.bm
+dt/appconfig/icons/C/Dthvol.t.bm
+dt/appconfig/icons/C/Dthvol.t.pm
+dt/appconfig/icons/C/Dthvol.t_m.bm
+dt/appconfig/icons/C/Dtimage.m.bm
+dt/appconfig/icons/C/Dtimage.m.pm
+dt/appconfig/icons/C/Dtimage.m_m.bm
+dt/appconfig/icons/C/Dtimage.s.pm
+dt/appconfig/icons/C/Dtimage.t.bm
+dt/appconfig/icons/C/Dtimage.t.pm
+dt/appconfig/icons/C/Dtimage.t_m.bm
+dt/appconfig/icons/C/Dtimake.m.bm
+dt/appconfig/icons/C/Dtimake.m.pm
+dt/appconfig/icons/C/Dtimake.m_m.bm
+dt/appconfig/icons/C/Dtimake.t.bm
+dt/appconfig/icons/C/Dtimake.t.pm
+dt/appconfig/icons/C/Dtimake.t_m.bm
+dt/appconfig/icons/C/Dtinf.m.bm
+dt/appconfig/icons/C/Dtinf.m.pm
+dt/appconfig/icons/C/Dtinf.m_m.bm
+dt/appconfig/icons/C/Dtinf.t.bm
+dt/appconfig/icons/C/Dtinf.t.pm
+dt/appconfig/icons/C/Dtinf.t_m.bm
+dt/appconfig/icons/C/Dtinfbc.t.bm
+dt/appconfig/icons/C/Dtinfbc.t.pm
+dt/appconfig/icons/C/Dtinfbc.t_m.bm
+dt/appconfig/icons/C/Dtinfbk.m.bm
+dt/appconfig/icons/C/Dtinfbk.m.pm
+dt/appconfig/icons/C/Dtinfbk.m_m.bm
+dt/appconfig/icons/C/Dtinfbk.t.bm
+dt/appconfig/icons/C/Dtinfbk.t.pm
+dt/appconfig/icons/C/Dtinfbk.t_m.bm
+dt/appconfig/icons/C/Dtinfo.l.bm
+dt/appconfig/icons/C/Dtinfo.l.pm
+dt/appconfig/icons/C/Dtinfo.m.bm
+dt/appconfig/icons/C/Dtinfo.m.pm
+dt/appconfig/icons/C/Dtinfo.t.bm
+dt/appconfig/icons/C/Dtinfo.t.pm
+dt/appconfig/icons/C/Dtinfoadd.m.pm
+dt/appconfig/icons/C/Dtinfoaddi.m.pm
+dt/appconfig/icons/C/Dtinfopr.m.pm
+dt/appconfig/icons/C/Dtinfopri.m.pm
+dt/appconfig/icons/C/Dtinfosub.m.pm
+dt/appconfig/icons/C/Dtinfosubi.m.pm
+dt/appconfig/icons/C/Dtinfsc.t.bm
+dt/appconfig/icons/C/Dtinfsc.t.pm
+dt/appconfig/icons/C/Dtinfsc.t_m.bm
+dt/appconfig/icons/C/Dtinlib.m.bm
+dt/appconfig/icons/C/Dtinlib.m.pm
+dt/appconfig/icons/C/Dtinlib.m_m.bm
+dt/appconfig/icons/C/Dtinlib.t.bm
+dt/appconfig/icons/C/Dtinlib.t.pm
+dt/appconfig/icons/C/Dtinlib.t_m.bm
+dt/appconfig/icons/C/Dtjpeg.m.bm
+dt/appconfig/icons/C/Dtjpeg.m.pm
+dt/appconfig/icons/C/Dtjpeg.m_m.bm
+dt/appconfig/icons/C/Dtjpeg.t.bm
+dt/appconfig/icons/C/Dtjpeg.t.pm
+dt/appconfig/icons/C/Dtjpeg.t_m.bm
+dt/appconfig/icons/C/Dtjpegi.m.bm
+dt/appconfig/icons/C/Dtjpegi.m.pm
+dt/appconfig/icons/C/Dtjpegi.m_m.bm
+dt/appconfig/icons/C/Dtjpegi.t.bm
+dt/appconfig/icons/C/Dtjpegi.t.pm
+dt/appconfig/icons/C/Dtjpegi.t_m.bm
+dt/appconfig/icons/C/Dtkey.m.bm
+dt/appconfig/icons/C/Dtkey.m.pm
+dt/appconfig/icons/C/Dtkey.m_m.bm
+dt/appconfig/icons/C/Dtkey.t.bm
+dt/appconfig/icons/C/Dtkey.t.pm
+dt/appconfig/icons/C/Dtkey.t_m.bm
+dt/appconfig/icons/C/Dtkshll.m.bm
+dt/appconfig/icons/C/Dtkshll.m.pm
+dt/appconfig/icons/C/Dtkshll.m_m.bm
+dt/appconfig/icons/C/Dtkshll.t.bm
+dt/appconfig/icons/C/Dtkshll.t.pm
+dt/appconfig/icons/C/Dtkshll.t_m.bm
+dt/appconfig/icons/C/Dtlink.m.bm
+dt/appconfig/icons/C/Dtlink.m.pm
+dt/appconfig/icons/C/Dtlink.m_m.bm
+dt/appconfig/icons/C/Dtlink.t.bm
+dt/appconfig/icons/C/Dtlink.t.pm
+dt/appconfig/icons/C/Dtlink.t_m.bm
+dt/appconfig/icons/C/Dtload.m.bm
+dt/appconfig/icons/C/Dtload.m.pm
+dt/appconfig/icons/C/Dtload.m_m.bm
+dt/appconfig/icons/C/Dtload.t.bm
+dt/appconfig/icons/C/Dtload.t.pm
+dt/appconfig/icons/C/Dtload.t_m.bm
+dt/appconfig/icons/C/Dtlogo.pm
+dt/appconfig/icons/C/Dtmagtp.m.bm
+dt/appconfig/icons/C/Dtmagtp.m.pm
+dt/appconfig/icons/C/Dtmagtp.m_m.bm
+dt/appconfig/icons/C/Dtmagtp.t.bm
+dt/appconfig/icons/C/Dtmagtp.t.pm
+dt/appconfig/icons/C/Dtmagtp.t_m.bm
+dt/appconfig/icons/C/Dtmanpg.m.bm
+dt/appconfig/icons/C/Dtmanpg.m.pm
+dt/appconfig/icons/C/Dtmanpg.m_m.bm
+dt/appconfig/icons/C/Dtmanpg.t.bm
+dt/appconfig/icons/C/Dtmanpg.t.pm
+dt/appconfig/icons/C/Dtmanpg.t_m.bm
+dt/appconfig/icons/C/Dtmanvw.m.bm
+dt/appconfig/icons/C/Dtmanvw.m.pm
+dt/appconfig/icons/C/Dtmanvw.m_m.bm
+dt/appconfig/icons/C/Dtmanvw.t.bm
+dt/appconfig/icons/C/Dtmanvw.t.pm
+dt/appconfig/icons/C/Dtmanvw.t_m.bm
+dt/appconfig/icons/C/Dtmime.m.bm
+dt/appconfig/icons/C/Dtmime.m.pm
+dt/appconfig/icons/C/Dtmime.m_m.bm
+dt/appconfig/icons/C/Dtmime.t.bm
+dt/appconfig/icons/C/Dtmime.t.pm
+dt/appconfig/icons/C/Dtmime.t_m.bm
+dt/appconfig/icons/C/Dtminus.m.pm
+dt/appconfig/icons/C/Dtmpeg.m.bm
+dt/appconfig/icons/C/Dtmpeg.m.pm
+dt/appconfig/icons/C/Dtmpeg.m_m.bm
+dt/appconfig/icons/C/Dtmpeg.t.bm
+dt/appconfig/icons/C/Dtmpeg.t.pm
+dt/appconfig/icons/C/Dtmpeg.t_m.bm
+dt/appconfig/icons/C/Dtms2B.bm
+dt/appconfig/icons/C/Dtms2BR.bm
+dt/appconfig/icons/C/Dtms3B.bm
+dt/appconfig/icons/C/Dtms3BR.bm
+dt/appconfig/icons/C/Dtpaint.l.bm
+dt/appconfig/icons/C/Dtpaint.l.pm
+dt/appconfig/icons/C/Dtpaint.l_m.bm
+dt/appconfig/icons/C/Dtpaint.m.bm
+dt/appconfig/icons/C/Dtpaint.m.pm
+dt/appconfig/icons/C/Dtpaint.m_m.bm
+dt/appconfig/icons/C/Dtpaint.t.bm
+dt/appconfig/icons/C/Dtpaint.t.pm
+dt/appconfig/icons/C/Dtpaint.t_m.bm
+dt/appconfig/icons/C/Dtpcl.m.bm
+dt/appconfig/icons/C/Dtpcl.m.pm
+dt/appconfig/icons/C/Dtpcl.m_m.bm
+dt/appconfig/icons/C/Dtpcl.t.bm
+dt/appconfig/icons/C/Dtpcl.t.pm
+dt/appconfig/icons/C/Dtpcl.t_m.bm
+dt/appconfig/icons/C/Dtpenpd.m.bm
+dt/appconfig/icons/C/Dtpenpd.m.pm
+dt/appconfig/icons/C/Dtpenpd.m_m.bm
+dt/appconfig/icons/C/Dtpenpd.t.bm
+dt/appconfig/icons/C/Dtpenpd.t.pm
+dt/appconfig/icons/C/Dtpenpd.t_m.bm
+dt/appconfig/icons/C/Dtpixmp.m.bm
+dt/appconfig/icons/C/Dtpixmp.m.pm
+dt/appconfig/icons/C/Dtpixmp.m_m.bm
+dt/appconfig/icons/C/Dtpixmp.t.bm
+dt/appconfig/icons/C/Dtpixmp.t.pm
+dt/appconfig/icons/C/Dtpixmp.t_m.bm
+dt/appconfig/icons/C/Dtplus.m.pm
+dt/appconfig/icons/C/Dtps.m.bm
+dt/appconfig/icons/C/Dtps.m.pm
+dt/appconfig/icons/C/Dtps.m_m.bm
+dt/appconfig/icons/C/Dtps.t.bm
+dt/appconfig/icons/C/Dtps.t.pm
+dt/appconfig/icons/C/Dtps.t_m.bm
+dt/appconfig/icons/C/Dtras.m.bm
+dt/appconfig/icons/C/Dtras.m.pm
+dt/appconfig/icons/C/Dtras.m_m.bm
+dt/appconfig/icons/C/Dtras.t.bm
+dt/appconfig/icons/C/Dtras.t.pm
+dt/appconfig/icons/C/Dtras.t_m.bm
+dt/appconfig/icons/C/Dtrunpn.l.bm
+dt/appconfig/icons/C/Dtrunpn.l.pm
+dt/appconfig/icons/C/Dtrunpn.l_m.bm
+dt/appconfig/icons/C/Dtrunpn.m.bm
+dt/appconfig/icons/C/Dtrunpn.m.pm
+dt/appconfig/icons/C/Dtrunpn.m_m.bm
+dt/appconfig/icons/C/Dtrunpn.t.bm
+dt/appconfig/icons/C/Dtrunpn.t.pm
+dt/appconfig/icons/C/Dtrunpn.t_m.bm
+dt/appconfig/icons/C/Dtsatur.bm
+dt/appconfig/icons/C/Dtscope_editor.l.pm
+dt/appconfig/icons/C/Dtscope_editor.m.pm
+dt/appconfig/icons/C/Dtsectnext.m.pm
+dt/appconfig/icons/C/Dtsectprev.m.pm
+dt/appconfig/icons/C/Dtshar.m.bm
+dt/appconfig/icons/C/Dtshar.m.pm
+dt/appconfig/icons/C/Dtshar.m_m.bm
+dt/appconfig/icons/C/Dtshar.t.bm
+dt/appconfig/icons/C/Dtshar.t.pm
+dt/appconfig/icons/C/Dtshar.t_m.bm
+dt/appconfig/icons/C/Dtshell.m.bm
+dt/appconfig/icons/C/Dtshell.m.pm
+dt/appconfig/icons/C/Dtshell.m_m.bm
+dt/appconfig/icons/C/Dtshell.st.bm
+dt/appconfig/icons/C/Dtshell.st_m.bm
+dt/appconfig/icons/C/Dtshell.t.bm
+dt/appconfig/icons/C/Dtshell.t.pm
+dt/appconfig/icons/C/Dtshell.t_m.bm
+dt/appconfig/icons/C/Dtsprds.m.bm
+dt/appconfig/icons/C/Dtsprds.m.pm
+dt/appconfig/icons/C/Dtsprds.m_m.bm
+dt/appconfig/icons/C/Dtsprds.t.bm
+dt/appconfig/icons/C/Dtsprds.t.pm
+dt/appconfig/icons/C/Dtsprds.t_m.bm
+dt/appconfig/icons/C/Dtsrch.l.bm
+dt/appconfig/icons/C/Dtsrch.l.pm
+dt/appconfig/icons/C/Dtsrch.l_m.bm
+dt/appconfig/icons/C/Dtsrchnext.m.pm
+dt/appconfig/icons/C/Dtsrchnexti.m.pm
+dt/appconfig/icons/C/Dtsrchprev.m.pm
+dt/appconfig/icons/C/Dtsrchprevi.m.pm
+dt/appconfig/icons/C/Dtstyle.m.bm
+dt/appconfig/icons/C/Dtstyle.m.pm
+dt/appconfig/icons/C/Dtstyle.m_m.bm
+dt/appconfig/icons/C/Dtstyle.t.bm
+dt/appconfig/icons/C/Dtstyle.t.pm
+dt/appconfig/icons/C/Dtstyle.t_m.bm
+dt/appconfig/icons/C/Dtterm.l.bm
+dt/appconfig/icons/C/Dtterm.l.pm
+dt/appconfig/icons/C/Dtterm.l_m.bm
+dt/appconfig/icons/C/Dtterm.m.bm
+dt/appconfig/icons/C/Dtterm.m.pm
+dt/appconfig/icons/C/Dtterm.m_m.bm
+dt/appconfig/icons/C/Dtterm.t.bm
+dt/appconfig/icons/C/Dtterm.t.pm
+dt/appconfig/icons/C/Dtterm.t_m.bm
+dt/appconfig/icons/C/Dttif.m.bm
+dt/appconfig/icons/C/Dttif.m.pm
+dt/appconfig/icons/C/Dttif.m_m.bm
+dt/appconfig/icons/C/Dttif.t.bm
+dt/appconfig/icons/C/Dttif.t.pm
+dt/appconfig/icons/C/Dttif.t_m.bm
+dt/appconfig/icons/C/Dttrsh.m.bm
+dt/appconfig/icons/C/Dttrsh.m.pm
+dt/appconfig/icons/C/Dttrsh.m_m.bm
+dt/appconfig/icons/C/Dttrsh.t.bm
+dt/appconfig/icons/C/Dttrsh.t.pm
+dt/appconfig/icons/C/Dttrsh.t_m.bm
+dt/appconfig/icons/C/Dttvbth.l.bm
+dt/appconfig/icons/C/Dttvbth.l.pm
+dt/appconfig/icons/C/Dttvbth.m.bm
+dt/appconfig/icons/C/Dttvbth.m.pm
+dt/appconfig/icons/C/Dttvbth.s.bm
+dt/appconfig/icons/C/Dttvbth.s.pm
+dt/appconfig/icons/C/Dttvemp.l.bm
+dt/appconfig/icons/C/Dttvemp.l.pm
+dt/appconfig/icons/C/Dttvemp.m.bm
+dt/appconfig/icons/C/Dttvemp.m.pm
+dt/appconfig/icons/C/Dttvemp.s.bm
+dt/appconfig/icons/C/Dttvemp.s.pm
+dt/appconfig/icons/C/Dttverr.l.bm
+dt/appconfig/icons/C/Dttverr.l.pm
+dt/appconfig/icons/C/Dttverr.m.bm
+dt/appconfig/icons/C/Dttverr.m.pm
+dt/appconfig/icons/C/Dttverr.s.bm
+dt/appconfig/icons/C/Dttverr.s.pm
+dt/appconfig/icons/C/Dttvlss.l.bm
+dt/appconfig/icons/C/Dttvlss.l.pm
+dt/appconfig/icons/C/Dttvlss.m.bm
+dt/appconfig/icons/C/Dttvlss.m.pm
+dt/appconfig/icons/C/Dttvlss.s.bm
+dt/appconfig/icons/C/Dttvlss.s.pm
+dt/appconfig/icons/C/Dttvmor.l.bm
+dt/appconfig/icons/C/Dttvmor.l.pm
+dt/appconfig/icons/C/Dttvmor.m.bm
+dt/appconfig/icons/C/Dttvmor.m.pm
+dt/appconfig/icons/C/Dttvmor.s.bm
+dt/appconfig/icons/C/Dttvmor.s.pm
+dt/appconfig/icons/C/Dttvnil.l.bm
+dt/appconfig/icons/C/Dttvnil.l.pm
+dt/appconfig/icons/C/Dttvnil.m.bm
+dt/appconfig/icons/C/Dttvnil.m.pm
+dt/appconfig/icons/C/Dttvnil.s.bm
+dt/appconfig/icons/C/Dttvnil.s.pm
+dt/appconfig/icons/C/Dttvnor.l.bm
+dt/appconfig/icons/C/Dttvnor.l.pm
+dt/appconfig/icons/C/Dttvnor.m.bm
+dt/appconfig/icons/C/Dttvnor.m.pm
+dt/appconfig/icons/C/Dttvnor.s.bm
+dt/appconfig/icons/C/Dttvnor.s.pm
+dt/appconfig/icons/C/Dtuil.m.bm
+dt/appconfig/icons/C/Dtuil.m.pm
+dt/appconfig/icons/C/Dtuil.m_m.bm
+dt/appconfig/icons/C/Dtuil.t.bm
+dt/appconfig/icons/C/Dtuil.t.pm
+dt/appconfig/icons/C/Dtuil.t_m.bm
+dt/appconfig/icons/C/Dtuuncd.m.bm
+dt/appconfig/icons/C/Dtuuncd.m.pm
+dt/appconfig/icons/C/Dtuuncd.m_m.bm
+dt/appconfig/icons/C/Dtuuncd.t.bm
+dt/appconfig/icons/C/Dtuuncd.t.pm
+dt/appconfig/icons/C/Dtuuncd.t_m.bm
+dt/appconfig/icons/C/Dtvalue.bm
+dt/appconfig/icons/C/Dtview.l.bm
+dt/appconfig/icons/C/Dtview.l.pm
+dt/appconfig/icons/C/Dtview.l_m.bm
+dt/appconfig/icons/C/Dtview.m.pm
+dt/appconfig/icons/C/Dtviewi.m.pm
+dt/appconfig/icons/C/Dtxwd.m.bm
+dt/appconfig/icons/C/Dtxwd.m.pm
+dt/appconfig/icons/C/Dtxwd.m_m.bm
+dt/appconfig/icons/C/Dtxwd.t.bm
+dt/appconfig/icons/C/Dtxwd.t.pm
+dt/appconfig/icons/C/Dtxwd.t_m.bm
+dt/appconfig/icons/C/FpCM.l.bm
+dt/appconfig/icons/C/FpCM.l.pm
+dt/appconfig/icons/C/FpCM.l_m.bm
+dt/appconfig/icons/C/FpCM.m.bm
+dt/appconfig/icons/C/FpCM.m.pm
+dt/appconfig/icons/C/FpCM.m_m.bm
+dt/appconfig/icons/C/FpPrtmg.l.bm
+dt/appconfig/icons/C/FpPrtmg.l.pm
+dt/appconfig/icons/C/FpPrtmg.l_m.bm
+dt/appconfig/icons/C/FpPrtmg.m.bm
+dt/appconfig/icons/C/FpPrtmg.m.pm
+dt/appconfig/icons/C/FpPrtmg.m_m.bm
+dt/appconfig/icons/C/FpPrtmg.t.bm
+dt/appconfig/icons/C/FpPrtmg.t.pm
+dt/appconfig/icons/C/FpPrtmg.t_m.bm
+dt/appconfig/icons/C/Fpapps.l.bm
+dt/appconfig/icons/C/Fpapps.l.pm
+dt/appconfig/icons/C/Fpapps.l_m.bm
+dt/appconfig/icons/C/Fpapps.m.bm
+dt/appconfig/icons/C/Fpapps.m.pm
+dt/appconfig/icons/C/Fpapps.m_m.bm
+dt/appconfig/icons/C/Fpapps.t.bm
+dt/appconfig/icons/C/Fpapps.t.pm
+dt/appconfig/icons/C/Fpapps.t_m.bm
+dt/appconfig/icons/C/Fpblank.l.pm
+dt/appconfig/icons/C/Fpblank.m.pm
+dt/appconfig/icons/C/FpblnkA.l.pm
+dt/appconfig/icons/C/FpblnkA.m.pm
+dt/appconfig/icons/C/FpblnkS.s.pm
+dt/appconfig/icons/C/FpblnkS.t.pm
+dt/appconfig/icons/C/Fpclock.l.bm
+dt/appconfig/icons/C/Fpclock.l.pm
+dt/appconfig/icons/C/Fpclock.l_m.bm
+dt/appconfig/icons/C/Fpclock.m.bm
+dt/appconfig/icons/C/Fpclock.m.pm
+dt/appconfig/icons/C/Fpclock.m_m.bm
+dt/appconfig/icons/C/Fpclock.t.bm
+dt/appconfig/icons/C/Fpclock.t.pm
+dt/appconfig/icons/C/Fpclock.t_m.bm
+dt/appconfig/icons/C/Fpdown.l.bm
+dt/appconfig/icons/C/Fpdown.l.pm
+dt/appconfig/icons/C/Fpdown.l_m.bm
+dt/appconfig/icons/C/Fpdown.m.bm
+dt/appconfig/icons/C/Fpdown.m.pm
+dt/appconfig/icons/C/Fpdown.m_m.bm
+dt/appconfig/icons/C/FpdownY.l.bm
+dt/appconfig/icons/C/FpdownY.l.pm
+dt/appconfig/icons/C/FpdownY.l_m.bm
+dt/appconfig/icons/C/FpdownY.m.bm
+dt/appconfig/icons/C/FpdownY.m.pm
+dt/appconfig/icons/C/FpdownY.m_m.bm
+dt/appconfig/icons/C/Fpdropz.m.bm
+dt/appconfig/icons/C/Fpdropz.m.pm
+dt/appconfig/icons/C/Fpdropz.m_m.bm
+dt/appconfig/icons/C/Fpdropz.t.bm
+dt/appconfig/icons/C/Fpdropz.t.pm
+dt/appconfig/icons/C/Fpdropz.t_m.bm
+dt/appconfig/icons/C/Fpexit.s.bm
+dt/appconfig/icons/C/Fpexit.s.pm
+dt/appconfig/icons/C/Fpexit.s_m.bm
+dt/appconfig/icons/C/Fpexit.t.bm
+dt/appconfig/icons/C/Fpexit.t.pm
+dt/appconfig/icons/C/Fpexit.t_m.bm
+dt/appconfig/icons/C/Fpfphlp.l.bm
+dt/appconfig/icons/C/Fpfphlp.l.pm
+dt/appconfig/icons/C/Fpfphlp.l_m.bm
+dt/appconfig/icons/C/Fpfphlp.m.bm
+dt/appconfig/icons/C/Fpfphlp.m.pm
+dt/appconfig/icons/C/Fpfphlp.m_m.bm
+dt/appconfig/icons/C/Fpfphlp.t.bm
+dt/appconfig/icons/C/Fpfphlp.t.pm
+dt/appconfig/icons/C/Fpfphlp.t_m.bm
+dt/appconfig/icons/C/Fpfpmin.l.bm
+dt/appconfig/icons/C/Fpfpmin.l.pm
+dt/appconfig/icons/C/Fpfpmin.m.bm
+dt/appconfig/icons/C/Fpfpmin.m.pm
+dt/appconfig/icons/C/Fphandl.l.bm
+dt/appconfig/icons/C/Fphandl.l.pm
+dt/appconfig/icons/C/Fphelp.l.bm
+dt/appconfig/icons/C/Fphelp.l.pm
+dt/appconfig/icons/C/Fphelp.l_m.bm
+dt/appconfig/icons/C/Fphelp.m.bm
+dt/appconfig/icons/C/Fphelp.m.pm
+dt/appconfig/icons/C/Fphelp.m_m.bm
+dt/appconfig/icons/C/Fphelp.t.bm
+dt/appconfig/icons/C/Fphelp.t.pm
+dt/appconfig/icons/C/Fphelp.t_m.bm
+dt/appconfig/icons/C/Fphome.l.bm
+dt/appconfig/icons/C/Fphome.l.pm
+dt/appconfig/icons/C/Fphome.l_m.bm
+dt/appconfig/icons/C/Fphome.m.bm
+dt/appconfig/icons/C/Fphome.m.pm
+dt/appconfig/icons/C/Fphome.m_m.bm
+dt/appconfig/icons/C/Fphome.t.bm
+dt/appconfig/icons/C/Fphome.t.pm
+dt/appconfig/icons/C/Fphome.t_m.bm
+dt/appconfig/icons/C/Fpindc.m.bm
+dt/appconfig/icons/C/Fpindc.m.pm
+dt/appconfig/icons/C/Fpindc.m_m.bm
+dt/appconfig/icons/C/Fpindc.t.bm
+dt/appconfig/icons/C/Fpindc.t.pm
+dt/appconfig/icons/C/Fpindc.t_m.bm
+dt/appconfig/icons/C/FpindcY.m.bm
+dt/appconfig/icons/C/FpindcY.m.pm
+dt/appconfig/icons/C/FpindcY.m_m.bm
+dt/appconfig/icons/C/FpindcY.t.bm
+dt/appconfig/icons/C/FpindcY.t.pm
+dt/appconfig/icons/C/FpindcY.t_m.bm
+dt/appconfig/icons/C/Fplite.s.bm
+dt/appconfig/icons/C/Fplite.s.pm
+dt/appconfig/icons/C/Fplite.s_m.bm
+dt/appconfig/icons/C/Fplite.t.bm
+dt/appconfig/icons/C/Fplite.t.pm
+dt/appconfig/icons/C/Fplite.t_m.bm
+dt/appconfig/icons/C/FpliteY.s.bm
+dt/appconfig/icons/C/FpliteY.s.pm
+dt/appconfig/icons/C/FpliteY.s_m.bm
+dt/appconfig/icons/C/FpliteY.t.bm
+dt/appconfig/icons/C/FpliteY.t.pm
+dt/appconfig/icons/C/FpliteY.t_m.bm
+dt/appconfig/icons/C/Fplock.s.bm
+dt/appconfig/icons/C/Fplock.s.pm
+dt/appconfig/icons/C/Fplock.s_m.bm
+dt/appconfig/icons/C/Fplock.t.bm
+dt/appconfig/icons/C/Fplock.t.pm
+dt/appconfig/icons/C/Fplock.t_m.bm
+dt/appconfig/icons/C/Fpmenu.l.bm
+dt/appconfig/icons/C/Fpmenu.l.pm
+dt/appconfig/icons/C/Fpmenu.m.bm
+dt/appconfig/icons/C/Fpmenu.m.pm
+dt/appconfig/icons/C/FpmenuY.l.bm
+dt/appconfig/icons/C/FpmenuY.l.pm
+dt/appconfig/icons/C/FpmenuY.m.bm
+dt/appconfig/icons/C/FpmenuY.m.pm
+dt/appconfig/icons/C/Fpmin.l.bm
+dt/appconfig/icons/C/Fpmin.l.pm
+dt/appconfig/icons/C/Fpmin.m.bm
+dt/appconfig/icons/C/Fpmin.m.pm
+dt/appconfig/icons/C/FpminY.l.bm
+dt/appconfig/icons/C/FpminY.l.pm
+dt/appconfig/icons/C/FpminY.m.bm
+dt/appconfig/icons/C/FpminY.m.pm
+dt/appconfig/icons/C/Fppenpd.l.bm
+dt/appconfig/icons/C/Fppenpd.l.pm
+dt/appconfig/icons/C/Fppenpd.l_m.bm
+dt/appconfig/icons/C/Fppenpd.m.bm
+dt/appconfig/icons/C/Fppenpd.m.pm
+dt/appconfig/icons/C/Fppenpd.m_m.bm
+dt/appconfig/icons/C/Fppenpd.t.bm
+dt/appconfig/icons/C/Fppenpd.t.pm
+dt/appconfig/icons/C/Fppenpd.t_m.bm
+dt/appconfig/icons/C/Fpprnt.l.bm
+dt/appconfig/icons/C/Fpprnt.l.pm
+dt/appconfig/icons/C/Fpprnt.l_m.bm
+dt/appconfig/icons/C/Fpprnt.m.bm
+dt/appconfig/icons/C/Fpprnt.m.pm
+dt/appconfig/icons/C/Fpprnt.m_m.bm
+dt/appconfig/icons/C/Fpprnt.t.bm
+dt/appconfig/icons/C/Fpprnt.t.pm
+dt/appconfig/icons/C/Fpprnt.t_m.bm
+dt/appconfig/icons/C/Fpprnt1.l.bm
+dt/appconfig/icons/C/Fpprnt1.l.pm
+dt/appconfig/icons/C/Fpprnt1.l_m.bm
+dt/appconfig/icons/C/Fpprnt1.m.bm
+dt/appconfig/icons/C/Fpprnt1.m.pm
+dt/appconfig/icons/C/Fpprnt1.m_m.bm
+dt/appconfig/icons/C/Fpprnt2.l.bm
+dt/appconfig/icons/C/Fpprnt2.l.pm
+dt/appconfig/icons/C/Fpprnt2.l_m.bm
+dt/appconfig/icons/C/Fpprnt2.m.bm
+dt/appconfig/icons/C/Fpprnt2.m.pm
+dt/appconfig/icons/C/Fpprnt2.m_m.bm
+dt/appconfig/icons/C/Fpprnt3.l.bm
+dt/appconfig/icons/C/Fpprnt3.l.pm
+dt/appconfig/icons/C/Fpprnt3.l_m.bm
+dt/appconfig/icons/C/Fpprnt3.m.bm
+dt/appconfig/icons/C/Fpprnt3.m.pm
+dt/appconfig/icons/C/Fpprnt3.m_m.bm
+dt/appconfig/icons/C/Fpprnt4.l.bm
+dt/appconfig/icons/C/Fpprnt4.l.pm
+dt/appconfig/icons/C/Fpprnt4.l_m.bm
+dt/appconfig/icons/C/Fpprnt4.m.bm
+dt/appconfig/icons/C/Fpprnt4.m.pm
+dt/appconfig/icons/C/Fpprnt4.m_m.bm
+dt/appconfig/icons/C/Fpprnt5.l.bm
+dt/appconfig/icons/C/Fpprnt5.l.pm
+dt/appconfig/icons/C/Fpprnt5.l_m.bm
+dt/appconfig/icons/C/Fpprnt5.m.bm
+dt/appconfig/icons/C/Fpprnt5.m.pm
+dt/appconfig/icons/C/Fpprnt5.m_m.bm
+dt/appconfig/icons/C/Fpprnt6.l.bm
+dt/appconfig/icons/C/Fpprnt6.l.pm
+dt/appconfig/icons/C/Fpprnt6.l_m.bm
+dt/appconfig/icons/C/Fpprnt6.m.bm
+dt/appconfig/icons/C/Fpprnt6.m.pm
+dt/appconfig/icons/C/Fpprnt6.m_m.bm
+dt/appconfig/icons/C/Fpprnt7.l.bm
+dt/appconfig/icons/C/Fpprnt7.l.pm
+dt/appconfig/icons/C/Fpprnt7.l_m.bm
+dt/appconfig/icons/C/Fpprnt7.m.bm
+dt/appconfig/icons/C/Fpprnt7.m.pm
+dt/appconfig/icons/C/Fpprnt7.m_m.bm
+dt/appconfig/icons/C/Fpprnt8.l.bm
+dt/appconfig/icons/C/Fpprnt8.l.pm
+dt/appconfig/icons/C/Fpprnt8.l_m.bm
+dt/appconfig/icons/C/Fpprnt8.m.bm
+dt/appconfig/icons/C/Fpprnt8.m.pm
+dt/appconfig/icons/C/Fpprnt8.m_m.bm
+dt/appconfig/icons/C/Fpprnt9.l.bm
+dt/appconfig/icons/C/Fpprnt9.l.pm
+dt/appconfig/icons/C/Fpprnt9.l_m.bm
+dt/appconfig/icons/C/Fpprnt9.m.bm
+dt/appconfig/icons/C/Fpprnt9.m.pm
+dt/appconfig/icons/C/Fpprnt9.m_m.bm
+dt/appconfig/icons/C/FpprntA.l.bm
+dt/appconfig/icons/C/FpprntA.l.pm
+dt/appconfig/icons/C/FpprntA.l_m.bm
+dt/appconfig/icons/C/FpprntA.m.bm
+dt/appconfig/icons/C/FpprntA.m.pm
+dt/appconfig/icons/C/FpprntA.m_m.bm
+dt/appconfig/icons/C/FpprntB.l.bm
+dt/appconfig/icons/C/FpprntB.l.pm
+dt/appconfig/icons/C/FpprntB.l_m.bm
+dt/appconfig/icons/C/FpprntB.m.bm
+dt/appconfig/icons/C/FpprntB.m.pm
+dt/appconfig/icons/C/FpprntB.m_m.bm
+dt/appconfig/icons/C/Fpstyle.l.bm
+dt/appconfig/icons/C/Fpstyle.l.pm
+dt/appconfig/icons/C/Fpstyle.l_m.bm
+dt/appconfig/icons/C/Fpstyle.m.bm
+dt/appconfig/icons/C/Fpstyle.m.pm
+dt/appconfig/icons/C/Fpstyle.m_m.bm
+dt/appconfig/icons/C/Fpstyle.s.bm
+dt/appconfig/icons/C/Fpstyle.s.pm
+dt/appconfig/icons/C/Fpstyle.s_m.bm
+dt/appconfig/icons/C/Fpstyle.t.bm
+dt/appconfig/icons/C/Fpstyle.t.pm
+dt/appconfig/icons/C/Fpstyle.t_m.bm
+dt/appconfig/icons/C/Fpterm.l.bm
+dt/appconfig/icons/C/Fpterm.l.pm
+dt/appconfig/icons/C/Fpterm.l_m.bm
+dt/appconfig/icons/C/Fpterm.m.bm
+dt/appconfig/icons/C/Fpterm.m.pm
+dt/appconfig/icons/C/Fpterm.m_m.bm
+dt/appconfig/icons/C/Fpterm.s.bm
+dt/appconfig/icons/C/Fpterm.s.pm
+dt/appconfig/icons/C/Fpterm.s_m.bm
+dt/appconfig/icons/C/Fpterm.t.bm
+dt/appconfig/icons/C/Fpterm.t.pm
+dt/appconfig/icons/C/Fpterm.t_m.bm
+dt/appconfig/icons/C/Fptrsh.l.bm
+dt/appconfig/icons/C/Fptrsh.l.pm
+dt/appconfig/icons/C/Fptrsh.l_m.bm
+dt/appconfig/icons/C/Fptrsh.m.bm
+dt/appconfig/icons/C/Fptrsh.m.pm
+dt/appconfig/icons/C/Fptrsh.m_m.bm
+dt/appconfig/icons/C/Fptrsh1.l.bm
+dt/appconfig/icons/C/Fptrsh1.l.pm
+dt/appconfig/icons/C/Fptrsh1.l_m.bm
+dt/appconfig/icons/C/Fptrsh1.m.bm
+dt/appconfig/icons/C/Fptrsh1.m.pm
+dt/appconfig/icons/C/Fptrsh1.m_m.bm
+dt/appconfig/icons/C/Fptrsh2.l.bm
+dt/appconfig/icons/C/Fptrsh2.l.pm
+dt/appconfig/icons/C/Fptrsh2.l_m.bm
+dt/appconfig/icons/C/Fptrsh2.m.bm
+dt/appconfig/icons/C/Fptrsh2.m.pm
+dt/appconfig/icons/C/Fptrsh2.m_m.bm
+dt/appconfig/icons/C/Fptrsh3.l.bm
+dt/appconfig/icons/C/Fptrsh3.l.pm
+dt/appconfig/icons/C/Fptrsh3.l_m.bm
+dt/appconfig/icons/C/Fptrsh3.m.bm
+dt/appconfig/icons/C/Fptrsh3.m.pm
+dt/appconfig/icons/C/Fptrsh3.m_m.bm
+dt/appconfig/icons/C/Fptrsh4.l.bm
+dt/appconfig/icons/C/Fptrsh4.l.pm
+dt/appconfig/icons/C/Fptrsh4.l_m.bm
+dt/appconfig/icons/C/Fptrsh4.m.bm
+dt/appconfig/icons/C/Fptrsh4.m.pm
+dt/appconfig/icons/C/Fptrsh4.m_m.bm
+dt/appconfig/icons/C/Fptrsh5.l.bm
+dt/appconfig/icons/C/Fptrsh5.l.pm
+dt/appconfig/icons/C/Fptrsh5.l_m.bm
+dt/appconfig/icons/C/Fptrsh5.m.bm
+dt/appconfig/icons/C/Fptrsh5.m.pm
+dt/appconfig/icons/C/Fptrsh5.m_m.bm
+dt/appconfig/icons/C/Fptrsh6.l.bm
+dt/appconfig/icons/C/Fptrsh6.l.pm
+dt/appconfig/icons/C/Fptrsh6.l_m.bm
+dt/appconfig/icons/C/Fptrsh6.m.bm
+dt/appconfig/icons/C/Fptrsh6.m.pm
+dt/appconfig/icons/C/Fptrsh6.m_m.bm
+dt/appconfig/icons/C/Fptrsh7.l.bm
+dt/appconfig/icons/C/Fptrsh7.l.pm
+dt/appconfig/icons/C/Fptrsh7.l_m.bm
+dt/appconfig/icons/C/Fptrsh7.m.bm
+dt/appconfig/icons/C/Fptrsh7.m.pm
+dt/appconfig/icons/C/Fptrsh7.m_m.bm
+dt/appconfig/icons/C/Fpup.l.bm
+dt/appconfig/icons/C/Fpup.l.pm
+dt/appconfig/icons/C/Fpup.l_m.bm
+dt/appconfig/icons/C/Fpup.m.bm
+dt/appconfig/icons/C/Fpup.m.pm
+dt/appconfig/icons/C/Fpup.m_m.bm
+dt/appconfig/icons/C/FpupY.l.bm
+dt/appconfig/icons/C/FpupY.l.pm
+dt/appconfig/icons/C/FpupY.l_m.bm
+dt/appconfig/icons/C/FpupY.m.bm
+dt/appconfig/icons/C/FpupY.m.pm
+dt/appconfig/icons/C/FpupY.m_m.bm
+dt/appconfig/icons/C/FreeBSDDtlogo.bm
+dt/appconfig/icons/C/FreeBSDDtlogo.pm
+dt/appconfig/icons/C/IcCM.l.bm
+dt/appconfig/icons/C/IcCM.l.pm
+dt/appconfig/icons/C/IcCM.l_m.bm
+dt/appconfig/icons/C/IcCMinv.l.pm
+dt/appconfig/icons/C/IcCMinv.m.pm
+dt/appconfig/icons/C/IcMcomp.l.bm
+dt/appconfig/icons/C/IcMcomp.l.pm
+dt/appconfig/icons/C/IcMcomp.l_m.bm
+dt/appconfig/icons/C/IcMcomp.m.bm
+dt/appconfig/icons/C/IcMcomp.m.pm
+dt/appconfig/icons/C/IcMcomp.m_m.bm
+dt/appconfig/icons/C/IcMxbdy.l.bm
+dt/appconfig/icons/C/IcMxbdy.l.pm
+dt/appconfig/icons/C/IcMxbdy.l_m.bm
+dt/appconfig/icons/C/IcMxbdy.m.bm
+dt/appconfig/icons/C/IcMxbdy.m.pm
+dt/appconfig/icons/C/IcMxbdy.m_m.bm
+dt/appconfig/icons/C/bomb
+dt/appconfig/icons/C/bomb16
+dt/appconfig/icons/C/bomb16m
+dt/appconfig/icons/C/bomb32
+dt/appconfig/icons/C/bomb32m
+dt/appconfig/icons/C/bombm
+dt/appconfig/icons/C/browse.xbm
+dt/appconfig/icons/C/browse_ins.xbm
+dt/appconfig/icons/C/default.xpm
+dt/appconfig/icons/C/deiconify.xbm
+dt/appconfig/icons/C/detached.xpm
+dt/appconfig/icons/C/help.xbm
+dt/appconfig/icons/C/help_ins.xbm
+dt/appconfig/icons/C/history.xbm
+dt/appconfig/icons/C/history_ins.xbm
+dt/appconfig/icons/C/iconify.xbm
+dt/appconfig/icons/C/landscap.pm
+dt/appconfig/icons/C/lduplex.pm
+dt/appconfig/icons/C/locked.xbm
+dt/appconfig/icons/C/lsimplex.pm
+dt/appconfig/icons/C/ltumble.pm
+dt/appconfig/icons/C/marks.xbm
+dt/appconfig/icons/C/marks_ins.xbm
+dt/appconfig/icons/C/pduplex.pm
+dt/appconfig/icons/C/pinin.xbm
+dt/appconfig/icons/C/pinmid.xbm
+dt/appconfig/icons/C/pinout.xbm
+dt/appconfig/icons/C/portrait.pm
+dt/appconfig/icons/C/psimplex.pm
+dt/appconfig/icons/C/ptumble.pm
+dt/appconfig/icons/C/quit.xbm
+dt/appconfig/icons/C/rlandsca.pm
+dt/appconfig/icons/C/rportrai.pm
+dt/appconfig/icons/C/search.xbm
+dt/appconfig/icons/C/search_ins.xbm
+dt/appconfig/icons/C/semilocked.xbm
+dt/appconfig/icons/C/unlocked.xbm
+dt/appconfig/icons/C/web_browse.xbm
+dt/appconfig/icons/C/web_browse_ins.xbm
+dt/appconfig/icons/C/xm_hour16
+dt/appconfig/icons/C/xm_hour16m
+dt/appconfig/icons/C/xm_hour32
+dt/appconfig/icons/C/xm_hour32m
+dt/appconfig/icons/C/xm_noenter16
+dt/appconfig/icons/C/xm_noenter16m
+dt/appconfig/icons/C/xm_noenter32
+dt/appconfig/icons/C/xm_noenter32m
+dt/appconfig/tttypes/types.xdr
+dt/appconfig/types/C/autoStart.dt
+dt/appconfig/types/C/datatypes.dt
+dt/appconfig/types/C/develop.dt
+dt/appconfig/types/C/dt.dt
+dt/appconfig/types/C/dtappman.dt
+dt/appconfig/types/C/dtbuilder.dt
+dt/appconfig/types/C/dtcm.dt
+dt/appconfig/types/C/dtfile.dt
+dt/appconfig/types/C/dthelp.dt
+dt/appconfig/types/C/dthelpprint.dt
+dt/appconfig/types/C/dthelptag.dt
+dt/appconfig/types/C/dtims.dt
+dt/appconfig/types/C/dtinfo.dt
+dt/appconfig/types/C/dtmail.dt
+dt/appconfig/types/C/dtpad.dt
+dt/appconfig/types/C/dtscreen.dt
+dt/appconfig/types/C/dtwm.fp
+dt/appconfig/types/C/print.dt
+dt/appconfig/types/C/user-prefs.dt
+dt/appconfig/types/C/uxstd.dt
+dt/appconfig/types/C/xclients.dt
+dt/appconfig/types/de_DE.ISO8859-1/autoStart.dt
+dt/appconfig/types/de_DE.ISO8859-1/datatypes.dt
+dt/appconfig/types/de_DE.ISO8859-1/develop.dt
+dt/appconfig/types/de_DE.ISO8859-1/dt.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtappman.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtbuilder.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtcm.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtfile.dt
+dt/appconfig/types/de_DE.ISO8859-1/dthelp.dt
+dt/appconfig/types/de_DE.ISO8859-1/dthelpprint.dt
+dt/appconfig/types/de_DE.ISO8859-1/dthelptag.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtims.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtinfo.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtmail.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtpad.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtscreen.dt
+dt/appconfig/types/de_DE.ISO8859-1/dtwm.fp
+dt/appconfig/types/de_DE.ISO8859-1/print.dt
+dt/appconfig/types/de_DE.ISO8859-1/user-prefs.dt
+dt/appconfig/types/de_DE.ISO8859-1/uxstd.dt
+dt/appconfig/types/de_DE.ISO8859-1/xclients.dt
+dt/appconfig/types/es_ES.ISO8859-1/autoStart.dt
+dt/appconfig/types/es_ES.ISO8859-1/datatypes.dt
+dt/appconfig/types/es_ES.ISO8859-1/develop.dt
+dt/appconfig/types/es_ES.ISO8859-1/dt.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtappman.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtbuilder.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtcm.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtfile.dt
+dt/appconfig/types/es_ES.ISO8859-1/dthelp.dt
+dt/appconfig/types/es_ES.ISO8859-1/dthelpprint.dt
+dt/appconfig/types/es_ES.ISO8859-1/dthelptag.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtims.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtinfo.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtmail.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtpad.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtscreen.dt
+dt/appconfig/types/es_ES.ISO8859-1/dtwm.fp
+dt/appconfig/types/es_ES.ISO8859-1/print.dt
+dt/appconfig/types/es_ES.ISO8859-1/user-prefs.dt
+dt/appconfig/types/es_ES.ISO8859-1/uxstd.dt
+dt/appconfig/types/es_ES.ISO8859-1/xclients.dt
+dt/appconfig/types/fr_FR.ISO8859-1/autoStart.dt
+dt/appconfig/types/fr_FR.ISO8859-1/datatypes.dt
+dt/appconfig/types/fr_FR.ISO8859-1/develop.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dt.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtappman.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtbuilder.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtcm.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtfile.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dthelp.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dthelpprint.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dthelptag.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtims.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtinfo.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtmail.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtpad.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtscreen.dt
+dt/appconfig/types/fr_FR.ISO8859-1/dtwm.fp
+dt/appconfig/types/fr_FR.ISO8859-1/print.dt
+dt/appconfig/types/fr_FR.ISO8859-1/user-prefs.dt
+dt/appconfig/types/fr_FR.ISO8859-1/uxstd.dt
+dt/appconfig/types/fr_FR.ISO8859-1/xclients.dt
+dt/appconfig/types/it_IT.ISO8859-1/autoStart.dt
+dt/appconfig/types/it_IT.ISO8859-1/datatypes.dt
+dt/appconfig/types/it_IT.ISO8859-1/develop.dt
+dt/appconfig/types/it_IT.ISO8859-1/dt.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtappman.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtbuilder.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtcm.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtfile.dt
+dt/appconfig/types/it_IT.ISO8859-1/dthelp.dt
+dt/appconfig/types/it_IT.ISO8859-1/dthelpprint.dt
+dt/appconfig/types/it_IT.ISO8859-1/dthelptag.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtims.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtinfo.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtmail.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtpad.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtscreen.dt
+dt/appconfig/types/it_IT.ISO8859-1/dtwm.fp
+dt/appconfig/types/it_IT.ISO8859-1/print.dt
+dt/appconfig/types/it_IT.ISO8859-1/user-prefs.dt
+dt/appconfig/types/it_IT.ISO8859-1/uxstd.dt
+dt/appconfig/types/it_IT.ISO8859-1/xclients.dt
+dt/backdrops
+dt/bin/Xsession
+dt/bin/dsdm
+@(,,6755) dt/bin/dtaction
+@(,,4755) dt/bin/dtappgather
+dt/bin/dtappintegrate
+dt/bin/dtbuilder
+dt/bin/dtcalc
+dt/bin/dtchooser
+dt/bin/dtcm
+dt/bin/dtcm_delete
+dt/bin/dtcm_editor
+dt/bin/dtcm_insert
+dt/bin/dtcm_lookup
+dt/bin/dtcodegen
+dt/bin/dtcreate
+dt/bin/dtdbcache
+dt/bin/dtdocbook
+dt/bin/dtdspmsg
+dt/bin/dterror.ds
+dt/bin/dtexec
+dt/bin/dtfile
+dt/bin/dtfile_copy
+dt/bin/dtfile_error
+dt/bin/dtfplist
+dt/bin/dtgreet
+dt/bin/dthello
+dt/bin/dthelp_ctag1
+dt/bin/dthelp_htag1
+dt/bin/dthelp_htag2
+dt/bin/dthelpgen
+dt/bin/dthelpgen.ds
+dt/bin/dthelpprint
+dt/bin/dthelpprint.sh
+dt/bin/dthelptag
+dt/bin/dthelpview
+dt/bin/dticon
+dt/bin/dtimsstart
+dt/bin/dtinfo
+dt/bin/dtinfogen
+dt/bin/dtksh
+dt/bin/dtlogin
+dt/bin/dtlp
+@(,mail,2755) dt/bin/dtmail
+@(,mail,2755) dt/bin/dtmailpr
+dt/bin/dtpad
+dt/bin/dtpdm
+dt/bin/dtpdmd
+@(,,2755) dt/bin/dtprintinfo
+dt/bin/dtscreen
+dt/bin/dtsearchpath
+@(,,2755) dt/bin/dtsession
+dt/bin/dtsession_res
+dt/bin/dtspcd
+dt/bin/dtsrclean
+dt/bin/dtsrcreate
+dt/bin/dtsrdbrec
+dt/bin/dtsrdelete
+dt/bin/dtsrhan
+dt/bin/dtsrindex
+dt/bin/dtsrkdump
+dt/bin/dtsrload
+dt/bin/dtstyle
+@(,,2755) dt/bin/dtterm
+dt/bin/dttypes
+dt/bin/dtwm
+dt/bin/huffcode
+dt/bin/rpc.cmsd
+dt/bin/rpc.ttdbserver
+dt/bin/suid_exec
+dt/bin/tt_type_comp
+dt/bin/ttauth
+dt/bin/ttcp
+dt/bin/ttdbck
+dt/bin/ttmv
+dt/bin/ttrm
+dt/bin/ttrmdir
+dt/bin/ttsession
+dt/bin/ttsnoop
+dt/bin/tttar
+dt/bin/tttrace
+dt/config/C/Xresources
+dt/config/C/Xresources.d/0100.session
+dt/config/C/Xresources.d/0120.session
+dt/config/C/Xresources.d/0140.session
+dt/config/C/Xresources.d/0160.session
+dt/config/C/dtfile.config
+dt/config/C/sys.dtwmrc
+dt/config/C/sys.font
+dt/config/C/sys.resources
+dt/config/C/sys.session
+dt/config/Xaccess
+dt/config/Xconfig
+dt/config/Xfailsafe
+dt/config/Xreset
+dt/config/Xservers
+dt/config/Xsession.d/0010.dtpaths
+dt/config/Xsession.d/0020.dtims
+dt/config/Xsession.d/0030.dttmpdir
+dt/config/Xsession.d/0060.dtsysenv
+dt/config/Xsetup
+dt/config/Xstartup
+dt/config/de_DE.ISO8859-1/Xresources
+dt/config/de_DE.ISO8859-1/Xresources.d/0100.session
+dt/config/de_DE.ISO8859-1/Xresources.d/0120.session
+dt/config/de_DE.ISO8859-1/Xresources.d/0140.session
+dt/config/de_DE.ISO8859-1/Xresources.d/0160.session
+dt/config/de_DE.ISO8859-1/dtfile.config
+dt/config/de_DE.ISO8859-1/sys.dtwmrc
+dt/config/de_DE.ISO8859-1/sys.font
+dt/config/de_DE.ISO8859-1/sys.resources
+dt/config/de_DE.ISO8859-1/sys.session
+dt/config/dtspcdenv
+dt/config/dtterm.ti
+dt/config/es_ES.ISO8859-1/Xresources
+dt/config/es_ES.ISO8859-1/Xresources.d/0100.session
+dt/config/es_ES.ISO8859-1/Xresources.d/0120.session
+dt/config/es_ES.ISO8859-1/Xresources.d/0140.session
+dt/config/es_ES.ISO8859-1/Xresources.d/0160.session
+dt/config/es_ES.ISO8859-1/dtfile.config
+dt/config/es_ES.ISO8859-1/sys.dtwmrc
+dt/config/es_ES.ISO8859-1/sys.font
+dt/config/es_ES.ISO8859-1/sys.resources
+dt/config/es_ES.ISO8859-1/sys.session
+dt/config/fr_FR.ISO8859-1/Xresources
+dt/config/fr_FR.ISO8859-1/Xresources.d/0100.session
+dt/config/fr_FR.ISO8859-1/Xresources.d/0120.session
+dt/config/fr_FR.ISO8859-1/Xresources.d/0140.session
+dt/config/fr_FR.ISO8859-1/Xresources.d/0160.session
+dt/config/fr_FR.ISO8859-1/dtfile.config
+dt/config/fr_FR.ISO8859-1/sys.dtwmrc
+dt/config/fr_FR.ISO8859-1/sys.font
+dt/config/fr_FR.ISO8859-1/sys.resources
+dt/config/fr_FR.ISO8859-1/sys.session
+dt/config/ims/start.conf
+dt/config/it_IT.ISO8859-1/Xresources
+dt/config/it_IT.ISO8859-1/Xresources.d/0100.session
+dt/config/it_IT.ISO8859-1/Xresources.d/0120.session
+dt/config/it_IT.ISO8859-1/Xresources.d/0140.session
+dt/config/it_IT.ISO8859-1/Xresources.d/0160.session
+dt/config/it_IT.ISO8859-1/dtfile.config
+dt/config/it_IT.ISO8859-1/sys.dtwmrc
+dt/config/it_IT.ISO8859-1/sys.font
+dt/config/it_IT.ISO8859-1/sys.resources
+dt/config/it_IT.ISO8859-1/sys.session
+dt/config/svc/CDE.lcx
+dt/config/sys.dtprofile
+dt/config/xfonts/C/dtinfo.pcf
+dt/config/xfonts/C/fonts.alias
+dt/config/xfonts/C/fonts.dir
+dt/copyright
+dt/dthelp/dtdocbook/C.ISO-8859-1/strings
+dt/dthelp/dtdocbook/SGML/catalog
+dt/dthelp/dtdocbook/SGML/docbook.dtd
+dt/dthelp/dtdocbook/SGML/dtinfo.af
+dt/dthelp/dtdocbook/SGML/iso-box.gml
+dt/dthelp/dtdocbook/SGML/iso-dia.gml
+dt/dthelp/dtdocbook/SGML/iso-grk1.gml
+dt/dthelp/dtdocbook/SGML/iso-grk3.gml
+dt/dthelp/dtdocbook/SGML/iso-lat1.gml
+dt/dthelp/dtdocbook/SGML/iso-lat2.gml
+dt/dthelp/dtdocbook/SGML/iso-num.gml
+dt/dthelp/dtdocbook/SGML/iso-pub.gml
+dt/dthelp/dtdocbook/SGML/iso-tech.gml
+dt/dthelp/dtdocbook/de_DE.ISO-8859-1/strings
+dt/dthelp/dtdocbook/docbook.cmap
+dt/dthelp/dtdocbook/docbook.sgml
+dt/dthelp/dtdocbook/docbook.tcl
+dt/dthelp/dtdocbook/docbook.ts
+dt/dthelp/dtdocbook/docbook.tss
+dt/dthelp/dtdocbook/es_ES.ISO-8859-1/strings
+dt/dthelp/dtdocbook/fr_FR.ISO-8859-1/strings
+dt/dthelp/dtdocbook/instant
+dt/dthelp/dtdocbook/it_IT.ISO-8859-1/strings
+dt/dthelp/dtdocbook/ja_JP.EUC-JP/strings
+dt/dthelp/dtdocbook/xlate_locale
+dt/dthelp/dthelptag/dtd/helptag.dtd
+dt/dthelp/dthelptag/dtd/sdl.dtd
+dt/dthelp/dthelptag/helpchar.ent
+dt/dthelp/dthelptag/helpicon.ent
+dt/dthelp/dthelptag/helplang.ent
+dt/dthelp/dthelptag/helptag.opt
+dt/dthelp/dthelptag/icons/cauticon.pm
+dt/dthelp/dthelptag/icons/noteicon.pm
+dt/dthelp/dthelptag/icons/warnicon.pm
+dt/dthelp/fontschemes/fontDef.fns
+dt/dthelp/fontschemes/fontLarge.fns
+dt/dthelp/fontschemes/fontMulti.fns
+dt/dthelp/fontschemes/fontX11.fns
+dt/dthelp/help4help/C/Appendix.sgm
+dt/dthelp/help4help/C/Concepts.sgm
+dt/dthelp/help4help/C/Help4Help.sgm
+dt/dthelp/help4help/C/Home.sgm
+dt/dthelp/help4help/C/MetaInfo.sgm
+dt/dthelp/help4help/C/Ref.sgm
+dt/dthelp/help4help/C/TOC.sgm
+dt/dthelp/help4help/C/Tasks.sgm
+dt/dthelp/help4help/C/glossary.sgm
+dt/dthelp/help4help/C/graphics/execute.tif
+dt/dthelp/help4help/C/graphics/genhlp.tif
+dt/dthelp/help4help/C/graphics/helpctl.tif
+dt/dthelp/help4help/C/graphics/helpmgr.tif
+dt/dthelp/help4help/C/graphics/helporg.tif
+dt/dthelp/help4help/C/graphics/history.tif
+dt/dthelp/help4help/C/graphics/hlinkd.tif
+dt/dthelp/help4help/C/graphics/hlinks.tif
+dt/dthelp/help4help/C/graphics/home.tif
+dt/dthelp/help4help/C/graphics/iderr.tif
+dt/dthelp/help4help/C/graphics/indexdlg.tif
+dt/dthelp/help4help/C/graphics/indexpre.tif
+dt/dthelp/help4help/C/graphics/indextop.tif
+dt/dthelp/help4help/C/graphics/popupmen.tif
+dt/dthelp/help4help/C/graphics/printdlg.tif
+dt/dthelp/help4help/C/graphics/quickhlp.tif
+dt/dthelp/help4help/C/graphics/search.tif
+dt/dthelp/help4help/C/graphics/seltopic.tif
+dt/dthelp/help4help/C/graphics/topicerr.tif
+dt/dthelp/help4help/C/graphics/topics.tif
+dt/dthelp/help4help/C/graphics/volerr.tif
+dt/dthelp/nls/C/DtHelp.msg
+dt/dthelp/nls/zh_CN.dt-eucCN/fmt_tbl.msg
+dt/examples
+dt/include
+dt/infolib/C/SGML/catalog
+dt/infolib/C/SGML/docbook.dtd
+dt/infolib/C/SGML/dtinfo.af
+dt/infolib/C/SGML/dtinfo.decl
+dt/infolib/C/SGML/dtinfoBook.dtd
+dt/infolib/C/SGML/dtinfoStyle.dtd
+dt/infolib/C/SGML/dtinfoTOC.dtd
+dt/infolib/C/SGML/iso-amsa.gml
+dt/infolib/C/SGML/iso-amsb.gml
+dt/infolib/C/SGML/iso-amsc.gml
+dt/infolib/C/SGML/iso-amsn.gml
+dt/infolib/C/SGML/iso-amso.gml
+dt/infolib/C/SGML/iso-amsr.gml
+dt/infolib/C/SGML/iso-box.gml
+dt/infolib/C/SGML/iso-catalog
+dt/infolib/C/SGML/iso-cyr1.gml
+dt/infolib/C/SGML/iso-cyr2.gml
+dt/infolib/C/SGML/iso-dia.gml
+dt/infolib/C/SGML/iso-grk1.gml
+dt/infolib/C/SGML/iso-grk2.gml
+dt/infolib/C/SGML/iso-grk3.gml
+dt/infolib/C/SGML/iso-grk4.gml
+dt/infolib/C/SGML/iso-lat1.gml
+dt/infolib/C/SGML/iso-lat2.gml
+dt/infolib/C/SGML/iso-mfrk.gml
+dt/infolib/C/SGML/iso-mopf.gml
+dt/infolib/C/SGML/iso-mscr.gml
+dt/infolib/C/SGML/iso-num.gml
+dt/infolib/C/SGML/iso-pub.gml
+dt/infolib/C/SGML/iso-tech.gml
+dt/infolib/C/SGML/proxy.ss
+dt/infolib/C/SGML/styprolog.sgml
+dt/infolib/C/cde.dti/CDEDOC/CDEDOC.dbd
+dt/infolib/C/cde.dti/CDEDOC/CDEDOC.dbi
+dt/infolib/C/cde.dti/CDEDOC/CDEDOC.sch
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d00
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d01
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d21
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d22
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d23
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.d99
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.dbd
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.k00
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.k01
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.k21
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.k22
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.k23
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.sfx
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/CDEDOC.stp
+dt/infolib/C/cde.dti/CDEDOC/dtsearch/dtsearch.ocf
+dt/infolib/C/cde.dti/bookcase.map
+dt/infolib/C/cde.dti/cde.oli
+dt/infolib/etc/C/dtsr/eng.sfx
+dt/infolib/etc/C/dtsr/eng.stp
+dt/infolib/etc/ChangeCaseTitle
+dt/infolib/etc/DeInstallBase
+dt/infolib/etc/InstallBase
+dt/infolib/etc/Librarian
+dt/infolib/etc/MixedGen
+dt/infolib/etc/NCFGen
+dt/infolib/etc/NodeParser
+dt/infolib/etc/StyleUpdate
+dt/infolib/etc/dbdrv
+dt/infolib/etc/de_DE.ISO8859-1/dtsr/deu.sfx
+dt/infolib/etc/de_DE.ISO8859-1/dtsr/deu.stp
+dt/infolib/etc/dtinfo_start
+dt/infolib/etc/dtinfogen_worker
+dt/infolib/etc/dtsr/dtsearch.dbd
+dt/infolib/etc/es_ES.ISO8859-1/dtsr/esp.sfx
+dt/infolib/etc/es_ES.ISO8859-1/dtsr/esp.stp
+dt/infolib/etc/fr_FR.ISO8859-1/dtsr/fra.sfx
+dt/infolib/etc/fr_FR.ISO8859-1/dtsr/fra.stp
+dt/infolib/etc/hardcopy.feature.spec
+dt/infolib/etc/it_IT.ISO8859-1/dtsr/ita.sfx
+dt/infolib/etc/it_IT.ISO8859-1/dtsr/ita.stp
+dt/infolib/etc/ja_JP.EUC-JP/dtsr/jpn.knj
+dt/infolib/etc/mmdb.infolib.spec
+dt/infolib/etc/mmdb.mark.spec
+dt/infolib/etc/nsgmls
+dt/infolib/etc/online.feature.spec
+dt/infolib/etc/valBase
+dt/infolib/etc/validator
+dt/lib/dtksh/DtFuncs.dtsh
+dt/lib/libDtHelp.so
+dt/lib/libDtHelp.so.2
+dt/lib/libDtMmdb.so
+dt/lib/libDtMmdb.so.2
+dt/lib/libDtMrm.so
+dt/lib/libDtMrm.so.2
+dt/lib/libDtPrint.so
+dt/lib/libDtPrint.so.2
+dt/lib/libDtSearch.so
+dt/lib/libDtSearch.so.2
+dt/lib/libDtSvc.so
+dt/lib/libDtSvc.so.2
+dt/lib/libDtTerm.so
+dt/lib/libDtTerm.so.2
+dt/lib/libDtWidget.so
+dt/lib/libDtWidget.so.2
+dt/lib/libcsa.so
+dt/lib/libcsa.so.2
+dt/lib/libtt.so
+dt/lib/libtt.so.2
+dt/lib/nls/msg/C/DtHelp.cat
+dt/lib/nls/msg/C/DtMail.cat
+dt/lib/nls/msg/C/DtPrint.cat
+dt/lib/nls/msg/C/DtWidget.cat
+dt/lib/nls/msg/C/MotifApp.cat
+dt/lib/nls/msg/C/Mrm.cat
+dt/lib/nls/msg/C/SUNW_TOOLTALK.cat
+dt/lib/nls/msg/C/Uil.cat
+dt/lib/nls/msg/C/Xm.cat
+dt/lib/nls/msg/C/dt.cat
+dt/lib/nls/msg/C/dtact.cat
+dt/lib/nls/msg/C/dtbuilder.cat
+dt/lib/nls/msg/C/dtcalc.cat
+dt/lib/nls/msg/C/dtcm.cat
+dt/lib/nls/msg/C/dtcodegen.cat
+dt/lib/nls/msg/C/dtconfig.cat
+dt/lib/nls/msg/C/dtcopy.cat
+dt/lib/nls/msg/C/dtcreate.cat
+dt/lib/nls/msg/C/dtfile.cat
+dt/lib/nls/msg/C/dthello.cat
+dt/lib/nls/msg/C/dthelpgen.cat
+dt/lib/nls/msg/C/dthelpprint.cat
+dt/lib/nls/msg/C/dticon.cat
+dt/lib/nls/msg/C/dtimsstart.cat
+dt/lib/nls/msg/C/dtinfo.cat
+dt/lib/nls/msg/C/dtinfo_start.cat
+dt/lib/nls/msg/C/dtksh.cat
+dt/lib/nls/msg/C/dtlogin.cat
+dt/lib/nls/msg/C/dtlp.cat
+dt/lib/nls/msg/C/dtmailopts.cat
+dt/lib/nls/msg/C/dtpad.cat
+dt/lib/nls/msg/C/dtpdm.cat
+dt/lib/nls/msg/C/dtpdmd.cat
+dt/lib/nls/msg/C/dtprintinfo.cat
+dt/lib/nls/msg/C/dtscreen.cat
+dt/lib/nls/msg/C/dtsearch.cat
+dt/lib/nls/msg/C/dtsession.cat
+dt/lib/nls/msg/C/dtstyle.cat
+dt/lib/nls/msg/C/dtterm.cat
+dt/lib/nls/msg/C/dttypes.cat
+dt/lib/nls/msg/C/dtwm.cat
+dt/lib/nls/msg/C/fmt_tbl.cat
+dt/lib/nls/msg/C/libDtMail.cat
+dt/lib/nls/msg/C/libdtcm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/DtHelp.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/DtMail.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/DtPrint.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/DtWidget.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/MotifApp.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/Mrm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/SUNW_TOOLTALK.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/Uil.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/Xm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dt.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtact.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtcalc.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtcm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtconfig.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtcopy.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtcreate.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtfile.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dthello.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dthelpgen.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dthelpprint.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dticon.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtimsstart.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtinfo.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtinfo_start.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtksh.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtlogin.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtlp.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtmailopts.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtpad.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtpdm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtpdmd.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtprintinfo.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtscreen.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtsearch.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtsession.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtstyle.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtterm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dttypes.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/dtwm.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/fmt_tbl.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/libDtMail.cat
+dt/lib/nls/msg/de_DE.ISO8859-1/libdtcm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/DtHelp.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/DtMail.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/DtPrint.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/DtWidget.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/MotifApp.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/Mrm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/SUNW_TOOLTALK.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/Uil.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/Xm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dt.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtact.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtcalc.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtcm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtconfig.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtcopy.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtcreate.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtfile.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dthello.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dthelpgen.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dthelpprint.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dticon.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtimsstart.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtinfo.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtinfo_start.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtksh.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtlogin.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtlp.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtmailopts.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtpad.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtpdm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtpdmd.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtprintinfo.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtscreen.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtsearch.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtsession.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtstyle.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtterm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dttypes.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/dtwm.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/fmt_tbl.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/libDtMail.cat
+dt/lib/nls/msg/es_ES.ISO8859-1/libdtcm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/DtHelp.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/DtMail.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/DtPrint.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/DtWidget.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/MotifApp.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/Mrm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/SUNW_TOOLTALK.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/Uil.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/Xm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dt.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtact.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtcalc.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtcm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtconfig.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtcopy.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtcreate.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtfile.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dthello.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dthelpgen.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dthelpprint.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dticon.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtimsstart.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtinfo.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtinfo_start.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtksh.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtlogin.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtlp.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtmailopts.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtpad.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtpdm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtpdmd.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtprintinfo.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtscreen.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtsearch.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtsession.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtstyle.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtterm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dttypes.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/dtwm.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/fmt_tbl.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/libDtMail.cat
+dt/lib/nls/msg/fr_FR.ISO8859-1/libdtcm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/DtHelp.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/DtMail.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/DtPrint.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/DtWidget.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/MotifApp.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/Mrm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/SUNW_TOOLTALK.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/Uil.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/Xm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dt.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtact.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtcalc.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtcm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtconfig.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtcopy.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtcreate.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtfile.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dthello.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dthelpgen.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dthelpprint.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dticon.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtimsstart.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtinfo.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtinfo_start.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtksh.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtlogin.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtlp.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtmailopts.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtpad.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtpdm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtpdmd.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtprintinfo.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtscreen.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtsearch.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtsession.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtstyle.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtterm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dttypes.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/dtwm.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/fmt_tbl.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/libDtMail.cat
+dt/lib/nls/msg/it_IT.ISO8859-1/libdtcm.cat
+dt/man
+dt/palettes
+dt/share/backdrops/Ankh.bm
+dt/share/backdrops/Background.bm
+dt/share/backdrops/BrickWall.bm
+dt/share/backdrops/Concave.pm
+dt/share/backdrops/Convex.pm
+dt/share/backdrops/Corduroy.pm
+dt/share/backdrops/Crochet.pm
+dt/share/backdrops/Foreground.bm
+dt/share/backdrops/InlayColor.pm
+dt/share/backdrops/InlayPlain.pm
+dt/share/backdrops/KnitLight.pm
+dt/share/backdrops/Lattice.pm
+dt/share/backdrops/LatticeBig.pm
+dt/share/backdrops/Leaves.pm
+dt/share/backdrops/NoBackdrop.pm
+dt/share/backdrops/OldChars.pm
+dt/share/backdrops/Paver.pm
+dt/share/backdrops/Pebbles.pm
+dt/share/backdrops/PinStripe.pm
+dt/share/backdrops/RakedSand.bm
+dt/share/backdrops/RicePaper.pm
+dt/share/backdrops/SkyDark.pm
+dt/share/backdrops/SkyLight.pm
+dt/share/backdrops/Sprinkles.pm
+dt/share/backdrops/Toronto.bm
+dt/share/backdrops/WaterDrops.pm
+dt/share/backdrops/Wooly.pm
+dt/share/backdrops/desc.C
+dt/share/backdrops/desc.de_DE.ISO8859-1
+dt/share/backdrops/desc.es_ES.ISO8859-1
+dt/share/backdrops/desc.fr_FR.ISO8859-1
+dt/share/backdrops/desc.it_IT.ISO8859-1
+dt/share/examples/README
+dt/share/examples/dtaction/Makefile.HP
+dt/share/examples/dtaction/Makefile.IBM
+dt/share/examples/dtaction/Makefile.SUN
+dt/share/examples/dtaction/README
+dt/share/examples/dtaction/actions.c
+dt/share/examples/dtbuilder/README
+dt/share/examples/dtbuilder/about_box.bil
+dt/share/examples/dtcalendar/Makefile.HP
+dt/share/examples/dtcalendar/Makefile.IBM
+dt/share/examples/dtcalendar/Makefile.SUN
+dt/share/examples/dtcalendar/README
+dt/share/examples/dtcalendar/attributes.c
+dt/share/examples/dtdnd/Dtdnddemo
+dt/share/examples/dtdnd/Makefile.HP
+dt/share/examples/dtdnd/Makefile.IBM
+dt/share/examples/dtdnd/Makefile.SUN
+dt/share/examples/dtdnd/README
+dt/share/examples/dtdnd/buff.c
+dt/share/examples/dtdnd/buff.h
+dt/share/examples/dtdnd/demo.c
+dt/share/examples/dtdnd/demo.h
+dt/share/examples/dtdnd/file.c
+dt/share/examples/dtdnd/file.h
+dt/share/examples/dtdnd/icon.c
+dt/share/examples/dtdnd/icon.h
+dt/share/examples/dtdnd/text.c
+dt/share/examples/dtdnd/text.h
+dt/share/examples/dtdts/Makefile.HP
+dt/share/examples/dtdts/Makefile.IBM
+dt/share/examples/dtdts/Makefile.SUN
+dt/share/examples/dtdts/README
+dt/share/examples/dtdts/datatyping.c
+dt/share/examples/dthelp/Dthelpdemo
+dt/share/examples/dthelp/HelpCache.c
+dt/share/examples/dthelp/HelpCacheI.h
+dt/share/examples/dthelp/HelpEntry.h
+dt/share/examples/dthelp/HourGlass.c
+dt/share/examples/dthelp/HourGlassI.h
+dt/share/examples/dthelp/Main.c
+dt/share/examples/dthelp/Main.h
+dt/share/examples/dthelp/Makefile.HP
+dt/share/examples/dthelp/Makefile.IBM
+dt/share/examples/dthelp/Makefile.SUN
+dt/share/examples/dthelp/README
+dt/share/examples/dthelp/help/Makefile
+dt/share/examples/dthelp/help/graphics/AppWithHelp.xwd
+dt/share/examples/dthelp/help/graphics/GeneralHelp.xwd
+dt/share/examples/dthelp/help/graphics/QuickHelp.xwd
+dt/share/examples/dthelp/help/graphics/Snapshot.bm
+dt/share/examples/dthelp/help/graphics/Snapshot.xwd
+dt/share/examples/dthelp/help/graphics/bee.xwd
+dt/share/examples/dthelp/help/graphics/bugs.bunny.xwd
+dt/share/examples/dthelp/help/graphics/clock.xwd
+dt/share/examples/dthelp/help/graphics/clouds.xpm
+dt/share/examples/dthelp/help/graphics/deadjim.xwd
+dt/share/examples/dthelp/help/graphics/head-down.xwd
+dt/share/examples/dthelp/help/graphics/helpShelf.pm
+dt/share/examples/dthelp/help/graphics/integral.bm
+dt/share/examples/dthelp/help/graphics/rooster.xpm
+dt/share/examples/dthelp/help/graphics/shuttle2.xwd
+dt/share/examples/dthelp/help/graphics/speaker.pm
+dt/share/examples/dthelp/help/graphics/sunset.xwd
+dt/share/examples/dthelp/help/graphics/tribe.xwd
+dt/share/examples/dthelp/help/graphics/xload.xwd
+dt/share/examples/dthelp/help/helpdemo.htg
+dt/share/examples/dthelp/help/helptag.opt
+dt/share/examples/dthelp/help/sounds/attack.snd
+dt/share/examples/dthelp/help/sounds/beback.snd
+dt/share/examples/dthelp/help/sounds/chord.snd
+dt/share/examples/dthelp/help/sounds/clunk.snd
+dt/share/examples/dthelp/help/sounds/deadjim.snd
+dt/share/examples/dthelp/help/sounds/hal2.snd
+dt/share/examples/dthelp/help/sounds/haleluja.snd
+dt/share/examples/dthelp/help/sounds/monkey.snd
+dt/share/examples/dthelp/help/sounds/rooster.snd
+dt/share/examples/dthelp/help/sounds/tarzan.snd
+dt/share/examples/dthelp/help/sounds/thunder.snd
+dt/share/examples/dthelp/help/sounds/whatsup.snd
+dt/share/examples/dthelp/helpdemoHelpEnv.csh
+dt/share/examples/dthelp/helpdemoHelpEnv.sh
+dt/share/examples/dtksh/CallDataTest4
+dt/share/examples/dtksh/CallbackTest2
+dt/share/examples/dtksh/DtCursorTest2
+dt/share/examples/dtksh/DtWsTest1
+dt/share/examples/dtksh/EventHandlerTest
+dt/share/examples/dtksh/ListBounds1
+dt/share/examples/dtksh/ListItemPos1
+dt/share/examples/dtksh/ListPosSel1
+dt/share/examples/dtksh/PopupTest
+dt/share/examples/dtksh/SelBoxResTest
+dt/share/examples/dtksh/SessionTest
+dt/share/examples/dtksh/TextCutBuf1
+dt/share/examples/dtksh/TextDisp1
+dt/share/examples/dtksh/TextFXYPos1
+dt/share/examples/dtksh/TransEventTest
+dt/share/examples/dtksh/TransTest1
+dt/share/examples/dtksh/WorkProcTest1
+dt/share/examples/dtksh/XdrawTest
+dt/share/examples/dtksh/crMovesText1
+dt/share/examples/dtksh/ksh93.memo
+dt/share/examples/dtscreen/Makefile.HP
+dt/share/examples/dtscreen/Makefile.IBM
+dt/share/examples/dtscreen/Makefile.SUN
+dt/share/examples/dtscreen/README
+dt/share/examples/dtscreen/dt/appconfig/types/C/screensaver.dt
+dt/share/examples/dtscreen/screensaver.c
+dt/share/examples/dtsession/Makefile.HP
+dt/share/examples/dtsession/Makefile.IBM
+dt/share/examples/dtsession/Makefile.SUN
+dt/share/examples/dtsession/README
+dt/share/examples/dtsession/session.c
+dt/share/examples/dtterm/Makefile.HP
+dt/share/examples/dtterm/Makefile.IBM
+dt/share/examples/dtterm/Makefile.SUN
+dt/share/examples/dtterm/README
+dt/share/examples/dtterm/term.c
+dt/share/examples/dtwidget/Makefile.HP
+dt/share/examples/dtwidget/Makefile.IBM
+dt/share/examples/dtwidget/Makefile.SUN
+dt/share/examples/dtwidget/README
+dt/share/examples/dtwidget/controls.c
+dt/share/examples/dtwidget/editor.c
+dt/share/examples/dtwsm/Makefile.HP
+dt/share/examples/dtwsm/Makefile.IBM
+dt/share/examples/dtwsm/Makefile.SUN
+dt/share/examples/dtwsm/README
+dt/share/examples/dtwsm/occupy.c
+dt/share/examples/dtwsm/wsinfo.c
+dt/share/examples/sys.font.iso
+dt/share/examples/template/C/README
+dt/share/examples/template/C/Template.ad
+dt/share/examples/template/C/example.template
+dt/share/examples/template/C/template-brush.bm
+dt/share/examples/template/C/template.dt
+dt/share/examples/template/C/template.htg
+dt/share/examples/template/C/template.l.bm
+dt/share/examples/template/C/template.l.pm
+dt/share/examples/template/C/template.m.bm
+dt/share/examples/template/C/template.m.pm
+dt/share/examples/template/C/template.msg
+dt/share/examples/template/C/template.s.bm
+dt/share/examples/template/C/template.s.pm
+dt/share/examples/template/C/template.t.bm
+dt/share/examples/template/C/template.t.pm
+dt/share/examples/template/C/template_icon.pm
+dt/share/examples/template/C/template_icon_m.bm
+dt/share/examples/template/Makefile.HP
+dt/share/examples/template/Makefile.IBM
+dt/share/examples/template/Makefile.SUN
+dt/share/examples/template/README
+dt/share/examples/template/TemplateNew
+dt/share/examples/template/TemplateOpen
+dt/share/examples/template/TemplatePrint
+dt/share/examples/template/default_brush.bm
+dt/share/examples/template/template.c
+dt/share/examples/template/template.ptype
+dt/share/examples/tt/Makefile.HP
+dt/share/examples/tt/Makefile.IBM
+dt/share/examples/tt/Makefile.SUN
+dt/share/examples/tt/README
+dt/share/examples/tt/broadcast.c
+dt/share/examples/types/C/IconBrowse.dt
+dt/share/examples/types/C/miscActions.dt
+dt/share/examples/types/C/miscImages.dt
+dt/share/examples/types/de_DE.ISO8859-1/IconBrowse.dt
+dt/share/examples/types/de_DE.ISO8859-1/miscActions.dt
+dt/share/examples/types/de_DE.ISO8859-1/miscImages.dt
+dt/share/examples/types/es_ES.ISO8859-1/IconBrowse.dt
+dt/share/examples/types/es_ES.ISO8859-1/miscActions.dt
+dt/share/examples/types/es_ES.ISO8859-1/miscImages.dt
+dt/share/examples/types/fr_FR.ISO8859-1/IconBrowse.dt
+dt/share/examples/types/fr_FR.ISO8859-1/miscActions.dt
+dt/share/examples/types/fr_FR.ISO8859-1/miscImages.dt
+dt/share/examples/types/it_IT.ISO8859-1/IconBrowse.dt
+dt/share/examples/types/it_IT.ISO8859-1/miscActions.dt
+dt/share/examples/types/it_IT.ISO8859-1/miscImages.dt
+dt/share/include/Dt/Action.h
+dt/share/include/Dt/ComboBox.h
+dt/share/include/Dt/Dnd.h
+dt/share/include/Dt/Dt.h
+dt/share/include/Dt/Dts.h
+dt/share/include/Dt/Editor.h
+dt/share/include/Dt/Help.h
+dt/share/include/Dt/HelpDialog.h
+dt/share/include/Dt/HelpQuickD.h
+dt/share/include/Dt/Info.h
+dt/share/include/Dt/MenuButton.h
+dt/share/include/Dt/Mmdb.h
+dt/share/include/Dt/Mrm.h
+dt/share/include/Dt/MsgLog.h
+dt/share/include/Dt/Print.h
+dt/share/include/Dt/Saver.h
+dt/share/include/Dt/Search.h
+dt/share/include/Dt/Session.h
+dt/share/include/Dt/SpinBox.h
+dt/share/include/Dt/Term.h
+dt/share/include/Dt/TermPrim.h
+dt/share/include/Dt/Wsm.h
+dt/share/include/Tt/tt_c.h
+dt/share/include/Tt/tttk.h
+dt/share/include/csa/csa.h
+dt/share/man/man1/dsdm.1.gz
+dt/share/man/man1/dtaction.1.gz
+dt/share/man/man1/dtappgather.1.gz
+dt/share/man/man1/dtappintegrate.1.gz
+dt/share/man/man1/dtbuilder.1.gz
+dt/share/man/man1/dtcalc.1.gz
+dt/share/man/man1/dtchooser.1.gz
+dt/share/man/man1/dtcm.1.gz
+dt/share/man/man1/dtcm_delete.1.gz
+dt/share/man/man1/dtcm_editor.1.gz
+dt/share/man/man1/dtcm_insert.1.gz
+dt/share/man/man1/dtcm_lookup.1.gz
+dt/share/man/man1/dtcodegen.1.gz
+dt/share/man/man1/dtconfig.1.gz
+dt/share/man/man1/dtcreate.1.gz
+dt/share/man/man1/dtdocbook.1.gz
+dt/share/man/man1/dtexec.1.gz
+dt/share/man/man1/dtfile.1.gz
+dt/share/man/man1/dtfile_copy.1.gz
+dt/share/man/man1/dtfile_error.1.gz
+dt/share/man/man1/dtfplist.1.gz
+dt/share/man/man1/dtgreet.1.gz
+dt/share/man/man1/dthello.1.gz
+dt/share/man/man1/dthelp_ctag1.1.gz
+dt/share/man/man1/dthelp_htag1.1.gz
+dt/share/man/man1/dthelp_htag2.1.gz
+dt/share/man/man1/dthelpgen.1.gz
+dt/share/man/man1/dthelpprint.1.gz
+dt/share/man/man1/dthelptag.1.gz
+dt/share/man/man1/dthelpview.1.gz
+dt/share/man/man1/dticon.1.gz
+dt/share/man/man1/dtimsstart.1.gz
+dt/share/man/man1/dtinfo.1.gz
+dt/share/man/man1/dtinfogen.1.gz
+dt/share/man/man1/dtksh.1.gz
+dt/share/man/man1/dtlogin.1.gz
+dt/share/man/man1/dtlp.1.gz
+dt/share/man/man1/dtmail.1.gz
+dt/share/man/man1/dtmailpr.1.gz
+dt/share/man/man1/dtpad.1.gz
+dt/share/man/man1/dtpdm.1.gz
+dt/share/man/man1/dtpdmd.1.gz
+dt/share/man/man1/dtprintinfo.1.gz
+dt/share/man/man1/dtscreen.1.gz
+dt/share/man/man1/dtsearchpath.1.gz
+dt/share/man/man1/dtsession.1.gz
+dt/share/man/man1/dtsession_res.1.gz
+dt/share/man/man1/dtsrcreate.1.gz
+dt/share/man/man1/dtsrdbrec.1.gz
+dt/share/man/man1/dtsrhan.1.gz
+dt/share/man/man1/dtsrindex.1.gz
+dt/share/man/man1/dtsrkdump.1.gz
+dt/share/man/man1/dtsrload.1.gz
+dt/share/man/man1/dtstyle.1.gz
+dt/share/man/man1/dtterm.1.gz
+dt/share/man/man1/dttypes.1.gz
+dt/share/man/man1/dtwm.1.gz
+dt/share/man/man1/huffcode.1.gz
+dt/share/man/man1/ksh.1.gz
+dt/share/man/man1/tt_type_comp.1.gz
+dt/share/man/man1/ttauth.1.gz
+dt/share/man/man1/ttcp.1.gz
+dt/share/man/man1/ttmv.1.gz
+dt/share/man/man1/ttrm.1.gz
+dt/share/man/man1/ttrmdir.1.gz
+dt/share/man/man1/ttsession.1.gz
+dt/share/man/man1/tttar.1.gz
+dt/share/man/man1/tttrace.1.gz
+dt/share/man/man1m/dtspcd.1m.gz
+dt/share/man/man1m/rpc.cmsd.1m.gz
+dt/share/man/man1m/ttdbck.1m.gz
+dt/share/man/man1m/ttdbserver.1m.gz
+dt/share/man/man1m/ttdbserverd.1m.gz
+dt/share/man/man3/DtActionCallbackProc.3.gz
+dt/share/man/man3/DtActionDescription.3.gz
+dt/share/man/man3/DtActionExists.3.gz
+dt/share/man/man3/DtActionIcon.3.gz
+dt/share/man/man3/DtActionInvoke.3.gz
+dt/share/man/man3/DtActionLabel.3.gz
+dt/share/man/man3/DtAppInitialize.3.gz
+dt/share/man/man3/DtComboBox.3.gz
+dt/share/man/man3/DtComboBoxAddItem.3.gz
+dt/share/man/man3/DtComboBoxDeletePos.3.gz
+dt/share/man/man3/DtComboBoxSelectItem.3.gz
+dt/share/man/man3/DtComboBoxSetItem.3.gz
+dt/share/man/man3/DtCreateComboBox.3.gz
+dt/share/man/man3/DtCreateEditor.3.gz
+dt/share/man/man3/DtCreateHelpDialog.3.gz
+dt/share/man/man3/DtCreateHelpQuickDialog.3.gz
+dt/share/man/man3/DtCreateMenuButton.3.gz
+dt/share/man/man3/DtCreatePrintSetupBox.3.gz
+dt/share/man/man3/DtCreatePrintSetupDialog.3.gz
+dt/share/man/man3/DtCreateSpinBox.3.gz
+dt/share/man/man3/DtCreateTerm.3.gz
+dt/share/man/man3/DtDbLoad.3.gz
+dt/share/man/man3/DtDbReloadNotify.3.gz
+dt/share/man/man3/DtDndCreateSourceIcon.3.gz
+dt/share/man/man3/DtDndDragStart.3.gz
+dt/share/man/man3/DtDndDropRegister.3.gz
+dt/share/man/man3/DtDndDropUnregister.3.gz
+dt/share/man/man3/DtDndVaDragStart.3.gz
+dt/share/man/man3/DtDndVaDropRegister.3.gz
+dt/share/man/man3/DtDtsBufferToAttributeList.3.gz
+dt/share/man/man3/DtDtsBufferToAttributeValue.3.gz
+dt/share/man/man3/DtDtsBufferToDataType.3.gz
+dt/share/man/man3/DtDtsDataToDataType.3.gz
+dt/share/man/man3/DtDtsDataTypeIsAction.3.gz
+dt/share/man/man3/DtDtsDataTypeNames.3.gz
+dt/share/man/man3/DtDtsDataTypeToAttributeList.3.gz
+dt/share/man/man3/DtDtsDataTypeToAttributeValue.3.gz
+dt/share/man/man3/DtDtsFileToAttributeList.3.gz
+dt/share/man/man3/DtDtsFileToAttributeValue.3.gz
+dt/share/man/man3/DtDtsFileToDataType.3.gz
+dt/share/man/man3/DtDtsFindAttribute.3.gz
+dt/share/man/man3/DtDtsFreeAttributeList.3.gz
+dt/share/man/man3/DtDtsFreeAttributeValue.3.gz
+dt/share/man/man3/DtDtsFreeDataType.3.gz
+dt/share/man/man3/DtDtsFreeDataTypeNames.3.gz
+dt/share/man/man3/DtDtsIsTrue.3.gz
+dt/share/man/man3/DtDtsLoadDataTypes.3.gz
+dt/share/man/man3/DtDtsRelease.3.gz
+dt/share/man/man3/DtDtsSetDataType.3.gz
+dt/share/man/man3/DtEditor.3.gz
+dt/share/man/man3/DtEditorAppend.3.gz
+dt/share/man/man3/DtEditorAppendFromFile.3.gz
+dt/share/man/man3/DtEditorChange.3.gz
+dt/share/man/man3/DtEditorCheckForUnsavedChanges.3.gz
+dt/share/man/man3/DtEditorClearSelection.3.gz
+dt/share/man/man3/DtEditorCopyToClipboard.3.gz
+dt/share/man/man3/DtEditorCutToClipboard.3.gz
+dt/share/man/man3/DtEditorDeleteSelection.3.gz
+dt/share/man/man3/DtEditorDeselect.3.gz
+dt/share/man/man3/DtEditorDisableRedisplay.3.gz
+dt/share/man/man3/DtEditorEnableRedisplay.3.gz
+dt/share/man/man3/DtEditorFind.3.gz
+dt/share/man/man3/DtEditorFormat.3.gz
+dt/share/man/man3/DtEditorGetContents.3.gz
+dt/share/man/man3/DtEditorGetInsertionPosition.3.gz
+dt/share/man/man3/DtEditorGetLastPosition.3.gz
+dt/share/man/man3/DtEditorGetMessageTextFieldID.3.gz
+dt/share/man/man3/DtEditorGetSizeHints.3.gz
+dt/share/man/man3/DtEditorGoToLine.3.gz
+dt/share/man/man3/DtEditorInsert.3.gz
+dt/share/man/man3/DtEditorInsertFromFile.3.gz
+dt/share/man/man3/DtEditorInvokeFindChangeDialog.3.gz
+dt/share/man/man3/DtEditorInvokeFormatDialog.3.gz
+dt/share/man/man3/DtEditorInvokeSpellDialog.3.gz
+dt/share/man/man3/DtEditorPasteFromClipboard.3.gz
+dt/share/man/man3/DtEditorReplace.3.gz
+dt/share/man/man3/DtEditorReplaceFromFile.3.gz
+dt/share/man/man3/DtEditorReset.3.gz
+dt/share/man/man3/DtEditorSaveContentsToFile.3.gz
+dt/share/man/man3/DtEditorSelectAll.3.gz
+dt/share/man/man3/DtEditorSetContents.3.gz
+dt/share/man/man3/DtEditorSetContentsFromFile.3.gz
+dt/share/man/man3/DtEditorSetInsertionPosition.3.gz
+dt/share/man/man3/DtEditorTraverseToEditor.3.gz
+dt/share/man/man3/DtEditorUndoEdit.3.gz
+dt/share/man/man3/DtHelpDialog.3.gz
+dt/share/man/man3/DtHelpQuickDialog.3.gz
+dt/share/man/man3/DtHelpQuickDialogGetChild.3.gz
+dt/share/man/man3/DtHelpReturnSelectedWidgetId.3.gz
+dt/share/man/man3/DtHelpSetCatalogName.3.gz
+dt/share/man/man3/DtInfoShowTopic.3.gz
+dt/share/man/man3/DtInitialize.3.gz
+dt/share/man/man3/DtMenuButton.3.gz
+dt/share/man/man3/DtMmdbBookCaseFreeInfo.3.gz
+dt/share/man/man3/DtMmdbBookCaseGetInfo.3.gz
+dt/share/man/man3/DtMmdbBookGetLicense.3.gz
+dt/share/man/man3/DtMmdbBookGetLongTitle.3.gz
+dt/share/man/man3/DtMmdbBookGetSeqNum.3.gz
+dt/share/man/man3/DtMmdbBookGetShortTitle.3.gz
+dt/share/man/man3/DtMmdbBookGetTabList.3.gz
+dt/share/man/man3/DtMmdbBookGetTocObjectId.3.gz
+dt/share/man/man3/DtMmdbCloseInfoLib.3.gz
+dt/share/man/man3/DtMmdbDlpGetNextSectionId.3.gz
+dt/share/man/man3/DtMmdbDlpGetPrevSectionId.3.gz
+dt/share/man/man3/DtMmdbFreeGraphicInfo.3.gz
+dt/share/man/man3/DtMmdbFreeHandle.3.gz
+dt/share/man/man3/DtMmdbFreeHandleList.3.gz
+dt/share/man/man3/DtMmdbGetBookCaseByIndex.3.gz
+dt/share/man/man3/DtMmdbGetBookCaseByLoc.3.gz
+dt/share/man/man3/DtMmdbGetBookCaseByLocs.3.gz
+dt/share/man/man3/DtMmdbGetBookCaseByName.3.gz
+dt/share/man/man3/DtMmdbGraphicGetData.3.gz
+dt/share/man/man3/DtMmdbGraphicGetInfo.3.gz
+dt/share/man/man3/DtMmdbInfoLibFreeInfo.3.gz
+dt/share/man/man3/DtMmdbInfoLibGetInfo.3.gz
+dt/share/man/man3/DtMmdbInit.3.gz
+dt/share/man/man3/DtMmdbLocatorGetSectionLoc.3.gz
+dt/share/man/man3/DtMmdbLocatorGetSectionObjectId.3.gz
+dt/share/man/man3/DtMmdbOpenInfoLib.3.gz
+dt/share/man/man3/DtMmdbQuit.3.gz
+dt/share/man/man3/DtMmdbSectionGetBookId.3.gz
+dt/share/man/man3/DtMmdbSectionGetData.3.gz
+dt/share/man/man3/DtMmdbSectionGetDataSize.3.gz
+dt/share/man/man3/DtMmdbSectionGetLoc.3.gz
+dt/share/man/man3/DtMmdbSectionGetLongTitle.3.gz
+dt/share/man/man3/DtMmdbSectionGetShortTitle.3.gz
+dt/share/man/man3/DtMmdbSectionGetStyleSheetId.3.gz
+dt/share/man/man3/DtMmdbSectionGetTocLoc.3.gz
+dt/share/man/man3/DtMmdbStylesheetGetData.3.gz
+dt/share/man/man3/DtMmdbStylesheetGetName.3.gz
+dt/share/man/man3/DtMmdbTocGetChildIds.3.gz
+dt/share/man/man3/DtMmdbTocGetNumOfChildren.3.gz
+dt/share/man/man3/DtMmdbTocGetParentId.3.gz
+dt/share/man/man3/DtMrmInitialize.3.gz
+dt/share/man/man3/DtMsgLogMessage.3.gz
+dt/share/man/man3/DtMsgLogOpenFile.3.gz
+dt/share/man/man3/DtMsgLogSetHandler.3.gz
+dt/share/man/man3/DtPrintCopySetupData.3.gz
+dt/share/man/man3/DtPrintFillSetupData.3.gz
+dt/share/man/man3/DtPrintFreeSetupData.3.gz
+dt/share/man/man3/DtPrintResetConnection.3.gz
+dt/share/man/man3/DtPrintSetupBox.3.gz
+dt/share/man/man3/DtPrintSetupProc.3.gz
+dt/share/man/man3/DtSaverGetWindows.3.gz
+dt/share/man/man3/DtSearchAddMessage.3.gz
+dt/share/man/man3/DtSearchExit.3.gz
+dt/share/man/man3/DtSearchFreeMessages.3.gz
+dt/share/man/man3/DtSearchFreeResults.3.gz
+dt/share/man/man3/DtSearchGetKeytypes.3.gz
+dt/share/man/man3/DtSearchGetMaxResults.3.gz
+dt/share/man/man3/DtSearchGetMessages.3.gz
+dt/share/man/man3/DtSearchHasMessages.3.gz
+dt/share/man/man3/DtSearchHighlight.3.gz
+dt/share/man/man3/DtSearchInit.3.gz
+dt/share/man/man3/DtSearchMergeResults.3.gz
+dt/share/man/man3/DtSearchQuery.3.gz
+dt/share/man/man3/DtSearchReinit.3.gz
+dt/share/man/man3/DtSearchRetrieve.3.gz
+dt/share/man/man3/DtSearchSetMaxResults.3.gz
+dt/share/man/man3/DtSearchSortResults.3.gz
+dt/share/man/man3/DtSearchValidDateString.3.gz
+dt/share/man/man3/DtSessionRestorePath.3.gz
+dt/share/man/man3/DtSessionSavePath.3.gz
+dt/share/man/man3/DtSpinBox.3.gz
+dt/share/man/man3/DtSpinBoxAddItem.3.gz
+dt/share/man/man3/DtSpinBoxDeletePos.3.gz
+dt/share/man/man3/DtSpinBoxSetItem.3.gz
+dt/share/man/man3/DtSrAPI.3.gz
+dt/share/man/man3/DtTerm.3.gz
+dt/share/man/man3/DtTermDisplaySend.3.gz
+dt/share/man/man3/DtTermInitialize.3.gz
+dt/share/man/man3/DtTermSubprocReap.3.gz
+dt/share/man/man3/DtTermSubprocSend.3.gz
+dt/share/man/man3/DtWsmAddCurrentWorkspaceCallback.3.gz
+dt/share/man/man3/DtWsmAddWorkspace.3.gz
+dt/share/man/man3/DtWsmAddWorkspaceFunctions.3.gz
+dt/share/man/man3/DtWsmAddWorkspaceModifiedCallback.3.gz
+dt/share/man/man3/DtWsmChangeBackdrop.3.gz
+dt/share/man/man3/DtWsmDeleteWorkspace.3.gz
+dt/share/man/man3/DtWsmFreeWorkspaceInfo.3.gz
+dt/share/man/man3/DtWsmGetCurrentBackdropWindow.3.gz
+dt/share/man/man3/DtWsmGetCurrentWorkspace.3.gz
+dt/share/man/man3/DtWsmGetWorkspaceInfo.3.gz
+dt/share/man/man3/DtWsmGetWorkspaceList.3.gz
+dt/share/man/man3/DtWsmGetWorkspacesOccupied.3.gz
+dt/share/man/man3/DtWsmOccupyAllWorkspaces.3.gz
+dt/share/man/man3/DtWsmRemoveWorkspaceCallback.3.gz
+dt/share/man/man3/DtWsmRemoveWorkspaceFunctions.3.gz
+dt/share/man/man3/DtWsmSetCurrentWorkspace.3.gz
+dt/share/man/man3/DtWsmSetWorkspaceTitle.3.gz
+dt/share/man/man3/DtWsmSetWorkspacesOccupied.3.gz
+dt/share/man/man3/csa_add_calendar.3.gz
+dt/share/man/man3/csa_add_entry.3.gz
+dt/share/man/man3/csa_call_callbacks.3.gz
+dt/share/man/man3/csa_delete_calendar.3.gz
+dt/share/man/man3/csa_delete_entry.3.gz
+dt/share/man/man3/csa_free.3.gz
+dt/share/man/man3/csa_free_time_search.3.gz
+dt/share/man/man3/csa_list_calendar_attributes.3.gz
+dt/share/man/man3/csa_list_calendars.3.gz
+dt/share/man/man3/csa_list_entries.3.gz
+dt/share/man/man3/csa_list_entry_attributes.3.gz
+dt/share/man/man3/csa_list_entry_sequence.3.gz
+dt/share/man/man3/csa_logoff.3.gz
+dt/share/man/man3/csa_logon.3.gz
+dt/share/man/man3/csa_look_up.3.gz
+dt/share/man/man3/csa_query_configuration.3.gz
+dt/share/man/man3/csa_read_calendar_attributes.3.gz
+dt/share/man/man3/csa_read_entry_attributes.3.gz
+dt/share/man/man3/csa_read_next_reminder.3.gz
+dt/share/man/man3/csa_register_callback.3.gz
+dt/share/man/man3/csa_restore.3.gz
+dt/share/man/man3/csa_save.3.gz
+dt/share/man/man3/csa_unregister_callback.3.gz
+dt/share/man/man3/csa_update_calendar_attributes.3.gz
+dt/share/man/man3/csa_update_entry_attributes.3.gz
+dt/share/man/man3/csa_x_process_updates.3.gz
+dt/share/man/man3/tt_X_session.3.gz
+dt/share/man/man3/tt_bcontext_join.3.gz
+dt/share/man/man3/tt_bcontext_quit.3.gz
+dt/share/man/man3/tt_close.3.gz
+dt/share/man/man3/tt_context_join.3.gz
+dt/share/man/man3/tt_context_quit.3.gz
+dt/share/man/man3/tt_default_file.3.gz
+dt/share/man/man3/tt_default_file_set.3.gz
+dt/share/man/man3/tt_default_procid.3.gz
+dt/share/man/man3/tt_default_procid_set.3.gz
+dt/share/man/man3/tt_default_ptype.3.gz
+dt/share/man/man3/tt_default_ptype_set.3.gz
+dt/share/man/man3/tt_default_session.3.gz
+dt/share/man/man3/tt_default_session_set.3.gz
+dt/share/man/man3/tt_error.3.gz
+dt/share/man/man3/tt_error_int.3.gz
+dt/share/man/man3/tt_error_pointer.3.gz
+dt/share/man/man3/tt_fd.3.gz
+dt/share/man/man3/tt_feature_enabled.3.gz
+dt/share/man/man3/tt_feature_required.3.gz
+dt/share/man/man3/tt_file_copy.3.gz
+dt/share/man/man3/tt_file_destroy.3.gz
+dt/share/man/man3/tt_file_join.3.gz
+dt/share/man/man3/tt_file_move.3.gz
+dt/share/man/man3/tt_file_netfile.3.gz
+dt/share/man/man3/tt_file_objects_query.3.gz
+dt/share/man/man3/tt_file_quit.3.gz
+dt/share/man/man3/tt_free.3.gz
+dt/share/man/man3/tt_host_file_netfile.3.gz
+dt/share/man/man3/tt_host_netfile_file.3.gz
+dt/share/man/man3/tt_icontext_join.3.gz
+dt/share/man/man3/tt_icontext_quit.3.gz
+dt/share/man/man3/tt_initial_session.3.gz
+dt/share/man/man3/tt_int_error.3.gz
+dt/share/man/man3/tt_is_err.3.gz
+dt/share/man/man3/tt_malloc.3.gz
+dt/share/man/man3/tt_mark.3.gz
+dt/share/man/man3/tt_message_abstainer.3.gz
+dt/share/man/man3/tt_message_abstainers_count.3.gz
+dt/share/man/man3/tt_message_accept.3.gz
+dt/share/man/man3/tt_message_accepter.3.gz
+dt/share/man/man3/tt_message_accepters_count.3.gz
+dt/share/man/man3/tt_message_address.3.gz
+dt/share/man/man3/tt_message_address_set.3.gz
+dt/share/man/man3/tt_message_arg_add.3.gz
+dt/share/man/man3/tt_message_arg_bval.3.gz
+dt/share/man/man3/tt_message_arg_bval_set.3.gz
+dt/share/man/man3/tt_message_arg_ival.3.gz
+dt/share/man/man3/tt_message_arg_ival_set.3.gz
+dt/share/man/man3/tt_message_arg_mode.3.gz
+dt/share/man/man3/tt_message_arg_type.3.gz
+dt/share/man/man3/tt_message_arg_val.3.gz
+dt/share/man/man3/tt_message_arg_val_set.3.gz
+dt/share/man/man3/tt_message_arg_xval.3.gz
+dt/share/man/man3/tt_message_arg_xval_set.3.gz
+dt/share/man/man3/tt_message_args_count.3.gz
+dt/share/man/man3/tt_message_barg_add.3.gz
+dt/share/man/man3/tt_message_bcontext_set.3.gz
+dt/share/man/man3/tt_message_callback_add.3.gz
+dt/share/man/man3/tt_message_class.3.gz
+dt/share/man/man3/tt_message_class_set.3.gz
+dt/share/man/man3/tt_message_context_bval.3.gz
+dt/share/man/man3/tt_message_context_ival.3.gz
+dt/share/man/man3/tt_message_context_set.3.gz
+dt/share/man/man3/tt_message_context_slotname.3.gz
+dt/share/man/man3/tt_message_context_val.3.gz
+dt/share/man/man3/tt_message_context_xval.3.gz
+dt/share/man/man3/tt_message_contexts_count.3.gz
+dt/share/man/man3/tt_message_create.3.gz
+dt/share/man/man3/tt_message_create_super.3.gz
+dt/share/man/man3/tt_message_destroy.3.gz
+dt/share/man/man3/tt_message_disposition.3.gz
+dt/share/man/man3/tt_message_disposition_set.3.gz
+dt/share/man/man3/tt_message_fail.3.gz
+dt/share/man/man3/tt_message_file.3.gz
+dt/share/man/man3/tt_message_file_set.3.gz
+dt/share/man/man3/tt_message_gid.3.gz
+dt/share/man/man3/tt_message_handler.3.gz
+dt/share/man/man3/tt_message_handler_ptype.3.gz
+dt/share/man/man3/tt_message_handler_ptype_set.3.gz
+dt/share/man/man3/tt_message_handler_set.3.gz
+dt/share/man/man3/tt_message_iarg_add.3.gz
+dt/share/man/man3/tt_message_icontext_set.3.gz
+dt/share/man/man3/tt_message_id.3.gz
+dt/share/man/man3/tt_message_object.3.gz
+dt/share/man/man3/tt_message_object_set.3.gz
+dt/share/man/man3/tt_message_op.3.gz
+dt/share/man/man3/tt_message_op_set.3.gz
+dt/share/man/man3/tt_message_opnum.3.gz
+dt/share/man/man3/tt_message_otype.3.gz
+dt/share/man/man3/tt_message_otype_set.3.gz
+dt/share/man/man3/tt_message_pattern.3.gz
+dt/share/man/man3/tt_message_print.3.gz
+dt/share/man/man3/tt_message_receive.3.gz
+dt/share/man/man3/tt_message_reject.3.gz
+dt/share/man/man3/tt_message_rejecter.3.gz
+dt/share/man/man3/tt_message_rejecters_count.3.gz
+dt/share/man/man3/tt_message_reply.3.gz
+dt/share/man/man3/tt_message_scope.3.gz
+dt/share/man/man3/tt_message_scope_set.3.gz
+dt/share/man/man3/tt_message_send.3.gz
+dt/share/man/man3/tt_message_send_on_exit.3.gz
+dt/share/man/man3/tt_message_sender.3.gz
+dt/share/man/man3/tt_message_sender_ptype.3.gz
+dt/share/man/man3/tt_message_sender_ptype_set.3.gz
+dt/share/man/man3/tt_message_session.3.gz
+dt/share/man/man3/tt_message_session_set.3.gz
+dt/share/man/man3/tt_message_state.3.gz
+dt/share/man/man3/tt_message_status.3.gz
+dt/share/man/man3/tt_message_status_set.3.gz
+dt/share/man/man3/tt_message_status_string.3.gz
+dt/share/man/man3/tt_message_status_string_set.3.gz
+dt/share/man/man3/tt_message_uid.3.gz
+dt/share/man/man3/tt_message_user.3.gz
+dt/share/man/man3/tt_message_user_set.3.gz
+dt/share/man/man3/tt_message_xarg_add.3.gz
+dt/share/man/man3/tt_message_xcontext_set.3.gz
+dt/share/man/man3/tt_netfile_file.3.gz
+dt/share/man/man3/tt_objid_equal.3.gz
+dt/share/man/man3/tt_objid_objkey.3.gz
+dt/share/man/man3/tt_onotice_create.3.gz
+dt/share/man/man3/tt_open.3.gz
+dt/share/man/man3/tt_orequest_create.3.gz
+dt/share/man/man3/tt_otype_base.3.gz
+dt/share/man/man3/tt_otype_derived.3.gz
+dt/share/man/man3/tt_otype_deriveds_count.3.gz
+dt/share/man/man3/tt_otype_hsig_arg_mode.3.gz
+dt/share/man/man3/tt_otype_hsig_arg_type.3.gz
+dt/share/man/man3/tt_otype_hsig_args_count.3.gz
+dt/share/man/man3/tt_otype_hsig_count.3.gz
+dt/share/man/man3/tt_otype_hsig_op.3.gz
+dt/share/man/man3/tt_otype_is_derived.3.gz
+dt/share/man/man3/tt_otype_opnum_callback_add.3.gz
+dt/share/man/man3/tt_otype_osig_arg_mode.3.gz
+dt/share/man/man3/tt_otype_osig_arg_type.3.gz
+dt/share/man/man3/tt_otype_osig_args_count.3.gz
+dt/share/man/man3/tt_otype_osig_count.3.gz
+dt/share/man/man3/tt_otype_osig_op.3.gz
+dt/share/man/man3/tt_pattern_address_add.3.gz
+dt/share/man/man3/tt_pattern_arg_add.3.gz
+dt/share/man/man3/tt_pattern_barg_add.3.gz
+dt/share/man/man3/tt_pattern_bcontext_add.3.gz
+dt/share/man/man3/tt_pattern_callback_add.3.gz
+dt/share/man/man3/tt_pattern_category.3.gz
+dt/share/man/man3/tt_pattern_category_set.3.gz
+dt/share/man/man3/tt_pattern_class_add.3.gz
+dt/share/man/man3/tt_pattern_context_add.3.gz
+dt/share/man/man3/tt_pattern_create.3.gz
+dt/share/man/man3/tt_pattern_destroy.3.gz
+dt/share/man/man3/tt_pattern_disposition_add.3.gz
+dt/share/man/man3/tt_pattern_file_add.3.gz
+dt/share/man/man3/tt_pattern_iarg_add.3.gz
+dt/share/man/man3/tt_pattern_icontext_add.3.gz
+dt/share/man/man3/tt_pattern_object_add.3.gz
+dt/share/man/man3/tt_pattern_op_add.3.gz
+dt/share/man/man3/tt_pattern_opnum_add.3.gz
+dt/share/man/man3/tt_pattern_otype_add.3.gz
+dt/share/man/man3/tt_pattern_print.3.gz
+dt/share/man/man3/tt_pattern_register.3.gz
+dt/share/man/man3/tt_pattern_scope_add.3.gz
+dt/share/man/man3/tt_pattern_sender_add.3.gz
+dt/share/man/man3/tt_pattern_sender_ptype_add.3.gz
+dt/share/man/man3/tt_pattern_session_add.3.gz
+dt/share/man/man3/tt_pattern_state_add.3.gz
+dt/share/man/man3/tt_pattern_unregister.3.gz
+dt/share/man/man3/tt_pattern_user.3.gz
+dt/share/man/man3/tt_pattern_user_set.3.gz
+dt/share/man/man3/tt_pattern_xarg_add.3.gz
+dt/share/man/man3/tt_pattern_xcontext_add.3.gz
+dt/share/man/man3/tt_pnotice_create.3.gz
+dt/share/man/man3/tt_pointer_error.3.gz
+dt/share/man/man3/tt_prequest_create.3.gz
+dt/share/man/man3/tt_procid_session.3.gz
+dt/share/man/man3/tt_ptr_error.3.gz
+dt/share/man/man3/tt_ptype_declare.3.gz
+dt/share/man/man3/tt_ptype_exists.3.gz
+dt/share/man/man3/tt_ptype_opnum_callback_add.3.gz
+dt/share/man/man3/tt_ptype_undeclare.3.gz
+dt/share/man/man3/tt_release.3.gz
+dt/share/man/man3/tt_session_bprop.3.gz
+dt/share/man/man3/tt_session_bprop_add.3.gz
+dt/share/man/man3/tt_session_bprop_set.3.gz
+dt/share/man/man3/tt_session_join.3.gz
+dt/share/man/man3/tt_session_prop.3.gz
+dt/share/man/man3/tt_session_prop_add.3.gz
+dt/share/man/man3/tt_session_prop_count.3.gz
+dt/share/man/man3/tt_session_prop_set.3.gz
+dt/share/man/man3/tt_session_propname.3.gz
+dt/share/man/man3/tt_session_propnames_count.3.gz
+dt/share/man/man3/tt_session_quit.3.gz
+dt/share/man/man3/tt_session_types_load.3.gz
+dt/share/man/man3/tt_spec_bprop.3.gz
+dt/share/man/man3/tt_spec_bprop_add.3.gz
+dt/share/man/man3/tt_spec_bprop_set.3.gz
+dt/share/man/man3/tt_spec_create.3.gz
+dt/share/man/man3/tt_spec_destroy.3.gz
+dt/share/man/man3/tt_spec_file.3.gz
+dt/share/man/man3/tt_spec_move.3.gz
+dt/share/man/man3/tt_spec_prop.3.gz
+dt/share/man/man3/tt_spec_prop_add.3.gz
+dt/share/man/man3/tt_spec_prop_count.3.gz
+dt/share/man/man3/tt_spec_prop_set.3.gz
+dt/share/man/man3/tt_spec_propname.3.gz
+dt/share/man/man3/tt_spec_propnames_count.3.gz
+dt/share/man/man3/tt_spec_type.3.gz
+dt/share/man/man3/tt_spec_type_set.3.gz
+dt/share/man/man3/tt_spec_write.3.gz
+dt/share/man/man3/tt_status_message.3.gz
+dt/share/man/man3/tt_thread_procid.3.gz
+dt/share/man/man3/tt_thread_procid_set.3.gz
+dt/share/man/man3/tt_thread_session.3.gz
+dt/share/man/man3/tt_thread_session_set.3.gz
+dt/share/man/man3/tt_trace_control.3.gz
+dt/share/man/man3/tt_xcontext_join.3.gz
+dt/share/man/man3/tt_xcontext_quit.3.gz
+dt/share/man/man3/ttdt_Get_Modified.3.gz
+dt/share/man/man3/ttdt_Revert.3.gz
+dt/share/man/man3/ttdt_Save.3.gz
+dt/share/man/man3/ttdt_close.3.gz
+dt/share/man/man3/ttdt_file_event.3.gz
+dt/share/man/man3/ttdt_file_join.3.gz
+dt/share/man/man3/ttdt_file_notice.3.gz
+dt/share/man/man3/ttdt_file_quit.3.gz
+dt/share/man/man3/ttdt_file_request.3.gz
+dt/share/man/man3/ttdt_message_accept.3.gz
+dt/share/man/man3/ttdt_open.3.gz
+dt/share/man/man3/ttdt_sender_imprint_on.3.gz
+dt/share/man/man3/ttdt_session_join.3.gz
+dt/share/man/man3/ttdt_session_quit.3.gz
+dt/share/man/man3/ttdt_subcontract_manage.3.gz
+dt/share/man/man3/ttmedia_Deposit.3.gz
+dt/share/man/man3/ttmedia_load.3.gz
+dt/share/man/man3/ttmedia_load_reply.3.gz
+dt/share/man/man3/ttmedia_ptype_declare.3.gz
+dt/share/man/man3/tttk_Xt_input_handler.3.gz
+dt/share/man/man3/tttk_block_while.3.gz
+dt/share/man/man3/tttk_message_abandon.3.gz
+dt/share/man/man3/tttk_message_create.3.gz
+dt/share/man/man3/tttk_message_destroy.3.gz
+dt/share/man/man3/tttk_message_fail.3.gz
+dt/share/man/man3/tttk_message_reject.3.gz
+dt/share/man/man3/tttk_op_string.3.gz
+dt/share/man/man3/tttk_string_op.3.gz
+dt/share/man/man4/BIL.4.gz
+dt/share/man/man4/Deposit.4.gz
+dt/share/man/man4/Display.4.gz
+dt/share/man/man4/DtDndProtocol.4.gz
+dt/share/man/man4/DtInfo_LoadInfoLib.4.gz
+dt/share/man/man4/DtInfo_PrintInfoAtLoc.4.gz
+dt/share/man/man4/DtInfo_Quit.4.gz
+dt/share/man/man4/DtInfo_ShowInfoAtLoc.4.gz
+dt/share/man/man4/Edit.4.gz
+dt/share/man/man4/Get_Environment.4.gz
+dt/share/man/man4/Get_Geometry.4.gz
+dt/share/man/man4/Get_Iconified.4.gz
+dt/share/man/man4/Get_Locale.4.gz
+dt/share/man/man4/Get_Mapped.4.gz
+dt/share/man/man4/Get_Modified.4.gz
+dt/share/man/man4/Get_Situation.4.gz
+dt/share/man/man4/Get_Status.4.gz
+dt/share/man/man4/Get_Sysinfo.4.gz
+dt/share/man/man4/Get_XInfo.4.gz
+dt/share/man/man4/Instantiate.4.gz
+dt/share/man/man4/Lower.4.gz
+dt/share/man/man4/Mail.4.gz
+dt/share/man/man4/Modified.4.gz
+dt/share/man/man4/Pause.4.gz
+dt/share/man/man4/Print.4.gz
+dt/share/man/man4/Quit.4.gz
+dt/share/man/man4/Raise.4.gz
+dt/share/man/man4/Resume.4.gz
+dt/share/man/man4/Revert.4.gz
+dt/share/man/man4/Reverted.4.gz
+dt/share/man/man4/Save.4.gz
+dt/share/man/man4/Saved.4.gz
+dt/share/man/man4/Set_Environment.4.gz
+dt/share/man/man4/Set_Geometry.4.gz
+dt/share/man/man4/Set_Iconified.4.gz
+dt/share/man/man4/Set_Locale.4.gz
+dt/share/man/man4/Set_Mapped.4.gz
+dt/share/man/man4/Set_Situation.4.gz
+dt/share/man/man4/Signal.4.gz
+dt/share/man/man4/Started.4.gz
+dt/share/man/man4/Status.4.gz
+dt/share/man/man4/Stopped.4.gz
+dt/share/man/man4/Translate.4.gz
+dt/share/man/man4/dtactionfile.4.gz
+dt/share/man/man4/dtbmfile.4.gz
+dt/share/man/man4/dtcm_archive.4.gz
+dt/share/man/man4/dtcm_entry.4.gz
+dt/share/man/man4/dtdpfile.4.gz
+dt/share/man/man4/dtdtfile.4.gz
+dt/share/man/man4/dtdtsfile.4.gz
+dt/share/man/man4/dtfile_config.4.gz
+dt/share/man/man4/dtfpfile.4.gz
+dt/share/man/man4/dthelptagdtd.4.gz
+dt/share/man/man4/dthffile.4.gz
+dt/share/man/man4/dticonfile.4.gz
+dt/share/man/man4/dtlocator.4.gz
+dt/share/man/man4/dtpmfile.4.gz
+dt/share/man/man4/dtresourcesfile.4.gz
+dt/share/man/man4/dtsdldtd.4.gz
+dt/share/man/man4/dtsdlfile.4.gz
+dt/share/man/man4/dtsessiondb.4.gz
+dt/share/man/man4/dtsessionfile.4.gz
+dt/share/man/man4/dtspcdenv.4.gz
+dt/share/man/man4/dtsrdbfiles.4.gz
+dt/share/man/man4/dtsrfzkfiles.4.gz
+dt/share/man/man4/dtsrhanfile.4.gz
+dt/share/man/man4/dtsrlangfiles.4.gz
+dt/share/man/man4/dtsrocffile.4.gz
+dt/share/man/man4/dtwmrc.4.gz
+dt/share/man/man4/mt-libtt-intro.4.gz
+dt/share/man/man4/startlog.4.gz
+dt/share/man/man4/tttracefile.4.gz
+dt/share/man/man5/Dt.5.gz
+dt/share/man/man5/DtAction.5.gz
+dt/share/man/man5/DtComboBox.5.gz
+dt/share/man/man5/DtDnd.5.gz
+dt/share/man/man5/DtDts.5.gz
+dt/share/man/man5/DtEditor.5.gz
+dt/share/man/man5/DtHelp.5.gz
+dt/share/man/man5/DtHelpDialog.5.gz
+dt/share/man/man5/DtHelpQuickD.5.gz
+dt/share/man/man5/DtInfoLib.5.gz
+dt/share/man/man5/DtMenuButton.5.gz
+dt/share/man/man5/DtMmdbBookCase.5.gz
+dt/share/man/man5/DtMmdbGraphicInfo.5.gz
+dt/share/man/man5/DtMmdbHandle.5.gz
+dt/share/man/man5/DtMmdbInfoLibInfo.5.gz
+dt/share/man/man5/DtMmdbInfoRequest.5.gz
+dt/share/man/man5/DtMrm.5.gz
+dt/share/man/man5/DtMsgLog.5.gz
+dt/share/man/man5/DtPrint.5.gz
+dt/share/man/man5/DtSaver.5.gz
+dt/share/man/man5/DtSearch.5.gz
+dt/share/man/man5/DtSession.5.gz
+dt/share/man/man5/DtSpinBox.5.gz
+dt/share/man/man5/DtStdAppFontNames.5.gz
+dt/share/man/man5/DtStdInterfaceFontNames.5.gz
+dt/share/man/man5/DtTerm.5.gz
+dt/share/man/man5/DtWsm.5.gz
+dt/share/man/man5/Tttt_c.5.gz
+dt/share/man/man5/Tttttk.5.gz
+dt/share/man/man5/csacsa.5.gz
+dt/share/man/man5/dtactionaction.5.gz
+dt/share/man/man5/dtappaction.5.gz
+dt/share/man/man5/dtbuilderaction.5.gz
+dt/share/man/man5/dtcalcaction.5.gz
+dt/share/man/man5/dtcalendaraction.5.gz
+dt/share/man/man5/dtenvvar.5.gz
+dt/share/man/man5/dtfileaction.5.gz
+dt/share/man/man5/dtfilsys.5.gz
+dt/share/man/man5/dthelpaction.5.gz
+dt/share/man/man5/dticonaction.5.gz
+dt/share/man/man5/dtimsstartaction.5.gz
+dt/share/man/man5/dtinfoBookdtd.5.gz
+dt/share/man/man5/dtinfoStyledtd.5.gz
+dt/share/man/man5/dtinfoTOCdtd.5.gz
+dt/share/man/man5/dtinfoaction.5.gz
+dt/share/man/man5/dtinfoaf.5.gz
+dt/share/man/man5/dtmailaction.5.gz
+dt/share/man/man5/dtmanaction.5.gz
+dt/share/man/man5/dtprintinfoaction.5.gz
+dt/share/man/man5/dtsessionaction.5.gz
+dt/share/man/man5/dtstyleaction.5.gz
+dt/share/man/man5/dtterm.5.gz
+dt/share/man/man5/dttermaction.5.gz
+dt/share/man/man5/dttextaction.5.gz
+dt/share/man/man5/dttrashaction.5.gz
+dt/share/man/man6/ttsnoop.6.gz
+dt/share/palettes/Alpine.dp
+dt/share/palettes/Arizona.dp
+dt/share/palettes/BeigeRose.dp
+dt/share/palettes/Black.dp
+dt/share/palettes/BlackWhite.dp
+dt/share/palettes/Broica.dp
+dt/share/palettes/Cabernet.dp
+dt/share/palettes/Camouflage.dp
+dt/share/palettes/Charcoal.dp
+dt/share/palettes/Chocolate.dp
+dt/share/palettes/Cinnamon.dp
+dt/share/palettes/Clay.dp
+dt/share/palettes/Crimson.dp
+dt/share/palettes/DarkGold.dp
+dt/share/palettes/Default.dp
+dt/share/palettes/Delphinium.dp
+dt/share/palettes/Desert.dp
+dt/share/palettes/Golden.dp
+dt/share/palettes/Grass.dp
+dt/share/palettes/GrayScale.dp
+dt/share/palettes/Lilac.dp
+dt/share/palettes/Mustard.dp
+dt/share/palettes/Neptune.dp
+dt/share/palettes/NorthernSky.dp
+dt/share/palettes/Nutmeg.dp
+dt/share/palettes/Olive.dp
+dt/share/palettes/Orchid.dp
+dt/share/palettes/PBNJ.dp
+dt/share/palettes/Sand.dp
+dt/share/palettes/SantaFe.dp
+dt/share/palettes/Savannah.dp
+dt/share/palettes/SeaFoam.dp
+dt/share/palettes/SkyRed.dp
+dt/share/palettes/SoftBlue.dp
+dt/share/palettes/SouthWest.dp
+dt/share/palettes/Summer.dp
+dt/share/palettes/Tundra.dp
+dt/share/palettes/Urchin.dp
+dt/share/palettes/Wheat.dp
+dt/share/palettes/White.dp
+dt/share/palettes/WhiteBlack.dp
+dt/share/palettes/desc.C
+dt/share/palettes/desc.de_DE.ISO8859-1
+dt/share/palettes/desc.es_ES.ISO8859-1
+dt/share/palettes/desc.fr_FR.ISO8859-1
+dt/share/palettes/desc.it_IT.ISO8859-1
+etc/pam.d/cde.conf
+etc/man.d/cde.conf
+@dir dt/appconfig/appmanager/de_DE.ISO8859-1/System_Admin
+@dir dt/appconfig/appmanager/es_ES.ISO8859-1/System_Admin
+@dir dt/appconfig/appmanager/fr_FR.ISO8859-1/System_Admin
+@dir dt/appconfig/appmanager/it_IT.ISO8859-1/System_Admin
+@dir etc/dt/appconfig/appmanager/C
+@dir etc/dt/appconfig/appmanager/de_DE.ISO8859-1
+@dir etc/dt/appconfig/appmanager/es_ES.ISO8859-1
+@dir etc/dt/appconfig/appmanager/fr_FR.ISO8859-1
+@dir etc/dt/appconfig/appmanager/it_IT.ISO8859-1
+@dir etc/dt/appconfig/help/C
+@dir etc/dt/appconfig/help/de_DE.ISO8859-1
+@dir etc/dt/appconfig/help/es_ES.ISO8859-1
+@dir etc/dt/appconfig/help/fr_FR.ISO8859-1
+@dir etc/dt/appconfig/help/it_IT.ISO8859-1
+@dir etc/dt/appconfig/icons/C
+@dir etc/dt/appconfig/types/C
+@dir etc/dt/appconfig/types/de_DE.ISO8859-1
+@dir etc/dt/appconfig/types/es_ES.ISO8859-1
+@dir etc/dt/appconfig/types/fr_FR.ISO8859-1
+@dir etc/dt/appconfig/types/it_IT.ISO8859-1
+@dir etc/dt/config/Xsession.d
+@dir /var/dt/appconfig/appmanager
+@dir /var/dt/appconfig
+@dir /var/dt