pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cde: update to cde-2.5.1.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jan 18 00:29:31 2023 +0100
Changeset:	9bd665802f780feea46c0f83af5c4017895639a7

Modified Files:
	cde/MESSAGE.NetBSD
	cde/Makefile
	cde/PLIST
	cde/TODO
	cde/distinfo
	cde/files/dtlogin.sh
Added Files:
	cde/files/startcde.sh
	cde/patches/patch-configure.ac
	cde/patches/patch-programs_dtsearchpath_dtappg_Makefile.am
	cde/patches/patch-programs_dtterm_Makefile.am
	cde/patches/patch-programs_fontaliases_Makefile.am
Removed Files:
	cde/patches/patch-lib_DtHelp_HelpXlate.c
	cde/patches/patch-programs_dtlogin_dm.c
	cde/patches/patch-programs_dtlogin_dm.h
	cde/patches/patch-programs_dtmail_libDtMail_Common_Session.C
	cde/patches/patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C
	cde/patches/patch-programs_dtpdmd_manager.c
	cde/patches/patch-programs_dtprintinfo_libUI_MotifUI_Debug.c
	cde/patches/patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C
	cde/patches/patch-programs_dtsearchpath_libCliSrv_UnixEnv.C

Log Message:
cde: update to cde-2.5.1.

Still doesn't work properly, see TODO.
The ChangeLog since 2.2.2 is quite long, so please refer to
https://sourceforge.net/p/cdesktopenv/code/ci/master/tree/cde/HISTORY

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bd665802f780feea46c0f83af5c4017895639a7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cde/MESSAGE.NetBSD                                 |   31 +-
 cde/Makefile                                       |  211 +-
 cde/PLIST                                          | 5972 +++++++-------------
 cde/TODO                                           |  122 +-
 cde/distinfo                                       |   21 +-
 cde/files/dtlogin.sh                               |   12 +
 cde/files/startcde.sh                              |   17 +
 cde/patches/patch-configure.ac                     |   26 +
 cde/patches/patch-lib_DtHelp_HelpXlate.c           |   14 -
 cde/patches/patch-programs_dtlogin_dm.c            |   13 -
 cde/patches/patch-programs_dtlogin_dm.h            |   13 -
 ...atch-programs_dtmail_libDtMail_Common_Session.C |   13 -
 ...tch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C |   13 -
 cde/patches/patch-programs_dtpdmd_manager.c        |   24 -
 ...atch-programs_dtprintinfo_libUI_MotifUI_Debug.c |   13 -
 ...ograms_dtprintinfo_objects_PrintObj_ParseJobs.C |   13 -
 .../patch-programs_dtsearchpath_dtappg_Makefile.am |   14 +
 ...patch-programs_dtsearchpath_libCliSrv_UnixEnv.C |   13 -
 cde/patches/patch-programs_dtterm_Makefile.am      |   16 +
 cde/patches/patch-programs_fontaliases_Makefile.am |   12 +
 20 files changed, 2150 insertions(+), 4433 deletions(-)

diffs:
diff --git a/cde/MESSAGE.NetBSD b/cde/MESSAGE.NetBSD
index d382abbcc8..a1e61a0d18 100644
--- a/cde/MESSAGE.NetBSD
+++ b/cde/MESSAGE.NetBSD
@@ -3,18 +3,33 @@ $NetBSD: MESSAGE.NetBSD,v 1.1 2014/07/30 09:23:05 obache Exp $
 
 You must register following information by hand.
 
-/etc/rc.conf:
-rpcbind=YES rpcbind_flags="-l -i"
+* /etc/rc.conf:
+rpcbind=YES
+rpcbind_flags="-wl"
 
-/etc/services:
-dtspc		6112/tcp		# subprocess control
-
-/etc/inetd.conf:
-dtspc		stream	tcp nowait	root	${PREFIX}/dt/bin/dtspcd dtspcd
+* /etc/inetd.conf:
+dtspcd		stream	tcp nowait	root	${PREFIX}/dt/bin/dtspcd dtspcd
 cmsd/2-5	dgram	rpc/udp wait	root	${PREFIX}/dt/bin/rpc.cmsd rpc.cmsd
 ttdbserver/1	stream	rpc/tcp wait	root	${PREFIX}/dt/bin/rpc.ttdbserver	rpc.ttdbserver
 
-/etc/rpc:
+* /etc/rpc:
 cmsd		100068	dtcalendar
 ttdbserver	100083	ttooltalk
+
+* /etc/X11/xorg.conf.d/99-fonts.conf
+Section "Files"
+    FontPath	"${PREFIX}/share/fonts/100dpi/"
+    FontPath	"${PREFIX}/share/fonts/75dpi/"
+EndSection
+
+To use CDE applications, adjust your environment as follows:
+
+	$ export PATH=$PATH:${PREFIX}/dt/bin
+	$ export MANPATH=$MANPATH:${PREFIX}/dt/man
+
+To start the Common Desktop Environment,
+
+	$ env LANG=C startx ${PREFIX}/dt/bin/Xsession
+
+Or use the provided `startcde' script.
 ===========================================================================
diff --git a/cde/Makefile b/cde/Makefile
index e701464015..77b7cd8ac3 100644
--- a/cde/Makefile
+++ b/cde/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2014/07/29 13:14:55 obache Exp $
-#
-DISTNAME=	cde-src-2.2.2
-PKGNAME=	${DISTNAME:S/-src-/-/}
+# $NetBSD$
+
+DISTNAME=	cde-2.5.1
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=cdesktopenv/}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=cdesktopenv/files/src/}
 
 MAINTAINER=	jelle%jellehermsen.nl@localhost
 HOMEPAGE=	http://cdesktopenv.sourceforge.net/
@@ -11,92 +10,138 @@ COMMENT=	Common Desktop Environment
 LICENSE=	gnu-lgpl-v2
 
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	bison bdftopcf mkfontdir ksh awk:run
-BUILD_TARGET=	World
-
-MAKE_JOBS_SAFE=	no
-
-DEPENDS+=	ast-ksh-[0-9]*:../../shells/ast-ksh
-
-WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
-
-PKG_SYSCONFSUBDIR=	dt
-
-CFLAGS+=		-I${X11BASE}/include/X11
-
-IMAKE_DEFINES+=		-DCplusplusCmd=${CXX}
-IMAKE_DEFINES+=		-DLibraryCplusplusCmd=${CXX}
-IMAKE_DEFINES+=		-DX11ProjectRoot=${X11BASE}
-IMAKE_DEFINES+=		-DProjectRoot=${PREFIX}
-IMAKE_DEFINES+=		-DTopMotifInclude=${MOTIFBASE}/include
-IMAKE_DEFINES+=		-DCDEProjectRoot=${PREFIX}/dt
-IMAKE_DEFINES+=		-DCdeInstallationTop=${PREFIX}/dt
-IMAKE_DEFINES+=		-DCdeConfigurationTop=${PKG_SYSCONFDIR}
-IMAKE_DEFINES+=		-DCdeLogfileTop=${VARBASE}/dt
-#IMAKE_DEFINES+=	-DTclLibrary=${BUILDLINK_PREFIX.tcl}/lib
-IMAKE_DEFINES+=		-DUseInstalledX11=YES
-#IMAKE_DEFINES+=	-DKornShell=${TOOLS_PATH.ksh}
-IMAKE_DEFINES+=		-DDtKornShell=${PREFIX}/dt/bin/dtksh
-BUILD_MAKE_FLAGS+=	BOOTSTRAPCFLAGS=${CFLAGS:Q}
-BUILD_MAKE_FLAGS+=	IMAKE_DEFINES=${IMAKE_DEFINES:Q}
-#MAKE_ENV+=		MFLAGS=KORNSHELL=${TOOLS_PATH.ksh}
-
-BUILD_DEFS+=		VARBASE
-OWN_DIRS+=		${VARBASE}/dt
-OWN_DIRS+=		${VARBASE}/dt/tmp
-OWN_DIRS+=		${VARBASE}/dt/appconfig/appmanager
-.for i in appmanager help icons types
-.  for j in C de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1
-OWN_DIRS+=		${PKG_SYSCONFDIR}/appconfig/${i}/${j}
-.  endfor
-.endfor
-OWN_DIRS+=		${PKG_SYSCONFDIR}/config
-OWN_DIRS+=		${PKG_SYSCONFDIR}/config/Xsession.d
-BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/dt/lib
-
-SUBST_CLASSES+=		destdir
-SUBST_STAGE.destdir=	pre-configure
-SUBST_FILES.destdir=	admin/IntegTools/dbTools/installCDE.src
-SUBST_SED.destdir=	-e 's,-D / ,-D $$DESTDIR ,'
+USE_LIBTOOL=	yes
+USE_TOOLS+=	aclocal autoconf automake autoreconf
+USE_TOOLS+=	awk:run bdftopcf gettext gmake gzip ksh
+USE_TOOLS+=	lex msgfmt mkfontdir perl pkg-config yacc
+
+PTHREAD_AUTO_VARS=	yes
+MAKE_JOBS_SAFE=		no
+
+BUILDLINK_PASSTHRU_DIRS+=	${PREFIX}/dt/lib
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+DEPENDS+=	ksh93-[0-9]*:../../shells/ksh93
+DEPENDS+=	pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
+DEPENDS+=	font-adobe-75dpi-[0-9]*:../../fonts/font-adobe-75dpi
+DEPENDS+=	font-adobe-100dpi-[0-9]*:../../fonts/font-adobe-100dpi
+.if ${X11_TYPE} == "modular"
+DEPENDS+=	xrdb-[0-9]*:../../x11/xrdb
+DEPENDS+=	xset-[0-9]*:../../x11/xset
+.endif
+TOOL_DEPENDS+=	gettext-m4-[0-9]*:../../devel/gettext-m4
+
+GNU_CONFIGURE=		yes
+GNU_CONFIGURE_PREFIX=	${PREFIX}/dt
+CONFIGURE_ENV+=		ac_cv_path_KSH=${PREFIX}/bin/ksh93
+CONFIGURE_ENV+=		GZIP=${GZIP_CMD:Q}
+CONFIGURE_ARGS+=	MAKE=${MAKE_PROGRAM:Q}
+CONFIGURE_ARGS+=	--with-x
+CONFIGURE_ARGS+=	--with-tcl=${BUILDLINK_PREFIX.tcl}/lib
+CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}/dt
+
+REPLACE_PERL+=	programs/dtinfo/tools/bin/ccdate
+REPLACE_AWK+=	programs/dtlogin/config/Xsession.src
+
+REPLACE_INTERPRETER+=	dtksh
+REPLACE.dtksh.old=	.*/bin/dtksh
+REPLACE.dtksh.new=	${PREFIX}/bin/dtksh
+REPLACE_FILES.dtksh+=	programs/dthelp/dthelpgen/dthelpgen.dtsh
+
+REPLACE_INTERPRETER+=	tclsh
+REPLACE.tclsh.old=	.*/bin/tclsh
+REPLACE.tclsh.new=	${PREFIX}/bin/tclsh
+REPLACE_FILES.tclsh+=	programs/dtdocbook/tcl/docbook.tcl
+
+.if !empty(USE_BUILTIN.iconv:M[nN][oO])
+SUBST_CLASSES+=		iconv
+SUBST_STAGE.iconv=	pre-configure
+SUBST_FILES.iconv+=	programs/dtmail/libDtMail/Common/Session.C
+SUBST_FILES.iconv+=	programs/dtmail/libDtMail/RFC/RFCBodyPart.C
+SUBST_SED.iconv=	-e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!'
+SUBST_MESSAGE.iconv=	Fix for GNU iconv.
+.endif
 
 SUBST_CLASSES+=		paths
 SUBST_STAGE.paths=	pre-configure
-SUBST_FILES.paths=	databases/*.udb databases/*.src
-SUBST_SED.paths=	-e 's,/usr/dt,${PREFIX}/dt,g'
-
-SUBST_CLASSES+=		dtksh
-SUBST_STAGE.dtksh=	pre-configure
-SUBST_FILES.dtksh=	programs/dthelp/dthelpgen/dthelpgen.dtsh
-SUBST_SED.dtksh=	-e 's,/usr/dt/bin/dtksh,${PREFIX}/dt/bin/dtksh,g'
-
-SUBST_CLASSES+=		awk
-SUBST_STAGE.awk=	pre-configure
-SUBST_FILES.awk=	programs/dtlogin/config/Xreset.src
-SUBST_SED.awk=		-e 's, /bin/awk , ${AWK} ,g'
-
-RCD_SCRIPTS=		dtlogin
-
-do-install:
-	${RUN}cd ${WRKSRC}/admin/IntegTools/dbTools; \
-	${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ./installCDE -s ${WRKSRC}
-
-# LinkOtherIcons in confiRun
-#post-install:
-#.for i fphelp.t.pm help.t.pm paint.l.pm paint.m.pm paint.t.pm penpad.t.pm term.t.pm
-#	${LN} -s $i ${DESTDIR}${PREFIX}/dt/appconfig/icons/C/F${i}
-#.endfor
-
-# from databases/CDE-RUN.*
-SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtprintinfo ${SETUID_ROOT_PERMS}
-SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtsession ${SETUID_ROOT_PERMS}
+SUBST_FILES.paths+=	configure.ac
+SUBST_FILES.paths+=	startcde
+SUBST_VARS.paths=	PREFIX VARBASE PKG_SYSCONFDIR
+SUBST_MESSAGE.paths=	Replacing path placeholders.
+
+MAKE_ENV+=	x_includes=${X11BASE}/include
+MAKE_FLAGS+=	YACC=${YACC:Q}
+MAKE_FLAGS+=	PERL=${PERL5:Q}
+MAKE_FLAGS+=	LDFLAGS=${LDFLAGS:Q}
+
 SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtterm ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtapppgather ${SETUID_ROOT_PERMS}
-SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtmail ${REAL_ROOT_USER} mail 2511
-SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtmailpr ${REAL_ROOT_USER} mail 2511
+SPECIAL_PERMS+=	${PREFIX}/dt/bin/dtmail ${REAL_ROOT_USER} mail 2755
+
+RCD_SCRIPTS=	dtlogin
 
+EGDIR=		${PREFIX}/share/examples/${PKGBASE}
+CONF_FILES+=	${EGDIR}/pam.d/cde.conf \
+		${PKG_SYSCONFDIR}/pam.d/cde.conf
+.for i in .alias .dir
+CONF_FILES+=	${PREFIX}/dt/share/cde/fontaliases/fonts${i} \
+		${PKG_SYSCONFDIR}/dt/config/xfonts/C/fonts${i}
+.endfor
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/pam.d
+
+BUILD_DEFS+=	VARBASE
+OWN_DIRS+=	${VARBASE}/dt
+OWN_DIRS+=	${VARBASE}/spool/calendar
+OWN_DIRS+=	${VARBASE}/dt/appconfig/appmanager
+.for i in appmanager help icons types
+.  for j in C de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1
+OWN_DIRS+=	${PKG_SYSCONFDIR}/appconfig/${i}/${j}
+.  endfor
+.endfor
+OWN_DIRS+=	${PKG_SYSCONFDIR}/dt/config
+OWN_DIRS+=	${PKG_SYSCONFDIR}/dt/config/Xsession.d
+OWN_DIRS+=	${PKG_SYSCONFDIR}/dt/config/xfonts/C
+
+INSTALLATION_DIRS+=	bin share/doc/${PKGBASE}
+INSTALLATION_DIRS+=	share/examples/${PKGBASE}/pam.d
+
+post-extract:
+	${RUN}${CP} ${FILESDIR}/startcde.sh ${WRKSRC}/startcde
+
+pre-configure:
+	${RUN}set -e; cd ${WRKSRC} && autoreconf -fiv
+
+post-install:
+	${RUN}${FIND} ${DESTDIR}${PREFIX}/dt -type f -perm -111 -exec	\
+		${SH} -c '${STRIP} --strip-unneeded {} > /dev/null 2>&1' \;
+	${INSTALL_DATA} ${WRKSRC}/lib/pam/libpam/pam.conf		\
+		${DESTDIR}${EGDIR}/pam.d/cde.conf
+	${INSTALL_SCRIPT} ${WRKSRC}/startcde ${DESTDIR}${PREFIX}/bin
+.for f in CONTRIBUTORS COPYING HISTORY README.md
+	${RUN}${MV} ${DESTDIR}${PREFIX}/dt/${f}					\
+		${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+.endfor
+
+.include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXdmcp/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXau/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+
 .include "../../converters/libiconv/buildlink3.mk"
-#.include "../../lang/tcl/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/opensp/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cde/PLIST b/cde/PLIST
index 477303a0ad..faced15829 100644
--- a/cde/PLIST
+++ b/cde/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/07/27 05:27:58 obache Exp $
-dt/CONTRIBUTORS
-dt/COPYING
+@comment $NetBSD$
+bin/startcde
 dt/app-defaults/C/Dt
 dt/app-defaults/C/Dtbuilder
 dt/app-defaults/C/Dtcalc
@@ -8,16 +7,13 @@ 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
@@ -25,95 +21,7 @@ dt/app-defaults/C/Dtterm
 dt/app-defaults/C/Dtudcfonted
 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/Dtudcfonted
-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/Dtudcfonted
-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/Dtudcfonted
-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/Dtudcfonted
-dt/app-defaults/it_IT.ISO8859-1/Dtwm
+dt/app-defaults/en_US.UTF-8
 dt/appconfig/appmanager/C/Desktop_Apps/DtLoadInfoLib
 dt/appconfig/appmanager/C/Desktop_Apps/DtPrintManager
 dt/appconfig/appmanager/C/Desktop_Apps/Dtappbuild
@@ -175,2482 +83,595 @@ 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/Education/gcompris
+dt/appconfig/appmanager/C/Education/geogebra
+dt/appconfig/appmanager/C/Education/stellarium
+dt/appconfig/appmanager/C/Education/tuxpaint
+dt/appconfig/appmanager/C/Games/dreamchess
+dt/appconfig/appmanager/C/Games/eboard
+dt/appconfig/appmanager/C/Games/gcompris
+dt/appconfig/appmanager/C/Games/ktuberling
+dt/appconfig/appmanager/C/Games/lbreakout2
+dt/appconfig/appmanager/C/Games/powermanga
+dt/appconfig/appmanager/C/Games/pychess
+dt/appconfig/appmanager/C/Games/supertux
+dt/appconfig/appmanager/C/Games/xboard
+dt/appconfig/appmanager/C/Graphics/fontforge
+dt/appconfig/appmanager/C/Graphics/gimp
+dt/appconfig/appmanager/C/Graphics/inkscape
+dt/appconfig/appmanager/C/Graphics/okular
+dt/appconfig/appmanager/C/Graphics/xv
 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/appmanager/C/Internet/chromium
+dt/appconfig/appmanager/C/Internet/firefox
+dt/appconfig/appmanager/C/Internet/nxclient
+dt/appconfig/appmanager/C/Internet/skype
+dt/appconfig/appmanager/C/Internet/thunderbird
+dt/appconfig/appmanager/C/Media_Tools/amarok
+dt/appconfig/appmanager/C/Media_Tools/brasero
+dt/appconfig/appmanager/C/Media_Tools/k3b
+dt/appconfig/appmanager/C/Media_Tools/k9copy
+dt/appconfig/appmanager/C/Media_Tools/pavucontrol
+dt/appconfig/appmanager/C/Media_Tools/rhythmbox
+dt/appconfig/appmanager/C/Media_Tools/rosegarden
+dt/appconfig/appmanager/C/Media_Tools/sound-juicer
+dt/appconfig/appmanager/C/Media_Tools/vlc
+dt/appconfig/appmanager/C/Media_Tools/xine
+dt/appconfig/appmanager/C/Office/acroread
+dt/appconfig/appmanager/C/Office/libreoffice-base
+dt/appconfig/appmanager/C/Office/libreoffice-calc
+dt/appconfig/appmanager/C/Office/libreoffice-draw
+dt/appconfig/appmanager/C/Office/libreoffice-impress
+dt/appconfig/appmanager/C/Office/libreoffice-main
+dt/appconfig/appmanager/C/Office/libreoffice-math
+dt/appconfig/appmanager/C/Office/libreoffice-writer
+dt/appconfig/appmanager/C/Office/nedit
+dt/appconfig/appmanager/C/Office/xournal
+dt/appconfig/appmanager/C/Office/xpdf
+dt/appconfig/appmanager/C/System/caja
+dt/appconfig/appmanager/C/System/engrampa
+dt/appconfig/appmanager/C/System/file-roller
+dt/appconfig/appmanager/C/System/firestarter
+dt/appconfig/appmanager/C/System/pgadmin
+dt/appconfig/appmanager/C/System/synaptic
+dt/appconfig/appmanager/C/System/virtualbox
+dt/appconfig/appmanager/C/System/wicd
+dt/appconfig/appmanager/C/Tex/TeX
+dt/appconfig/appmanager/C/Tex/acroread
+dt/appconfig/appmanager/C/Tex/emacs
+dt/appconfig/appmanager/C/Tex/gv
+dt/appconfig/appmanager/C/Tex/kile
+dt/appconfig/appmanager/C/Tex/mgv
+dt/appconfig/appmanager/C/Tex/xdvi
+dt/appconfig/appmanager/C/Tex/xournal
+dt/appconfig/appmanager/C/Tex/xpdf
+dt/appconfig/appmanager/en_US.UTF-8
+dt/appconfig/help/C
+dt/appconfig/help/en_US.UTF-8/AppBuilder.sdl
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/abicon.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/align.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/attbot.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/attcent.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/atted.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/attnone.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/attprcent.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/attprtop.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/atttop.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/atttwo.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/basewin.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/browser.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/button.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/cgoption.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/cgoptmen.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/checkbox.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/codegen.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/color.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/combobox.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/conned.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/contain.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/cpanel.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/cpanelio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/custicon.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dapane.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dareaio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/distmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dnded.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/drawarea.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dropcust.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dropfile.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/dropmain.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/drwareai.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/edit.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/editmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/edsep.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/edsmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/environ.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/eunsaved.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/execute.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/file.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/filemenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/fmenutop.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/fpwab.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/frmwrked.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/fsb.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/fsdio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/fsdopen.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/group.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/grouped.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/guage.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/helped.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/label.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/layout.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/maincall.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/mainwin.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/mainwio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/menubar.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/menubart.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/menubut.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/message.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/modarray.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/modebar.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/modmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/msged.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/mwcpage.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/namemod.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/nameproj.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/objinfo.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/optmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/palette.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/panes.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/popbrowse.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/popui.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/popupwin.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/projmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/projorg.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/punsaved.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/pwedpane.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/radiobox.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/scale.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/scrlist.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/separat.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/spinbox.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/termp.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/termpi.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/termpio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/textp.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/textpi.pm
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/textpio.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/tfield.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/titlebar.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/unsaved.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/view.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/viewmenu.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/viewmods.tif
+dt/appconfig/help/en_US.UTF-8/AppBuilder/graphics/windows.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager.sdl
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/actions.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/addappfp.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/appgroup.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/appman.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/control.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/copyfile.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/filename.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/filter.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/help.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/linkfile.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/movefile.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/newfile.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/newfold.tif
+dt/appconfig/help/en_US.UTF-8/Appmanager/graphics/openfile.tif
+dt/appconfig/help/en_US.UTF-8/Calculator.sdl
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/calcarea.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/calcpop.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/constant.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/dispmode.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/finregs.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/getascii.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/memregs.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/modeoptm.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/nconst1.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/nconst2.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/nfunct1.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/nfunct2.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/numbase.tif
+dt/appconfig/help/en_US.UTF-8/Calculator/graphics/trigbase.tif
+dt/appconfig/help/en_US.UTF-8/Calendar.sdl
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/accesalt.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/access.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/apped.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/appedpln.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/appicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/applist.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/appopts.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/browmenu.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/calparts.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/compare.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/datefmt.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/dayicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/dayvw.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/defaults.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/display.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/editmenu.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/erroradv.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/errordaf.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/errormif.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/filemenu.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/find.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/fpanel.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/goto.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/group.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/menuedit.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/mnthicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/monthvw.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/nextvw.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/options.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/prevvw.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/print.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/printer.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/schedapp.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/shwother.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/standaln.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/timezone.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/today.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/todoed.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/todoedlg.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/todoicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/todolist.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/toolbar.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/viewmenu.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/weekicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/weekvw.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/yearicon.tif
+dt/appconfig/help/en_US.UTF-8/Calendar/graphics/yearvw.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct.sdl
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/addtypes.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/advance.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/create.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/findset.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/idfolder.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/idname.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/idperm.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/idwindow.tif
+dt/appconfig/help/en_US.UTF-8/CreatAct/graphics/mainwin.tif
+dt/appconfig/help/en_US.UTF-8/Desktop.hf
+dt/appconfig/help/en_US.UTF-8/DesktopIntro.hf
+dt/appconfig/help/en_US.UTF-8/FPanel.sdl
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/arrowbut.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/clock.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/copymain.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/date.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/editor.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/exit.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/filemgr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/fpappmgr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/fphelp.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/fpico.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/fponitem.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/helpintr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/helpmgr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/iconedit.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/install.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/light.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/lock.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/mail.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/mainfp.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/mainsub.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/minimize.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/movehand.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/onitemcn.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/persapps.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/popupctl.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/popupsub.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/popupswi.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/popupwsb.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/printer.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/printmgr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/smallhelp.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/smallinf.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/smallprt.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/stylemgr.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/subclose.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/terminal.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/trash.pm
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/wholefp.tif
+dt/appconfig/help/en_US.UTF-8/FPanel/graphics/wsswitch.pm
+dt/appconfig/help/en_US.UTF-8/Filemgr.sdl
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/chdir.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/copy.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/copydir.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/copylink.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/copyovwr.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/copywarn.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/cpfstat.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/cpfwarn.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/create.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/createf.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/dragicon.pm
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/dtpopup.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/filter.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/find.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/fpctl.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/move.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/multicol.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/overview.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/preferen.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/property.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/quickcd.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/rename.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/replace.tif
+dt/appconfig/help/en_US.UTF-8/Filemgr/graphics/selected.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help.sdl
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/execute.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/genhlp.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/helpctl.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/helpmgr.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/helporg.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/history.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/hlinkd.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/hlinks.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/home.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/iderr.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/indexdlg.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/indexpre.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/indextop.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/popupmen.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/printdlg.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/quickhlp.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/search.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/seltopic.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/topicerr.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/topics.tif
+dt/appconfig/help/en_US.UTF-8/Help4Help/graphics/volerr.tif
+dt/appconfig/help/en_US.UTF-8/Iconed.sdl
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/circle.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/ellipse.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/erase.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/flood.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/line.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/main.tif
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/pencil.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/polygon.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/polyline.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/rectang.pm
+dt/appconfig/help/en_US.UTF-8/Iconed/graphics/select.pm
+dt/appconfig/help/en_US.UTF-8/Infomgr.sdl
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/addinfo.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/addlib.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/bklist1.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/bkmark.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/bkmkedit.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/bknote.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/browmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/brwsbuts.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/confirm.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/dgrafico.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/disbklst.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/display.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/editmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/filemenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/fpico.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/gmap.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/gomenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/graffile.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/grafpanr.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/grafview.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/graphmap.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/graphwin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/histlist.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/histpref.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/hsarrows.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/ilibico.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/infolib1.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/infosub.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/mappref.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/markmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/nxthist.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/nxtsect.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/nxtsrch.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/openloca.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/optbmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/optrmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/prefwin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/printer.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/printwin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/prvhist.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/prvsect.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/prvsrch.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/pushpin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/qedit.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/qeditwin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/readwin1.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/rminfo.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/savescop.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/scopedit.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/searchin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/sectitle.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/serchprf.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/serchres.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/shistwin.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/srchmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/winbmenu.tif
+dt/appconfig/help/en_US.UTF-8/Infomgr/graphics/winrmenu.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr.sdl
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/appmenu.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/appmgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/bklist.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/brwsbuts.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/click1.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/drag1.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/filemgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/focus.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/fpexit.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/fphelp.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/fpico.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/fplock.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/helpbut.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/helpmgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/hticons.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/ilibico.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/infosub.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/infosubp.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/keyboard.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/listsel.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mappmgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/maxbut.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mdticon.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/menubut.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mfilemgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mfpanel.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/minbut.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/minimize.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mminicon.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/movewin.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/mstylmgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/occupyws.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/readwin.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/resize.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/resizebd.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/sclick1.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/screen.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/scrollb.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/sdrag1.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/selected.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/stylemgr.pm
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/switchws.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/textfld.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/threebut.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/titlebar.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/winmenu.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/wsmenu.tif
+dt/appconfig/help/en_US.UTF-8/Intromgr/graphics/wsobmenu.tif
+dt/appconfig/help/en_US.UTF-8/LibDtPrint.sdl
+dt/appconfig/help/en_US.UTF-8/LibDtPrint/graphics/filselec.tif
+dt/appconfig/help/en_US.UTF-8/LibDtPrint/graphics/prninfo.tif
+dt/appconfig/help/en_US.UTF-8/LibDtPrint/graphics/prnselec.tif
+dt/appconfig/help/en_US.UTF-8/Loginmgr.sdl
+dt/appconfig/help/en_US.UTF-8/Mailer.sdl
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/advopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/aliopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/attach.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/attfsb.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/attmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/attsmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compatt.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compbut.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compedit.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compfile.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compfmt.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/compwin.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/editmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/fileopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/hdropts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/headers.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mailbox.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mailicon.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mainwin.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mboxbut.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mboxmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/movemenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mprndial.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/mprnops.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/msgmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/msgvw.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/options.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/tmplopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/vacopts.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/viewmenu.tif
+dt/appconfig/help/en_US.UTF-8/Mailer/graphics/viewopts.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr.sdl
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/dojob.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/find.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/findset.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/flagdown.pm
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/helpmenu.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/mainwin.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/minus.pm
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pjicon.pm
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pjlaunch.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pjmain.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pjprops.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pjselect.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/plus.pm
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pmlaunch.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pmopts.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/pmselect.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/props.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/prticon.pm
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/prtmenu.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/showprt.tif
+dt/appconfig/help/en_US.UTF-8/Printmgr/graphics/viewmenu.tif
+dt/appconfig/help/en_US.UTF-8/PrnSetup.sdl
+dt/appconfig/help/en_US.UTF-8/PrnSetup/graphics/pdmjob.tif
+dt/appconfig/help/en_US.UTF-8/PrnSetup/graphics/pdmmain.tif
+dt/appconfig/help/en_US.UTF-8/PrnSetup/graphics/pdmprint.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr.sdl
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/addpal.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/audio.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/audiodlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/backddlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/backdrop.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/color.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/colordlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/cousedlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/delpal.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/font.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/fontdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/intldial.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/intlicon.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/keybdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/keyboard.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/modifdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/mouse.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/mousedlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/scrextdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/scricon.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/snoextdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/startdlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/startup.pm
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/stylemgr.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/windlg.tif
+dt/appconfig/help/en_US.UTF-8/Stylemgr/graphics/winmgr.pm
+dt/appconfig/help/en_US.UTF-8/Terminal.sdl
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/bell.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/color.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/cursor.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/fpterm.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/globopts.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/keyboard.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/open.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/options.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/prompt.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/screen.tif
+dt/appconfig/help/en_US.UTF-8/Terminal/graphics/scroll.tif
+dt/appconfig/help/en_US.UTF-8/Textedit.sdl
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/button.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/confirm.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/copy.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/create.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/exists.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/find.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/include.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/open.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/print.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/save.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/saveas.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/settings.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/spell.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/status.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/subpanel.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/window.tif
+dt/appconfig/help/en_US.UTF-8/Textedit/graphics/wordwrap.tif
+dt/appconfig/help/en_US.UTF-8/graphics/cauticon.pm
+dt/appconfig/help/en_US.UTF-8/graphics/cdelogo.pm
+dt/appconfig/help/en_US.UTF-8/graphics/noteicon.pm
+dt/appconfig/help/en_US.UTF-8/graphics/warnicon.pm
 dt/appconfig/icons/C/DtABa0.m.bm
 dt/appconfig/icons/C/DtABabF.m.bm
 dt/appconfig/icons/C/DtABabW.m.bm
@@ -2682,12 +703,18 @@ 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.l.bm
+dt/appconfig/icons/C/DtABbil.l.pm
+dt/appconfig/icons/C/DtABbil.l_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.l.bm
+dt/appconfig/icons/C/DtABbip.l.pm
+dt/appconfig/icons/C/DtABbip.l_m.bm
 dt/appconfig/icons/C/DtABbip.m.bm
 dt/appconfig/icons/C/DtABbip.m.pm
 dt/appconfig/icons/C/DtABbip.m_m.bm
@@ -2696,10 +723,17 @@ 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.l_m.bm
 dt/appconfig/icons/C/DtABbix.m.bm
 dt/appconfig/icons/C/DtABbix.m.pm
+dt/appconfig/icons/C/DtABbix.m_m.bm
 dt/appconfig/icons/C/DtABbix.t.bm
 dt/appconfig/icons/C/DtABbix.t.pm
+dt/appconfig/icons/C/DtABbix.t_m.bm
+dt/appconfig/icons/C/DtABbrw.m.bm
+dt/appconfig/icons/C/DtABbrw.m.pm
+dt/appconfig/icons/C/DtABbrw.m_m.bm
+dt/appconfig/icons/C/DtABbrw.t.pm
 dt/appconfig/icons/C/DtABbtn.bm
 dt/appconfig/icons/C/DtABbtn.pm
 dt/appconfig/icons/C/DtABbw.bm
@@ -2826,6 +860,9 @@ 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.l.bm
+dt/appconfig/icons/C/DtCM.l.pm
+dt/appconfig/icons/C/DtCM.l_m.bm
 dt/appconfig/icons/C/DtCM.m.bm
 dt/appconfig/icons/C/DtCM.m.pm
 dt/appconfig/icons/C/DtCM.m_m.bm
@@ -2841,37 +878,59 @@ 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.bm
 dt/appconfig/icons/C/DtCMapt.s.pm
+dt/appconfig/icons/C/DtCMapt.s_m.bm
 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.l.bm
+dt/appconfig/icons/C/DtCMark.l.pm
+dt/appconfig/icons/C/DtCMark.l_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.m.pm
+dt/appconfig/icons/C/DtCMday.s.bm
 dt/appconfig/icons/C/DtCMday.s.pm
+dt/appconfig/icons/C/DtCMday.s_m.bm
 dt/appconfig/icons/C/DtCMdnd.m.pm
+dt/appconfig/icons/C/DtCMmth.m.pm
+dt/appconfig/icons/C/DtCMmth.s.bm
 dt/appconfig/icons/C/DtCMmth.s.pm
+dt/appconfig/icons/C/DtCMmth.s_m.bm
 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.bm
 dt/appconfig/icons/C/DtCMtdo.s.pm
+dt/appconfig/icons/C/DtCMtdo.s_m.bm
 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.m.pm
+dt/appconfig/icons/C/DtCMwk.s.bm
 dt/appconfig/icons/C/DtCMwk.s.pm
+dt/appconfig/icons/C/DtCMwk.s_m.bm
+dt/appconfig/icons/C/DtCMyr.m.pm
+dt/appconfig/icons/C/DtCMyr.s.bm
 dt/appconfig/icons/C/DtCMyr.s.pm
+dt/appconfig/icons/C/DtCMyr.s_m.bm
 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/DtEducation.l.pm
+dt/appconfig/icons/C/DtEducation.m.pm
+dt/appconfig/icons/C/DtEducation.t.pm
 dt/appconfig/icons/C/DtFlag.m.bm
 dt/appconfig/icons/C/DtFlag.m.pm
 dt/appconfig/icons/C/DtFlag.m_m.bm
@@ -2881,6 +940,12 @@ 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/DtGamesCards.l.pm
+dt/appconfig/icons/C/DtGamesCards.m.pm
+dt/appconfig/icons/C/DtGamesCards.t.pm
+dt/appconfig/icons/C/DtGraphics.l.pm
+dt/appconfig/icons/C/DtGraphics.m.pm
+dt/appconfig/icons/C/DtGraphics.t.pm
 dt/appconfig/icons/C/DtI18N.bm
 dt/appconfig/icons/C/DtI18N.pm
 dt/appconfig/icons/C/DtI18N_m.bm
@@ -2947,12 +1012,18 @@ 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/DtOffice.l.pm
+dt/appconfig/icons/C/DtOffice.m.pm
+dt/appconfig/icons/C/DtOffice.t.pm
 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.l.bm
+dt/appconfig/icons/C/DtPrtmg.l.pm
+dt/appconfig/icons/C/DtPrtmg.l_m.bm
 dt/appconfig/icons/C/DtPrtmg.m.bm
 dt/appconfig/icons/C/DtPrtmg.m.pm
 dt/appconfig/icons/C/DtPrtmg.m_m.bm
@@ -2986,6 +1057,16 @@ 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/DtSystem.l.pm
+dt/appconfig/icons/C/DtSystem.m.pm
+dt/appconfig/icons/C/DtSystem.t.pm
+dt/appconfig/icons/C/Dtablnk.l.pm
+dt/appconfig/icons/C/Dtablnk.m.bm
+dt/appconfig/icons/C/Dtablnk.m.pm
+dt/appconfig/icons/C/Dtablnk.m_m.bm
+dt/appconfig/icons/C/Dtablnk.t.bm
+dt/appconfig/icons/C/Dtablnk.t.pm
+dt/appconfig/icons/C/Dtablnk.t_m.bm
 dt/appconfig/icons/C/Dtactn.l.bm
 dt/appconfig/icons/C/Dtactn.l.pm
 dt/appconfig/icons/C/Dtactn.l_m.bm
@@ -3004,6 +1085,27 @@ 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/Dtaexag.m.pm
+dt/appconfig/icons/C/Dtaexbx.m.bm
+dt/appconfig/icons/C/Dtaexbx.m.pm
+dt/appconfig/icons/C/Dtaexbx.m_m.bm
+dt/appconfig/icons/C/Dtaexbx.t.bm
+dt/appconfig/icons/C/Dtaexbx.t.pm
+dt/appconfig/icons/C/Dtaexbx.t_m.bm
+dt/appconfig/icons/C/Dtaexe.m.pm
+dt/appconfig/icons/C/Dtaexex.l.bm
+dt/appconfig/icons/C/Dtaexex.l.pm
+dt/appconfig/icons/C/Dtaexex.m.bm
+dt/appconfig/icons/C/Dtaexex.m.pm
+dt/appconfig/icons/C/Dtaexex.t.bm
+dt/appconfig/icons/C/Dtaexex.t.pm
+dt/appconfig/icons/C/Dtaexfl.m.bm
+dt/appconfig/icons/C/Dtaexfl.m.pm
+dt/appconfig/icons/C/Dtaexfl.m_m.bm
+dt/appconfig/icons/C/Dtaexfl.t.bm
+dt/appconfig/icons/C/Dtaexfl.t.pm
+dt/appconfig/icons/C/Dtaexfl.t_m.bm
+dt/appconfig/icons/C/Dtaextm.m.pm
 dt/appconfig/icons/C/Dtagen.l.bm
 dt/appconfig/icons/C/Dtagen.l.pm
 dt/appconfig/icons/C/Dtagen.l_m.bm
@@ -3028,12 +1130,24 @@ 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/Dtapplications-multimedia.l.pm
+dt/appconfig/icons/C/Dtapplications-multimedia.m.pm
+dt/appconfig/icons/C/Dtapplications-multimedia.t.pm
+dt/appconfig/icons/C/Dtapps.l.bm
+dt/appconfig/icons/C/Dtapps.l.pm
+dt/appconfig/icons/C/Dtapps.l_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/Dtaprnt.m.bm
+dt/appconfig/icons/C/Dtaprnt.m.pm
+dt/appconfig/icons/C/Dtaprnt.m_m.bm
+dt/appconfig/icons/C/Dtaprnt.t.bm
+dt/appconfig/icons/C/Dtaprnt.t.pm
+dt/appconfig/icons/C/Dtaprnt.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
@@ -3088,6 +1202,9 @@ 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.l.bm
+dt/appconfig/icons/C/Dtblink.l.pm
+dt/appconfig/icons/C/Dtblink.l_m.bm
 dt/appconfig/icons/C/Dtblink.m.bm
 dt/appconfig/icons/C/Dtblink.m.pm
 dt/appconfig/icons/C/Dtblink.m_m.bm
@@ -3145,6 +1262,7 @@ 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.l.pm
 dt/appconfig/icons/C/Dtdata.m.bm
 dt/appconfig/icons/C/Dtdata.m.pm
 dt/appconfig/icons/C/Dtdata.m_m.bm
@@ -3152,6 +1270,12 @@ 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/Dtdate.m.bm
+dt/appconfig/icons/C/Dtdate.m.pm
+dt/appconfig/icons/C/Dtdate.m_m.bm
+dt/appconfig/icons/C/Dtdate.t.bm
+dt/appconfig/icons/C/Dtdate.t.pm
+dt/appconfig/icons/C/Dtdate.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
@@ -3161,6 +1285,11 @@ 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/Dtdetach.l.bm
+dt/appconfig/icons/C/Dtdetach.l.pm
+dt/appconfig/icons/C/Dtdetach.l_m.bm
+dt/appconfig/icons/C/Dtdetach.m.pm
+dt/appconfig/icons/C/Dtdetachi.m.pm
 dt/appconfig/icons/C/Dtdgclk.m.bm
 dt/appconfig/icons/C/Dtdgclk.m.pm
 dt/appconfig/icons/C/Dtdgclk.t.bm
@@ -3247,6 +1376,9 @@ 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.l.bm
+dt/appconfig/icons/C/Dtfphlp.l.pm
+dt/appconfig/icons/C/Dtfphlp.l_m.bm
 dt/appconfig/icons/C/Dtfphlp.m.bm
 dt/appconfig/icons/C/Dtfphlp.m.pm
 dt/appconfig/icons/C/Dtfphlp.m_m.bm
@@ -3262,8 +1394,12 @@ 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.bm
 dt/appconfig/icons/C/Dtgraphmap.m.pm
 dt/appconfig/icons/C/Dtgraphmap.m_m.bm
+dt/appconfig/icons/C/Dthelp.l.bm
+dt/appconfig/icons/C/Dthelp.l.pm
+dt/appconfig/icons/C/Dthelp.l_m.bm
 dt/appconfig/icons/C/Dthelp.m.bm
 dt/appconfig/icons/C/Dthelp.m.pm
 dt/appconfig/icons/C/Dthelp.m_m.bm
@@ -3296,6 +1432,9 @@ 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.l.bm
+dt/appconfig/icons/C/Dthome.l.pm
+dt/appconfig/icons/C/Dthome.l_m.bm
 dt/appconfig/icons/C/Dthome.m.bm
 dt/appconfig/icons/C/Dthome.m.pm
 dt/appconfig/icons/C/Dthome.m_m.bm
@@ -3338,6 +1477,7 @@ 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.l.pm
 dt/appconfig/icons/C/Dtimage.m.bm
 dt/appconfig/icons/C/Dtimage.m.pm
 dt/appconfig/icons/C/Dtimage.m_m.bm
@@ -3430,6 +1570,12 @@ 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/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/Dtmanpg.m.bm
 dt/appconfig/icons/C/Dtmanpg.m.pm
 dt/appconfig/icons/C/Dtmanpg.m_m.bm
@@ -3459,6 +1605,12 @@ 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/Dtnopr.l.bm
+dt/appconfig/icons/C/Dtnopr.l.pm
+dt/appconfig/icons/C/Dtnopr.l_m.bm
+dt/appconfig/icons/C/Dtnopr.m.bm
+dt/appconfig/icons/C/Dtnopr.m.pm
+dt/appconfig/icons/C/Dtnopr.m_m.bm
 dt/appconfig/icons/C/Dtpaint.l.bm
 dt/appconfig/icons/C/Dtpaint.l.pm
 dt/appconfig/icons/C/Dtpaint.l_m.bm
@@ -3474,6 +1626,9 @@ 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.l.bm
+dt/appconfig/icons/C/Dtpenpd.l.pm
+dt/appconfig/icons/C/Dtpenpd.l_m.bm
 dt/appconfig/icons/C/Dtpenpd.m.bm
 dt/appconfig/icons/C/Dtpenpd.m.pm
 dt/appconfig/icons/C/Dtpenpd.m_m.bm
@@ -3487,12 +1642,21 @@ 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/Dtprint.m.bm
+dt/appconfig/icons/C/Dtprint.m.pm
+dt/appconfig/icons/C/Dtprint.m_m.bm
+dt/appconfig/icons/C/Dtprint.t.bm
+dt/appconfig/icons/C/Dtprint.t.pm
+dt/appconfig/icons/C/Dtprint.t_m.bm
 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/Dtqinfo.l.bm
+dt/appconfig/icons/C/Dtqinfo.l.pm
+dt/appconfig/icons/C/Dtqinfo.l_m.bm
 dt/appconfig/icons/C/Dtras.m.bm
 dt/appconfig/icons/C/Dtras.m.pm
 dt/appconfig/icons/C/Dtras.m_m.bm
@@ -3512,7 +1676,9 @@ 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/Dtsectnexti.m.pm
 dt/appconfig/icons/C/Dtsectprev.m.pm
+dt/appconfig/icons/C/Dtsectprevi.m.pm
 dt/appconfig/icons/C/Dtshar.m.bm
 dt/appconfig/icons/C/Dtshar.m.pm
 dt/appconfig/icons/C/Dtshar.m_m.bm
@@ -3540,6 +1706,8 @@ 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.l.bm
+dt/appconfig/icons/C/Dtstyle.l.pm
 dt/appconfig/icons/C/Dtstyle.m.bm
 dt/appconfig/icons/C/Dtstyle.m.pm
 dt/appconfig/icons/C/Dtstyle.m_m.bm
@@ -3669,9 +1837,6 @@ 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
@@ -3702,9 +1867,6 @@ 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
@@ -3717,18 +1879,12 @@ 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
@@ -3781,9 +1937,6 @@ 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
@@ -3868,9 +2021,6 @@ 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
@@ -3880,9 +2030,6 @@ 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
@@ -3943,9 +2090,20 @@ 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/Fpupon.l.bm
+dt/appconfig/icons/C/Fpupon.l.pm
+dt/appconfig/icons/C/Fpupon.l_m.bm
+dt/appconfig/icons/C/Fpupon.m.bm
+dt/appconfig/icons/C/Fpupon.m.pm
+dt/appconfig/icons/C/Fpupon.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/IcCM.m.bm
+dt/appconfig/icons/C/IcCM.m.pm
+dt/appconfig/icons/C/IcCM.m_m.bm
 dt/appconfig/icons/C/IcCMinv.l.pm
 dt/appconfig/icons/C/IcCMinv.m.pm
 dt/appconfig/icons/C/IcMcomp.l.bm
@@ -3960,57 +2118,304 @@ 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/IcMxbdy.t.bm
+dt/appconfig/icons/C/IcMxbdy.t.pm
+dt/appconfig/icons/C/IcMxbdy.t_m.bm
+dt/appconfig/icons/C/SDthtml.m.pm
+dt/appconfig/icons/C/SDthtml.t.pm
+dt/appconfig/icons/C/SDturlweb.l.pm
+dt/appconfig/icons/C/SDturlweb.m.pm
+dt/appconfig/icons/C/SDturlweb.t.pm
+dt/appconfig/icons/C/SDtwebbr.l.pm
+dt/appconfig/icons/C/SDtwebbr.m.pm
+dt/appconfig/icons/C/SDtwebbr.t.pm
+dt/appconfig/icons/C/TOGDtlogo.pm
+dt/appconfig/icons/C/TeXGroup.l.pm
+dt/appconfig/icons/C/TeXGroup.m.pm
+dt/appconfig/icons/C/TeXGroup.t.pm
+dt/appconfig/icons/C/acroread.l.pm
+dt/appconfig/icons/C/acroread.m.pm
+dt/appconfig/icons/C/acroread.t.pm
+dt/appconfig/icons/C/amarok.l.pm
+dt/appconfig/icons/C/amarok.m.pm
+dt/appconfig/icons/C/amarok.t.pm
 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/brasero.l.pm
+dt/appconfig/icons/C/brasero.m.pm
+dt/appconfig/icons/C/brasero.t.pm
 dt/appconfig/icons/C/browse.xbm
 dt/appconfig/icons/C/browse_ins.xbm
+dt/appconfig/icons/C/caja.l.pm
+dt/appconfig/icons/C/caja.m.pm
+dt/appconfig/icons/C/caja.t.pm
+dt/appconfig/icons/C/camera.l.pm
+dt/appconfig/icons/C/camera.m.pm
+dt/appconfig/icons/C/camera.t.pm
+dt/appconfig/icons/C/chrome.l.pm
+dt/appconfig/icons/C/chrome.m.pm
+dt/appconfig/icons/C/chrome.t.pm
 dt/appconfig/icons/C/default.xpm
 dt/appconfig/icons/C/deiconify.xbm
 dt/appconfig/icons/C/detached.xpm
+dt/appconfig/icons/C/dia.l.pm
+dt/appconfig/icons/C/dia.m.pm
+dt/appconfig/icons/C/dia.t.pm
+dt/appconfig/icons/C/dreamchess.l.pm
+dt/appconfig/icons/C/dreamchess.m.pm
+dt/appconfig/icons/C/dreamchess.t.pm
+dt/appconfig/icons/C/dvi.l.pm
+dt/appconfig/icons/C/dvi.m.pm
+dt/appconfig/icons/C/dvi.t.pm
+dt/appconfig/icons/C/eboard.l.pm
+dt/appconfig/icons/C/eboard.m.pm
+dt/appconfig/icons/C/eboard.t.pm
+dt/appconfig/icons/C/emacs.l.pm
+dt/appconfig/icons/C/emacs.m.pm
+dt/appconfig/icons/C/emacs.t.pm
+dt/appconfig/icons/C/engrampa.l.pm
+dt/appconfig/icons/C/engrampa.m.pm
+dt/appconfig/icons/C/engrampa.t.pm
+dt/appconfig/icons/C/eom.l.pm
+dt/appconfig/icons/C/eom.m.pm
+dt/appconfig/icons/C/eom.t.pm
+dt/appconfig/icons/C/f-spot.l.pm
+dt/appconfig/icons/C/f-spot.m.pm
+dt/appconfig/icons/C/f-spot.t.pm
+dt/appconfig/icons/C/file-roller.l.pm
+dt/appconfig/icons/C/file-roller.m.pm
+dt/appconfig/icons/C/file-roller.t.pm
+dt/appconfig/icons/C/firefox.l.pm
+dt/appconfig/icons/C/firefox.m.pm
+dt/appconfig/icons/C/firefox.t.pm
+dt/appconfig/icons/C/firestarter.l.pm
+dt/appconfig/icons/C/firestarter.m.pm
+dt/appconfig/icons/C/firestarter.t.pm
+dt/appconfig/icons/C/fontforge.l.pm
+dt/appconfig/icons/C/fontforge.m.pm
+dt/appconfig/icons/C/fontforge.t.pm
+dt/appconfig/icons/C/gcompris.l.pm
+dt/appconfig/icons/C/gcompris.m.pm
+dt/appconfig/icons/C/gcompris.t.pm
+dt/appconfig/icons/C/geogebra.l.pm
+dt/appconfig/icons/C/geogebra.m.pm
+dt/appconfig/icons/C/geogebra.t.pm
+dt/appconfig/icons/C/gimp.l.pm
+dt/appconfig/icons/C/gimp.m.pm
+dt/appconfig/icons/C/gimp.t.pm
+dt/appconfig/icons/C/gscan2pdf.l.pm
+dt/appconfig/icons/C/gscan2pdf.m.pm
+dt/appconfig/icons/C/gscan2pdf.t.pm
+dt/appconfig/icons/C/gv.l.pm
+dt/appconfig/icons/C/gv.m.pm
+dt/appconfig/icons/C/gv.t.pm
 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/inkscape.l.pm
+dt/appconfig/icons/C/inkscape.m.pm
+dt/appconfig/icons/C/inkscape.t.pm
+dt/appconfig/icons/C/k3b.l.pm
+dt/appconfig/icons/C/k3b.m.pm
+dt/appconfig/icons/C/k3b.t.pm
+dt/appconfig/icons/C/k9copy.l.pm
+dt/appconfig/icons/C/k9copy.m.pm
+dt/appconfig/icons/C/k9copy.t.pm
+dt/appconfig/icons/C/kile.l.pm
+dt/appconfig/icons/C/kile.m.pm
+dt/appconfig/icons/C/kile.t.pm
+dt/appconfig/icons/C/ktuberling.l.pm
+dt/appconfig/icons/C/ktuberling.m.pm
+dt/appconfig/icons/C/ktuberling.t.pm
+dt/appconfig/icons/C/lbreakout2.l.pm
+dt/appconfig/icons/C/lbreakout2.m.pm
+dt/appconfig/icons/C/lbreakout2.t.pm
+dt/appconfig/icons/C/libreoffice-base.l.pm
+dt/appconfig/icons/C/libreoffice-base.m.pm
+dt/appconfig/icons/C/libreoffice-base.t.pm
+dt/appconfig/icons/C/libreoffice-calc.l.pm
+dt/appconfig/icons/C/libreoffice-calc.m.pm
+dt/appconfig/icons/C/libreoffice-calc.t.pm
+dt/appconfig/icons/C/libreoffice-draw.l.pm
+dt/appconfig/icons/C/libreoffice-draw.m.pm
+dt/appconfig/icons/C/libreoffice-draw.t.pm
+dt/appconfig/icons/C/libreoffice-impress.l.pm
+dt/appconfig/icons/C/libreoffice-impress.m.pm
+dt/appconfig/icons/C/libreoffice-impress.t.pm
+dt/appconfig/icons/C/libreoffice-main.l.pm
+dt/appconfig/icons/C/libreoffice-main.m.pm
+dt/appconfig/icons/C/libreoffice-main.t.pm
+dt/appconfig/icons/C/libreoffice-math.l.pm
+dt/appconfig/icons/C/libreoffice-math.m.pm
+dt/appconfig/icons/C/libreoffice-math.t.pm
+dt/appconfig/icons/C/libreoffice-startcenter.l.pm
+dt/appconfig/icons/C/libreoffice-startcenter.m.pm
+dt/appconfig/icons/C/libreoffice-startcenter.t.pm
+dt/appconfig/icons/C/libreoffice-writer.l.pm
+dt/appconfig/icons/C/libreoffice-writer.m.pm
+dt/appconfig/icons/C/libreoffice-writer.t.pm
+dt/appconfig/icons/C/locked.pm
 dt/appconfig/icons/C/locked.xbm
-dt/appconfig/icons/C/lsimplex.pm
-dt/appconfig/icons/C/ltumble.pm
+dt/appconfig/icons/C/logo.xpm.ps
 dt/appconfig/icons/C/marks.xbm
 dt/appconfig/icons/C/marks_ins.xbm
-dt/appconfig/icons/C/pduplex.pm
+dt/appconfig/icons/C/mgv.l.pm
+dt/appconfig/icons/C/mgv.m.pm
+dt/appconfig/icons/C/mgv.pm
+dt/appconfig/icons/C/mgv.t.pm
+dt/appconfig/icons/C/mp3.l.pm
+dt/appconfig/icons/C/mp3.m.pm
+dt/appconfig/icons/C/mp3.t.pm
+dt/appconfig/icons/C/nedit.l.pm
+dt/appconfig/icons/C/nedit.m.pm
+dt/appconfig/icons/C/nedit.t.pm
+dt/appconfig/icons/C/nxclient-desktop.l.pm
+dt/appconfig/icons/C/nxclient-desktop.m.pm
+dt/appconfig/icons/C/nxclient-desktop.t.pm
+dt/appconfig/icons/C/nxclient-icon.l.pm
+dt/appconfig/icons/C/nxclient-icon.m.pm
+dt/appconfig/icons/C/okular.l.pm
+dt/appconfig/icons/C/okular.m.pm
+dt/appconfig/icons/C/okular.t.pm
+dt/appconfig/icons/C/pgadmin3.l.pm
+dt/appconfig/icons/C/pgadmin3.m.pm
+dt/appconfig/icons/C/pgadmin3.t.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/powermanga.l.pm
+dt/appconfig/icons/C/powermanga.m.pm
+dt/appconfig/icons/C/powermanga.t.pm
+dt/appconfig/icons/C/pychess.l.pm
+dt/appconfig/icons/C/pychess.m.pm
+dt/appconfig/icons/C/pychess.t.pm
 dt/appconfig/icons/C/quit.xbm
-dt/appconfig/icons/C/rlandsca.pm
-dt/appconfig/icons/C/rportrai.pm
+dt/appconfig/icons/C/rhythmbox.l.pm
+dt/appconfig/icons/C/rhythmbox.m.pm
+dt/appconfig/icons/C/rhythmbox.t.pm
+dt/appconfig/icons/C/rosegarden.l.pm
+dt/appconfig/icons/C/rosegarden.m.pm
+dt/appconfig/icons/C/rosegarden.t.pm
 dt/appconfig/icons/C/search.xbm
 dt/appconfig/icons/C/search_ins.xbm
+dt/appconfig/icons/C/semilocked.pm
 dt/appconfig/icons/C/semilocked.xbm
+dt/appconfig/icons/C/shotwell.l.pm
+dt/appconfig/icons/C/shotwell.m.pm
+dt/appconfig/icons/C/shotwell.t.pm
+dt/appconfig/icons/C/skype.l.pm
+dt/appconfig/icons/C/skype.m.pm
+dt/appconfig/icons/C/skype.t.pm
+dt/appconfig/icons/C/sound-juicer.l.pm
+dt/appconfig/icons/C/sound-juicer.m.pm
+dt/appconfig/icons/C/sound-juicer.t.pm
+dt/appconfig/icons/C/stellarium.l.pm
+dt/appconfig/icons/C/stellarium.m.pm
+dt/appconfig/icons/C/stellarium.t.pm
+dt/appconfig/icons/C/supertux.l.pm
+dt/appconfig/icons/C/supertux.m.pm
+dt/appconfig/icons/C/supertux.t.pm
+dt/appconfig/icons/C/synaptic.l.pm
+dt/appconfig/icons/C/synaptic.m.pm
+dt/appconfig/icons/C/synaptic.t.pm
+dt/appconfig/icons/C/thunderbird.l.pm
+dt/appconfig/icons/C/thunderbird.m.pm
+dt/appconfig/icons/C/thunderbird.t.pm
+dt/appconfig/icons/C/tuxpaint.l.pm
+dt/appconfig/icons/C/tuxpaint.m.pm
+dt/appconfig/icons/C/tuxpaint.t.pm
 dt/appconfig/icons/C/unlocked.xbm
+dt/appconfig/icons/C/video.l.pm
+dt/appconfig/icons/C/video.m.pm
+dt/appconfig/icons/C/video.t.pm
+dt/appconfig/icons/C/virtualbox.l.pm
+dt/appconfig/icons/C/virtualbox.m.pm
+dt/appconfig/icons/C/virtualbox.t.pm
+dt/appconfig/icons/C/vlc.l.pm
+dt/appconfig/icons/C/vlc.m.pm
+dt/appconfig/icons/C/vlc.t.pm
 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/icons/C/wicd.l.pm
+dt/appconfig/icons/C/wicd.m.pm
+dt/appconfig/icons/C/wicd.t.pm
+dt/appconfig/icons/C/xboard.l.pm
+dt/appconfig/icons/C/xboard.m.pm
+dt/appconfig/icons/C/xboard.t.pm
+dt/appconfig/icons/C/xdvi.l.pm
+dt/appconfig/icons/C/xdvi.m.pm
+dt/appconfig/icons/C/xdvi.t.pm
+dt/appconfig/icons/C/xine.l.pm
+dt/appconfig/icons/C/xine.m.pm
+dt/appconfig/icons/C/xine.t.pm
+dt/appconfig/icons/C/xournal.l.pm
+dt/appconfig/icons/C/xournal.m.pm
+dt/appconfig/icons/C/xournal.t.pm
+dt/appconfig/icons/C/xpdf.l.pm
+dt/appconfig/icons/C/xpdf.m.pm
+dt/appconfig/icons/C/xpdf.t.pm
+dt/appconfig/icons/C/xv.l.pm
+dt/appconfig/icons/C/xv.m.pm
+dt/appconfig/icons/C/xv.t.pm
+dt/appconfig/icons/ja/bomb
+dt/appconfig/icons/ja/bomb16
+dt/appconfig/icons/ja/bomb16m
+dt/appconfig/icons/ja/bomb32
+dt/appconfig/icons/ja/bomb32m
+dt/appconfig/icons/ja/bombm
+dt/appconfig/icons/ja/browse.xbm
+dt/appconfig/icons/ja/browse_ins.xbm
+dt/appconfig/icons/ja/default.xpm
+dt/appconfig/icons/ja/deiconify.xbm
+dt/appconfig/icons/ja/detached.xpm
+dt/appconfig/icons/ja/help.xbm
+dt/appconfig/icons/ja/help_ins.xbm
+dt/appconfig/icons/ja/history.xbm
+dt/appconfig/icons/ja/history_ins.xbm
+dt/appconfig/icons/ja/iconify.xbm
+dt/appconfig/icons/ja/locked.xbm
+dt/appconfig/icons/ja/logo.xpm.ps
+dt/appconfig/icons/ja/marks.xbm
+dt/appconfig/icons/ja/marks_ins.xbm
+dt/appconfig/icons/ja/pinin.xbm
+dt/appconfig/icons/ja/pinmid.xbm
+dt/appconfig/icons/ja/pinout.xbm
+dt/appconfig/icons/ja/quit.xbm
+dt/appconfig/icons/ja/search.xbm
+dt/appconfig/icons/ja/search_ins.xbm
+dt/appconfig/icons/ja/semilocked.xbm
+dt/appconfig/icons/ja/unlocked.xbm
+dt/appconfig/icons/ja/web_browse.xbm
+dt/appconfig/icons/ja/web_browse_ins.xbm
 dt/appconfig/tttypes/types.xdr
+dt/appconfig/types/C/DisplayImage.dt
+dt/appconfig/types/C/DisplayPDF.dt
+dt/appconfig/types/C/DisplayPS.dt
+dt/appconfig/types/C/DisplayVideo.dt
+dt/appconfig/types/C/Education.dt
+dt/appconfig/types/C/Games.dt
+dt/appconfig/types/C/Graphics.dt
+dt/appconfig/types/C/IconBrowse.dt
+dt/appconfig/types/C/Internet.dt
+dt/appconfig/types/C/Media_Tools.dt
+dt/appconfig/types/C/Office.dt
+dt/appconfig/types/C/System.dt
+dt/appconfig/types/C/TeX.dt
+dt/appconfig/types/C/acroread.dt
+dt/appconfig/types/C/amarok.dt
 dt/appconfig/types/C/autoStart.dt
+dt/appconfig/types/C/brasero.dt
+dt/appconfig/types/C/caja.dt
+dt/appconfig/types/C/chromium.dt
 dt/appconfig/types/C/datatypes.dt
 dt/appconfig/types/C/develop.dt
+dt/appconfig/types/C/dreamchess.dt
 dt/appconfig/types/C/dt.dt
 dt/appconfig/types/C/dtappman.dt
 dt/appconfig/types/C/dtbuilder.dt
@@ -4025,94 +2430,64 @@ 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/eboard.dt
+dt/appconfig/types/C/emacs.dt
+dt/appconfig/types/C/engrampa.dt
+dt/appconfig/types/C/file-roller.dt
+dt/appconfig/types/C/firefox.dt
+dt/appconfig/types/C/firestarter.dt
+dt/appconfig/types/C/fontforge.dt
+dt/appconfig/types/C/gcompris.dt
+dt/appconfig/types/C/geogebra.dt
+dt/appconfig/types/C/gimp.dt
+dt/appconfig/types/C/gv.dt
+dt/appconfig/types/C/inkscape.dt
+dt/appconfig/types/C/k3b.dt
+dt/appconfig/types/C/k9copy.dt
+dt/appconfig/types/C/kile.dt
+dt/appconfig/types/C/ktuberling.dt
+dt/appconfig/types/C/lbreakout2.dt
+dt/appconfig/types/C/libreoffice-base.dt
+dt/appconfig/types/C/libreoffice-calc.dt
+dt/appconfig/types/C/libreoffice-draw.dt
+dt/appconfig/types/C/libreoffice-impress.dt
+dt/appconfig/types/C/libreoffice-main.dt
+dt/appconfig/types/C/libreoffice-math.dt
+dt/appconfig/types/C/libreoffice-writer.dt
+dt/appconfig/types/C/mgv.dt
+dt/appconfig/types/C/miscActions.dt
+dt/appconfig/types/C/miscImages.dt
+dt/appconfig/types/C/nedit.dt
+dt/appconfig/types/C/nxclient.dt
+dt/appconfig/types/C/okular.dt
+dt/appconfig/types/C/pavucontrol.dt
+dt/appconfig/types/C/pgadmin.dt
+dt/appconfig/types/C/powermanga.dt
 dt/appconfig/types/C/print.dt
+dt/appconfig/types/C/pychess.dt
+dt/appconfig/types/C/rhythmbox.dt
+dt/appconfig/types/C/rosegarden.dt
+dt/appconfig/types/C/skype.dt
+dt/appconfig/types/C/sound-juicer.dt
+dt/appconfig/types/C/stellarium.dt
+dt/appconfig/types/C/supertux.dt
+dt/appconfig/types/C/synaptic.dt
+dt/appconfig/types/C/thunderbird.dt
+dt/appconfig/types/C/tuxpaint.dt
 dt/appconfig/types/C/user-prefs.dt
 dt/appconfig/types/C/uxstd.dt
+dt/appconfig/types/C/videoTypes.dt
+dt/appconfig/types/C/virtualbox.dt
+dt/appconfig/types/C/vlc.dt
+dt/appconfig/types/C/wicd.dt
+dt/appconfig/types/C/xboard.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/appconfig/types/C/xdvi.dt
+dt/appconfig/types/C/xine.dt
+dt/appconfig/types/C/xournal.dt
+dt/appconfig/types/C/xpdf.dt
+dt/appconfig/types/C/xv.dt
+dt/appconfig/types/en_US.UTF-8
 dt/backdrops
 dt/bin/Xsession
 dt/bin/dsdm
@@ -4130,7 +2505,9 @@ dt/bin/dtcm_lookup
 dt/bin/dtcodegen
 dt/bin/dtcreate
 dt/bin/dtdbcache
-dt/bin/dtdocbook
+dt/bin/dtdocbook2infolib
+dt/bin/dtdocbook2man
+dt/bin/dtdocbook2sdl
 dt/bin/dtdspmsg
 dt/bin/dterror.ds
 dt/bin/dtexec
@@ -4144,7 +2521,7 @@ dt/bin/dthelp_ctag1
 dt/bin/dthelp_htag1
 dt/bin/dthelp_htag2
 dt/bin/dthelpgen
-dt/bin/dthelpgen.ds
+dt/bin/dthelpgen.dtsh
 dt/bin/dthelpprint
 dt/bin/dthelpprint.sh
 dt/bin/dthelptag
@@ -4152,15 +2529,21 @@ dt/bin/dthelpview
 dt/bin/dticon
 dt/bin/dtimsstart
 dt/bin/dtinfo
-dt/bin/dtinfogen
 dt/bin/dtksh
 dt/bin/dtlogin
 dt/bin/dtlp
+dt/bin/dtlpsetup
 dt/bin/dtmail
 dt/bin/dtmailpr
+dt/bin/dtopen
+dt/bin/dtopen_image
+dt/bin/dtopen_pdf
+dt/bin/dtopen_ps
+dt/bin/dtopen_video
 dt/bin/dtpad
 dt/bin/dtpdm
 dt/bin/dtpdmd
+dt/bin/dtprintegrate
 dt/bin/dtprintinfo
 dt/bin/dtscreen
 dt/bin/dtsearchpath
@@ -4178,13 +2561,10 @@ dt/bin/dtsrload
 dt/bin/dtstyle
 dt/bin/dtterm
 dt/bin/dttypes
-dt/bin/dtudcexch
-dt/bin/dtudcfonted
 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
@@ -4202,7 +2582,6 @@ 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/fonts.list
 dt/config/C/sys.dtwmrc
 dt/config/C/sys.font
 dt/config/C/sys.resources
@@ -4215,278 +2594,80 @@ 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/0040.xmbind
 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/en_US.UTF-8
 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.Z
-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/include/Dt/Action.h
+dt/include/Dt/ComboBox.h
+dt/include/Dt/Dnd.h
+dt/include/Dt/Dt.h
+dt/include/Dt/DtXinerama.h
+dt/include/Dt/Dts.h
+dt/include/Dt/Editor.h
+dt/include/Dt/Help.h
+dt/include/Dt/HelpDialog.h
+dt/include/Dt/HelpQuickD.h
+dt/include/Dt/Info.h
+dt/include/Dt/MenuButton.h
+dt/include/Dt/Mmdb.h
+dt/include/Dt/Mrm.h
+dt/include/Dt/MsgLog.h
+dt/include/Dt/PamSvc.h
+dt/include/Dt/Print.h
+dt/include/Dt/Saver.h
+dt/include/Dt/Search.h
+dt/include/Dt/Session.h
+dt/include/Dt/SpinBox.h
+dt/include/Dt/Term.h
+dt/include/Dt/TermPrim.h
+dt/include/Dt/Wsm.h
+dt/include/Tt/tt_c.h
+dt/include/Tt/tttk.h
+dt/include/csa/csa.h
+dt/infolib/C
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/CDEDOC.dbd
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/CDEDOC.dbi
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/CDEDOC.sch
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d00
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d01
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d21
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d22
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d23
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.d99
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.dbd
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.k00
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.k01
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.k21
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.k22
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.k23
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.sfx
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/CDEDOC.stp
+dt/infolib/en_US.UTF-8/cde.dti/CDEDOC/dtsearch/dtsearch.ocf
+dt/infolib/en_US.UTF-8/cde.dti/bookcase.map
+dt/infolib/en_US.UTF-8/cde.dti/cde.oli
 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/bindings/acorn
-dt/lib/bindings/apollo
-dt/lib/bindings/dec
-dt/lib/bindings/dg_AViiON
-dt/lib/bindings/doubleclick
-dt/lib/bindings/hal
-dt/lib/bindings/hitachi
-dt/lib/bindings/hp
-dt/lib/bindings/ibm
-dt/lib/bindings/intergraph
-dt/lib/bindings/intergraph17
-dt/lib/bindings/megatek
-dt/lib/bindings/motorola
-dt/lib/bindings/ncr_at
-dt/lib/bindings/ncr_vt
-dt/lib/bindings/pc
-dt/lib/bindings/sgi
-dt/lib/bindings/siemens_9733
-dt/lib/bindings/siemens_wx200
-dt/lib/bindings/sni
-dt/lib/bindings/sni_97801
-dt/lib/bindings/sony
-dt/lib/bindings/sun
-dt/lib/bindings/sun_at
-dt/lib/bindings/tek
-dt/lib/bindings/xmbind.alias
+dt/lib/cde/dtdocbook/tcl/docbook.tcl
 dt/lib/dtksh/DtFuncs.dtsh
-dt/lib/dtudcfonted/dtaddcpf
-dt/lib/dtudcfonted/dtbdftocpf
-dt/lib/dtudcfonted/dtcpftobdf
-dt/lib/dtudcfonted/dtcpftogpf
-dt/lib/dtudcfonted/dtcpgpf
-dt/lib/dtudcfonted/dtgpftobdf
-dt/lib/dtudcfonted/dtgpftocpf
-dt/lib/dtudcfonted/dtlsgpf
-dt/lib/libDtHelp.so
-dt/lib/libDtHelp.so.2
-dt/lib/libDtHelp.so.2.1
-dt/lib/libDtMmdb.so
-dt/lib/libDtMmdb.so.2
-dt/lib/libDtMmdb.so.2.1
-dt/lib/libDtMrm.so
-dt/lib/libDtMrm.so.2
-dt/lib/libDtMrm.so.2.1
-dt/lib/libDtPrint.so
-dt/lib/libDtPrint.so.2
-dt/lib/libDtPrint.so.2.1
-dt/lib/libDtSearch.so
-dt/lib/libDtSearch.so.2
-dt/lib/libDtSearch.so.2.1
-dt/lib/libDtSvc.so
-dt/lib/libDtSvc.so.2
-dt/lib/libDtSvc.so.2.1
-dt/lib/libDtTerm.so
-dt/lib/libDtTerm.so.2
-dt/lib/libDtTerm.so.2.1
-dt/lib/libDtWidget.so
-dt/lib/libDtWidget.so.2
-dt/lib/libDtWidget.so.2.1
-dt/lib/libcsa.so
-dt/lib/libcsa.so.2
-dt/lib/libcsa.so.2.1
-dt/lib/libtt.so
-dt/lib/libtt.so.2
-dt/lib/libtt.so.2.1
+dt/lib/libDtHelp.la
+dt/lib/libDtMmdb.la
+dt/lib/libDtMrm.la
+dt/lib/libDtPamSvc.la
+dt/lib/libDtPrint.la
+dt/lib/libDtSearch.la
+dt/lib/libDtSvc.la
+dt/lib/libDtTerm.la
+dt/lib/libDtWidget.la
+dt/lib/libDtXinerama.la
+dt/lib/libcsa.la
+dt/lib/libtt.la
 dt/lib/nls/msg/C/DtHelp.cat
 dt/lib/nls/msg/C/DtMail.cat
 dt/lib/nls/msg/C/DtPrint.cat
@@ -4530,185 +2711,683 @@ dt/lib/nls/msg/C/dttypes.cat
 dt/lib/nls/msg/C/dtudcexch.cat
 dt/lib/nls/msg/C/dtudcfonted.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/dtudcexch.cat
-dt/lib/nls/msg/de_DE.ISO8859-1/dtudcfonted.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/dtudcexch.cat
-dt/lib/nls/msg/es_ES.ISO8859-1/dtudcfonted.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/dtudcexch.cat
-dt/lib/nls/msg/fr_FR.ISO8859-1/dtudcfonted.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/dtudcexch.cat
-dt/lib/nls/msg/it_IT.ISO8859-1/dtudcfonted.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/lib/nls/msg/en_US.UTF-8
+dt/libexec/cde/dtdocbook/infolib/ChangeCaseTitle
+dt/libexec/cde/dtdocbook/infolib/DeInstallBase
+dt/libexec/cde/dtdocbook/infolib/Librarian
+dt/libexec/cde/dtdocbook/infolib/MixedGen
+dt/libexec/cde/dtdocbook/infolib/NCFGen
+dt/libexec/cde/dtdocbook/infolib/NodeParser
+dt/libexec/cde/dtdocbook/infolib/StyleUpdate
+dt/libexec/cde/dtdocbook/infolib/dbdrv
+dt/libexec/cde/dtdocbook/infolib/valBase
+dt/libexec/cde/dtdocbook/infolib/validator
+dt/libexec/cde/dtdocbook/instant/instant
+dt/man/man1/dsdm.1
+dt/man/man1/dtaction.1
+dt/man/man1/dtappgather.1
+dt/man/man1/dtappintegrate.1
+dt/man/man1/dtbuilder.1
+dt/man/man1/dtcalc.1
+dt/man/man1/dtchooser.1
+dt/man/man1/dtcm.1
+dt/man/man1/dtcm_delete.1
+dt/man/man1/dtcm_editor.1
+dt/man/man1/dtcm_insert.1
+dt/man/man1/dtcm_lookup.1
+dt/man/man1/dtcodegen.1
+dt/man/man1/dtconfig.1
+dt/man/man1/dtconvertvf.1
+dt/man/man1/dtcreate.1
+dt/man/man1/dtdocbook.1
+dt/man/man1/dtdocbook2infolib.1
+dt/man/man1/dtexec.1
+dt/man/man1/dtfile.1
+dt/man/man1/dtfile_copy.1
+dt/man/man1/dtfile_error.1
+dt/man/man1/dtfplist.1
+dt/man/man1/dtgreet.1
+dt/man/man1/dthello.1
+dt/man/man1/dthelp_ctag1.1
+dt/man/man1/dthelp_htag1.1
+dt/man/man1/dthelp_htag2.1
+dt/man/man1/dthelpgen.1
+dt/man/man1/dthelpprint.1
+dt/man/man1/dthelptag.1
+dt/man/man1/dthelpview.1
+dt/man/man1/dticon.1
+dt/man/man1/dtimsstart.1
+dt/man/man1/dtinfo.1
+dt/man/man1/dtksh.1
+dt/man/man1/dtlogin.1
+dt/man/man1/dtlp.1
+dt/man/man1/dtmail.1
+dt/man/man1/dtmailpr.1
+dt/man/man1/dtpad.1
+dt/man/man1/dtpdm.1
+dt/man/man1/dtpdmd.1
+dt/man/man1/dtprintinfo.1
+dt/man/man1/dtscreen.1
+dt/man/man1/dtsearchpath.1
+dt/man/man1/dtsession.1
+dt/man/man1/dtsession_res.1
+dt/man/man1/dtsrcreate.1
+dt/man/man1/dtsrdbrec.1
+dt/man/man1/dtsrhan.1
+dt/man/man1/dtsrindex.1
+dt/man/man1/dtsrkdump.1
+dt/man/man1/dtsrload.1
+dt/man/man1/dtstyle.1
+dt/man/man1/dtterm.1
+dt/man/man1/dttypes.1
+dt/man/man1/dtudcexch.1
+dt/man/man1/dtudcfonted.1
+dt/man/man1/dtwm.1
+dt/man/man1/huffcode.1
+dt/man/man1/ksh.1
+dt/man/man1/tt_type_comp.1
+dt/man/man1/ttcp.1
+dt/man/man1/ttmv.1
+dt/man/man1/ttrm.1
+dt/man/man1/ttrmdir.1
+dt/man/man1/ttsession.1
+dt/man/man1/tttar.1
+dt/man/man1/tttrace.1
+dt/man/man1m/dtspcd.1m
+dt/man/man1m/rpc.cmsd.1m
+dt/man/man1m/ttdbck.1m
+dt/man/man1m/ttdbserver.1m
+dt/man/man1m/ttdbserverd.1m
+dt/man/man3/DtActionCallbackProc.3
+dt/man/man3/DtActionDescription.3
+dt/man/man3/DtActionExists.3
+dt/man/man3/DtActionIcon.3
+dt/man/man3/DtActionInvoke.3
+dt/man/man3/DtActionLabel.3
+dt/man/man3/DtAppInitialize.3
+dt/man/man3/DtComboBox.3
+dt/man/man3/DtComboBoxAddItem.3
+dt/man/man3/DtComboBoxDeletePos.3
+dt/man/man3/DtComboBoxSelectItem.3
+dt/man/man3/DtComboBoxSetItem.3
+dt/man/man3/DtCreateComboBox.3
+dt/man/man3/DtCreateEditor.3
+dt/man/man3/DtCreateHelpDialog.3
+dt/man/man3/DtCreateHelpQuickDialog.3
+dt/man/man3/DtCreateMenuButton.3
+dt/man/man3/DtCreatePrintSetupBox.3
+dt/man/man3/DtCreatePrintSetupDialog.3
+dt/man/man3/DtCreateSpinBox.3
+dt/man/man3/DtCreateTerm.3
+dt/man/man3/DtDbLoad.3
+dt/man/man3/DtDbReloadNotify.3
+dt/man/man3/DtDndCreateSourceIcon.3
+dt/man/man3/DtDndDragStart.3
+dt/man/man3/DtDndDropRegister.3
+dt/man/man3/DtDndDropUnregister.3
+dt/man/man3/DtDndVaDragStart.3
+dt/man/man3/DtDndVaDropRegister.3
+dt/man/man3/DtDtsBufferToAttributeList.3
+dt/man/man3/DtDtsBufferToAttributeValue.3
+dt/man/man3/DtDtsBufferToDataType.3
+dt/man/man3/DtDtsDataToDataType.3
+dt/man/man3/DtDtsDataTypeIsAction.3
+dt/man/man3/DtDtsDataTypeNames.3
+dt/man/man3/DtDtsDataTypeToAttributeList.3
+dt/man/man3/DtDtsDataTypeToAttributeValue.3
+dt/man/man3/DtDtsFileToAttributeList.3
+dt/man/man3/DtDtsFileToAttributeValue.3
+dt/man/man3/DtDtsFileToDataType.3
+dt/man/man3/DtDtsFindAttribute.3
+dt/man/man3/DtDtsFreeAttributeList.3
+dt/man/man3/DtDtsFreeAttributeValue.3
+dt/man/man3/DtDtsFreeDataType.3
+dt/man/man3/DtDtsFreeDataTypeNames.3
+dt/man/man3/DtDtsIsTrue.3
+dt/man/man3/DtDtsLoadDataTypes.3
+dt/man/man3/DtDtsRelease.3
+dt/man/man3/DtDtsSetDataType.3
+dt/man/man3/DtEditor.3
+dt/man/man3/DtEditorAppend.3
+dt/man/man3/DtEditorAppendFromFile.3
+dt/man/man3/DtEditorChange.3
+dt/man/man3/DtEditorCheckForUnsavedChanges.3
+dt/man/man3/DtEditorClearSelection.3
+dt/man/man3/DtEditorCopyToClipboard.3
+dt/man/man3/DtEditorCutToClipboard.3
+dt/man/man3/DtEditorDeleteSelection.3
+dt/man/man3/DtEditorDeselect.3
+dt/man/man3/DtEditorDisableRedisplay.3
+dt/man/man3/DtEditorEnableRedisplay.3
+dt/man/man3/DtEditorFind.3
+dt/man/man3/DtEditorFormat.3
+dt/man/man3/DtEditorGetContents.3
+dt/man/man3/DtEditorGetInsertionPosition.3
+dt/man/man3/DtEditorGetLastPosition.3
+dt/man/man3/DtEditorGetMessageTextFieldID.3
+dt/man/man3/DtEditorGetSizeHints.3
+dt/man/man3/DtEditorGoToLine.3
+dt/man/man3/DtEditorInsert.3
+dt/man/man3/DtEditorInsertFromFile.3
+dt/man/man3/DtEditorInvokeFindChangeDialog.3
+dt/man/man3/DtEditorInvokeFormatDialog.3
+dt/man/man3/DtEditorInvokeSpellDialog.3
+dt/man/man3/DtEditorPasteFromClipboard.3
+dt/man/man3/DtEditorReplace.3
+dt/man/man3/DtEditorReplaceFromFile.3
+dt/man/man3/DtEditorReset.3
+dt/man/man3/DtEditorSaveContentsToFile.3
+dt/man/man3/DtEditorSelectAll.3
+dt/man/man3/DtEditorSetContents.3
+dt/man/man3/DtEditorSetContentsFromFile.3
+dt/man/man3/DtEditorSetInsertionPosition.3
+dt/man/man3/DtEditorTraverseToEditor.3
+dt/man/man3/DtEditorUndoEdit.3
+dt/man/man3/DtHelpDialog.3
+dt/man/man3/DtHelpQuickDialog.3
+dt/man/man3/DtHelpQuickDialogGetChild.3
+dt/man/man3/DtHelpReturnSelectedWidgetId.3
+dt/man/man3/DtHelpSetCatalogName.3
+dt/man/man3/DtInfoShowTopic.3
+dt/man/man3/DtInitialize.3
+dt/man/man3/DtMenuButton.3
+dt/man/man3/DtMmdbBookCaseFreeInfo.3
+dt/man/man3/DtMmdbBookCaseGetInfo.3
+dt/man/man3/DtMmdbBookGetLicense.3
+dt/man/man3/DtMmdbBookGetLongTitle.3
+dt/man/man3/DtMmdbBookGetSeqNum.3
+dt/man/man3/DtMmdbBookGetShortTitle.3
+dt/man/man3/DtMmdbBookGetTabList.3
+dt/man/man3/DtMmdbBookGetTocObjectId.3
+dt/man/man3/DtMmdbCloseInfoLib.3
+dt/man/man3/DtMmdbDlpGetNextSectionId.3
+dt/man/man3/DtMmdbDlpGetPrevSectionId.3
+dt/man/man3/DtMmdbFreeGraphicInfo.3
+dt/man/man3/DtMmdbFreeHandle.3
+dt/man/man3/DtMmdbFreeHandleList.3
+dt/man/man3/DtMmdbGetBookCaseByIndex.3
+dt/man/man3/DtMmdbGetBookCaseByLoc.3
+dt/man/man3/DtMmdbGetBookCaseByLocs.3
+dt/man/man3/DtMmdbGetBookCaseByName.3
+dt/man/man3/DtMmdbGraphicGetData.3
+dt/man/man3/DtMmdbGraphicGetInfo.3
+dt/man/man3/DtMmdbInfoLibFreeInfo.3
+dt/man/man3/DtMmdbInfoLibGetInfo.3
+dt/man/man3/DtMmdbInit.3
+dt/man/man3/DtMmdbLocatorGetSectionLoc.3
+dt/man/man3/DtMmdbLocatorGetSectionObjectId.3
+dt/man/man3/DtMmdbOpenInfoLib.3
+dt/man/man3/DtMmdbQuit.3
+dt/man/man3/DtMmdbSectionGetBookId.3
+dt/man/man3/DtMmdbSectionGetData.3
+dt/man/man3/DtMmdbSectionGetDataSize.3
+dt/man/man3/DtMmdbSectionGetLoc.3
+dt/man/man3/DtMmdbSectionGetLongTitle.3
+dt/man/man3/DtMmdbSectionGetShortTitle.3
+dt/man/man3/DtMmdbSectionGetStyleSheetId.3
+dt/man/man3/DtMmdbSectionGetTocLoc.3
+dt/man/man3/DtMmdbStylesheetGetData.3
+dt/man/man3/DtMmdbStylesheetGetName.3
+dt/man/man3/DtMmdbTocGetChildIds.3
+dt/man/man3/DtMmdbTocGetNumOfChildren.3
+dt/man/man3/DtMmdbTocGetParentId.3
+dt/man/man3/DtMrmInitialize.3
+dt/man/man3/DtMsgLogMessage.3
+dt/man/man3/DtMsgLogOpenFile.3
+dt/man/man3/DtMsgLogSetHandler.3
+dt/man/man3/DtPrintCopySetupData.3
+dt/man/man3/DtPrintFillSetupData.3
+dt/man/man3/DtPrintFreeSetupData.3
+dt/man/man3/DtPrintResetConnection.3
+dt/man/man3/DtPrintSetupBox.3
+dt/man/man3/DtPrintSetupProc.3
+dt/man/man3/DtSaverGetWindows.3
+dt/man/man3/DtSearchAddMessage.3
+dt/man/man3/DtSearchExit.3
+dt/man/man3/DtSearchFreeMessages.3
+dt/man/man3/DtSearchFreeResults.3
+dt/man/man3/DtSearchGetKeytypes.3
+dt/man/man3/DtSearchGetMaxResults.3
+dt/man/man3/DtSearchGetMessages.3
+dt/man/man3/DtSearchHasMessages.3
+dt/man/man3/DtSearchHighlight.3
+dt/man/man3/DtSearchInit.3
+dt/man/man3/DtSearchMergeResults.3
+dt/man/man3/DtSearchQuery.3
+dt/man/man3/DtSearchReinit.3
+dt/man/man3/DtSearchRetrieve.3
+dt/man/man3/DtSearchSetMaxResults.3
+dt/man/man3/DtSearchSortResults.3
+dt/man/man3/DtSearchValidDateString.3
+dt/man/man3/DtSessionRestorePath.3
+dt/man/man3/DtSessionSavePath.3
+dt/man/man3/DtSpinBox.3
+dt/man/man3/DtSpinBoxAddItem.3
+dt/man/man3/DtSpinBoxDeletePos.3
+dt/man/man3/DtSpinBoxSetItem.3
+dt/man/man3/DtSrAPI.3
+dt/man/man3/DtTerm.3
+dt/man/man3/DtTermDisplaySend.3
+dt/man/man3/DtTermInitialize.3
+dt/man/man3/DtTermSubprocReap.3
+dt/man/man3/DtTermSubprocSend.3
+dt/man/man3/DtWsmAddCurrentWorkspaceCallback.3
+dt/man/man3/DtWsmAddWorkspace.3
+dt/man/man3/DtWsmAddWorkspaceFunctions.3
+dt/man/man3/DtWsmAddWorkspaceModifiedCallback.3
+dt/man/man3/DtWsmChangeBackdrop.3
+dt/man/man3/DtWsmDeleteWorkspace.3
+dt/man/man3/DtWsmFreeWorkspaceInfo.3
+dt/man/man3/DtWsmGetCurrentBackdropWindow.3
+dt/man/man3/DtWsmGetCurrentWorkspace.3
+dt/man/man3/DtWsmGetWorkspaceInfo.3
+dt/man/man3/DtWsmGetWorkspaceList.3
+dt/man/man3/DtWsmGetWorkspacesOccupied.3
+dt/man/man3/DtWsmOccupyAllWorkspaces.3
+dt/man/man3/DtWsmRemoveWorkspaceCallback.3
+dt/man/man3/DtWsmRemoveWorkspaceFunctions.3
+dt/man/man3/DtWsmSetCurrentWorkspace.3
+dt/man/man3/DtWsmSetWorkspaceTitle.3
+dt/man/man3/DtWsmSetWorkspacesOccupied.3
+dt/man/man3/csa_add_calendar.3
+dt/man/man3/csa_add_entry.3
+dt/man/man3/csa_call_callbacks.3
+dt/man/man3/csa_delete_calendar.3
+dt/man/man3/csa_delete_entry.3
+dt/man/man3/csa_free.3
+dt/man/man3/csa_free_time_search.3
+dt/man/man3/csa_list_calendar_attributes.3
+dt/man/man3/csa_list_calendars.3
+dt/man/man3/csa_list_entries.3
+dt/man/man3/csa_list_entry_attributes.3
+dt/man/man3/csa_list_entry_sequence.3
+dt/man/man3/csa_logoff.3
+dt/man/man3/csa_logon.3
+dt/man/man3/csa_look_up.3
+dt/man/man3/csa_query_configuration.3
+dt/man/man3/csa_read_calendar_attributes.3
+dt/man/man3/csa_read_entry_attributes.3
+dt/man/man3/csa_read_next_reminder.3
+dt/man/man3/csa_register_callback.3
+dt/man/man3/csa_restore.3
+dt/man/man3/csa_save.3
+dt/man/man3/csa_unregister_callback.3
+dt/man/man3/csa_update_calendar_attributes.3
+dt/man/man3/csa_update_entry_attributes.3
+dt/man/man3/csa_x_process_updates.3
+dt/man/man3/tt_X_session.3
+dt/man/man3/tt_bcontext_join.3
+dt/man/man3/tt_bcontext_quit.3
+dt/man/man3/tt_close.3
+dt/man/man3/tt_context_join.3
+dt/man/man3/tt_context_quit.3
+dt/man/man3/tt_default_file.3
+dt/man/man3/tt_default_file_set.3
+dt/man/man3/tt_default_procid.3
+dt/man/man3/tt_default_procid_set.3
+dt/man/man3/tt_default_ptype.3
+dt/man/man3/tt_default_ptype_set.3
+dt/man/man3/tt_default_session.3
+dt/man/man3/tt_default_session_set.3
+dt/man/man3/tt_error.3
+dt/man/man3/tt_error_int.3
+dt/man/man3/tt_error_pointer.3
+dt/man/man3/tt_fd.3
+dt/man/man3/tt_feature_enabled.3
+dt/man/man3/tt_feature_required.3
+dt/man/man3/tt_file_copy.3
+dt/man/man3/tt_file_destroy.3
+dt/man/man3/tt_file_join.3
+dt/man/man3/tt_file_move.3
+dt/man/man3/tt_file_netfile.3
+dt/man/man3/tt_file_objects_query.3
+dt/man/man3/tt_file_quit.3
+dt/man/man3/tt_free.3
+dt/man/man3/tt_host_file_netfile.3
+dt/man/man3/tt_host_netfile_file.3
+dt/man/man3/tt_icontext_join.3
+dt/man/man3/tt_icontext_quit.3
+dt/man/man3/tt_initial_session.3
+dt/man/man3/tt_int_error.3
+dt/man/man3/tt_is_err.3
+dt/man/man3/tt_malloc.3
+dt/man/man3/tt_mark.3
+dt/man/man3/tt_message_abstainer.3
+dt/man/man3/tt_message_abstainers_count.3
+dt/man/man3/tt_message_accept.3
+dt/man/man3/tt_message_accepter.3
+dt/man/man3/tt_message_accepters_count.3
+dt/man/man3/tt_message_address.3
+dt/man/man3/tt_message_address_set.3
+dt/man/man3/tt_message_arg_add.3
+dt/man/man3/tt_message_arg_bval.3
+dt/man/man3/tt_message_arg_bval_set.3
+dt/man/man3/tt_message_arg_ival.3
+dt/man/man3/tt_message_arg_ival_set.3
+dt/man/man3/tt_message_arg_mode.3
+dt/man/man3/tt_message_arg_type.3
+dt/man/man3/tt_message_arg_val.3
+dt/man/man3/tt_message_arg_val_set.3
+dt/man/man3/tt_message_arg_xval.3
+dt/man/man3/tt_message_arg_xval_set.3
+dt/man/man3/tt_message_args_count.3
+dt/man/man3/tt_message_barg_add.3
+dt/man/man3/tt_message_bcontext_set.3
+dt/man/man3/tt_message_callback_add.3
+dt/man/man3/tt_message_class.3
+dt/man/man3/tt_message_class_set.3
+dt/man/man3/tt_message_context_bval.3
+dt/man/man3/tt_message_context_ival.3
+dt/man/man3/tt_message_context_set.3
+dt/man/man3/tt_message_context_slotname.3
+dt/man/man3/tt_message_context_val.3
+dt/man/man3/tt_message_context_xval.3
+dt/man/man3/tt_message_contexts_count.3
+dt/man/man3/tt_message_create.3
+dt/man/man3/tt_message_create_super.3
+dt/man/man3/tt_message_destroy.3
+dt/man/man3/tt_message_disposition.3
+dt/man/man3/tt_message_disposition_set.3
+dt/man/man3/tt_message_fail.3
+dt/man/man3/tt_message_file.3
+dt/man/man3/tt_message_file_set.3
+dt/man/man3/tt_message_gid.3
+dt/man/man3/tt_message_handler.3
+dt/man/man3/tt_message_handler_ptype.3
+dt/man/man3/tt_message_handler_ptype_set.3
+dt/man/man3/tt_message_handler_set.3
+dt/man/man3/tt_message_iarg_add.3
+dt/man/man3/tt_message_icontext_set.3
+dt/man/man3/tt_message_id.3
+dt/man/man3/tt_message_object.3
+dt/man/man3/tt_message_object_set.3
+dt/man/man3/tt_message_op.3
+dt/man/man3/tt_message_op_set.3
+dt/man/man3/tt_message_opnum.3
+dt/man/man3/tt_message_otype.3
+dt/man/man3/tt_message_otype_set.3
+dt/man/man3/tt_message_pattern.3
+dt/man/man3/tt_message_print.3
+dt/man/man3/tt_message_receive.3
+dt/man/man3/tt_message_reject.3
+dt/man/man3/tt_message_rejecter.3
+dt/man/man3/tt_message_rejecters_count.3
+dt/man/man3/tt_message_reply.3
+dt/man/man3/tt_message_scope.3
+dt/man/man3/tt_message_scope_set.3
+dt/man/man3/tt_message_send.3
+dt/man/man3/tt_message_send_on_exit.3
+dt/man/man3/tt_message_sender.3
+dt/man/man3/tt_message_sender_ptype.3
+dt/man/man3/tt_message_sender_ptype_set.3
+dt/man/man3/tt_message_session.3
+dt/man/man3/tt_message_session_set.3
+dt/man/man3/tt_message_state.3
+dt/man/man3/tt_message_status.3
+dt/man/man3/tt_message_status_set.3
+dt/man/man3/tt_message_status_string.3
+dt/man/man3/tt_message_status_string_set.3
+dt/man/man3/tt_message_uid.3
+dt/man/man3/tt_message_user.3
+dt/man/man3/tt_message_user_set.3
+dt/man/man3/tt_message_xarg_add.3
+dt/man/man3/tt_message_xcontext_set.3
+dt/man/man3/tt_netfile_file.3
+dt/man/man3/tt_objid_equal.3
+dt/man/man3/tt_objid_objkey.3
+dt/man/man3/tt_onotice_create.3
+dt/man/man3/tt_open.3
+dt/man/man3/tt_orequest_create.3
+dt/man/man3/tt_otype_base.3
+dt/man/man3/tt_otype_derived.3
+dt/man/man3/tt_otype_deriveds_count.3
+dt/man/man3/tt_otype_hsig_arg_mode.3
+dt/man/man3/tt_otype_hsig_arg_type.3
+dt/man/man3/tt_otype_hsig_args_count.3
+dt/man/man3/tt_otype_hsig_count.3
+dt/man/man3/tt_otype_hsig_op.3
+dt/man/man3/tt_otype_is_derived.3
+dt/man/man3/tt_otype_opnum_callback_add.3
+dt/man/man3/tt_otype_osig_arg_mode.3
+dt/man/man3/tt_otype_osig_arg_type.3
+dt/man/man3/tt_otype_osig_args_count.3
+dt/man/man3/tt_otype_osig_count.3
+dt/man/man3/tt_otype_osig_op.3
+dt/man/man3/tt_pattern_address_add.3
+dt/man/man3/tt_pattern_arg_add.3
+dt/man/man3/tt_pattern_barg_add.3
+dt/man/man3/tt_pattern_bcontext_add.3
+dt/man/man3/tt_pattern_callback_add.3
+dt/man/man3/tt_pattern_category.3
+dt/man/man3/tt_pattern_category_set.3
+dt/man/man3/tt_pattern_class_add.3
+dt/man/man3/tt_pattern_context_add.3
+dt/man/man3/tt_pattern_create.3
+dt/man/man3/tt_pattern_destroy.3
+dt/man/man3/tt_pattern_disposition_add.3
+dt/man/man3/tt_pattern_file_add.3
+dt/man/man3/tt_pattern_iarg_add.3
+dt/man/man3/tt_pattern_icontext_add.3
+dt/man/man3/tt_pattern_object_add.3
+dt/man/man3/tt_pattern_op_add.3
+dt/man/man3/tt_pattern_opnum_add.3
+dt/man/man3/tt_pattern_otype_add.3
+dt/man/man3/tt_pattern_print.3
+dt/man/man3/tt_pattern_register.3
+dt/man/man3/tt_pattern_scope_add.3
+dt/man/man3/tt_pattern_sender_add.3
+dt/man/man3/tt_pattern_sender_ptype_add.3
+dt/man/man3/tt_pattern_session_add.3
+dt/man/man3/tt_pattern_state_add.3
+dt/man/man3/tt_pattern_unregister.3
+dt/man/man3/tt_pattern_user.3
+dt/man/man3/tt_pattern_user_set.3
+dt/man/man3/tt_pattern_xarg_add.3
+dt/man/man3/tt_pattern_xcontext_add.3
+dt/man/man3/tt_pnotice_create.3
+dt/man/man3/tt_pointer_error.3
+dt/man/man3/tt_prequest_create.3
+dt/man/man3/tt_procid_session.3
+dt/man/man3/tt_ptr_error.3
+dt/man/man3/tt_ptype_declare.3
+dt/man/man3/tt_ptype_exists.3
+dt/man/man3/tt_ptype_opnum_callback_add.3
+dt/man/man3/tt_ptype_undeclare.3
+dt/man/man3/tt_release.3
+dt/man/man3/tt_session_bprop.3
+dt/man/man3/tt_session_bprop_add.3
+dt/man/man3/tt_session_bprop_set.3
+dt/man/man3/tt_session_join.3
+dt/man/man3/tt_session_prop.3
+dt/man/man3/tt_session_prop_add.3
+dt/man/man3/tt_session_prop_count.3
+dt/man/man3/tt_session_prop_set.3
+dt/man/man3/tt_session_propname.3
+dt/man/man3/tt_session_propnames_count.3
+dt/man/man3/tt_session_quit.3
+dt/man/man3/tt_session_types_load.3
+dt/man/man3/tt_spec_bprop.3
+dt/man/man3/tt_spec_bprop_add.3
+dt/man/man3/tt_spec_bprop_set.3
+dt/man/man3/tt_spec_create.3
+dt/man/man3/tt_spec_destroy.3
+dt/man/man3/tt_spec_file.3
+dt/man/man3/tt_spec_move.3
+dt/man/man3/tt_spec_prop.3
+dt/man/man3/tt_spec_prop_add.3
+dt/man/man3/tt_spec_prop_count.3
+dt/man/man3/tt_spec_prop_set.3
+dt/man/man3/tt_spec_propname.3
+dt/man/man3/tt_spec_propnames_count.3
+dt/man/man3/tt_spec_type.3
+dt/man/man3/tt_spec_type_set.3
+dt/man/man3/tt_spec_write.3
+dt/man/man3/tt_status_message.3
+dt/man/man3/tt_thread_procid.3
+dt/man/man3/tt_thread_procid_set.3
+dt/man/man3/tt_thread_session.3
+dt/man/man3/tt_thread_session_set.3
+dt/man/man3/tt_trace_control.3
+dt/man/man3/tt_xcontext_join.3
+dt/man/man3/tt_xcontext_quit.3
+dt/man/man3/ttdt_Get_Modified.3
+dt/man/man3/ttdt_Revert.3
+dt/man/man3/ttdt_Save.3
+dt/man/man3/ttdt_close.3
+dt/man/man3/ttdt_file_event.3
+dt/man/man3/ttdt_file_join.3
+dt/man/man3/ttdt_file_notice.3
+dt/man/man3/ttdt_file_quit.3
+dt/man/man3/ttdt_file_request.3
+dt/man/man3/ttdt_message_accept.3
+dt/man/man3/ttdt_open.3
+dt/man/man3/ttdt_sender_imprint_on.3
+dt/man/man3/ttdt_session_join.3
+dt/man/man3/ttdt_session_quit.3
+dt/man/man3/ttdt_subcontract_manage.3
+dt/man/man3/ttmedia_Deposit.3
+dt/man/man3/ttmedia_load.3
+dt/man/man3/ttmedia_load_reply.3
+dt/man/man3/ttmedia_ptype_declare.3
+dt/man/man3/tttk_Xt_input_handler.3
+dt/man/man3/tttk_block_while.3
+dt/man/man3/tttk_message_abandon.3
+dt/man/man3/tttk_message_create.3
+dt/man/man3/tttk_message_destroy.3
+dt/man/man3/tttk_message_fail.3
+dt/man/man3/tttk_message_reject.3
+dt/man/man3/tttk_op_string.3
+dt/man/man3/tttk_string_op.3
+dt/man/man4/BIL.4
+dt/man/man4/Deposit.4
+dt/man/man4/Display.4
+dt/man/man4/DtDndProtocol.4
+dt/man/man4/DtInfo_LoadInfoLib.4
+dt/man/man4/DtInfo_PrintInfoAtLoc.4
+dt/man/man4/DtInfo_Quit.4
+dt/man/man4/DtInfo_ShowInfoAtLoc.4
+dt/man/man4/Edit.4
+dt/man/man4/Get_Environment.4
+dt/man/man4/Get_Geometry.4
+dt/man/man4/Get_Iconified.4
+dt/man/man4/Get_Locale.4
+dt/man/man4/Get_Mapped.4
+dt/man/man4/Get_Modified.4
+dt/man/man4/Get_Situation.4
+dt/man/man4/Get_Status.4
+dt/man/man4/Get_Sysinfo.4
+dt/man/man4/Get_XInfo.4
+dt/man/man4/Instantiate.4
+dt/man/man4/Lower.4
+dt/man/man4/Mail.4
+dt/man/man4/Modified.4
+dt/man/man4/Pause.4
+dt/man/man4/Print.4
+dt/man/man4/Quit.4
+dt/man/man4/Raise.4
+dt/man/man4/Resume.4
+dt/man/man4/Revert.4
+dt/man/man4/Reverted.4
+dt/man/man4/Save.4
+dt/man/man4/Saved.4
+dt/man/man4/Set_Environment.4
+dt/man/man4/Set_Geometry.4
+dt/man/man4/Set_Iconified.4
+dt/man/man4/Set_Locale.4
+dt/man/man4/Set_Mapped.4
+dt/man/man4/Set_Situation.4
+dt/man/man4/Signal.4
+dt/man/man4/Started.4
+dt/man/man4/Status.4
+dt/man/man4/Stopped.4
+dt/man/man4/Translate.4
+dt/man/man4/dtactionfile.4
+dt/man/man4/dtbmfile.4
+dt/man/man4/dtcm_archive.4
+dt/man/man4/dtcm_entry.4
+dt/man/man4/dtdpfile.4
+dt/man/man4/dtdtfile.4
+dt/man/man4/dtdtsfile.4
+dt/man/man4/dtfile_config.4
+dt/man/man4/dtfpfile.4
+dt/man/man4/dthelptagdtd.4
+dt/man/man4/dthffile.4
+dt/man/man4/dticonfile.4
+dt/man/man4/dtlocator.4
+dt/man/man4/dtpmfile.4
+dt/man/man4/dtresourcesfile.4
+dt/man/man4/dtsdldtd.4
+dt/man/man4/dtsdlfile.4
+dt/man/man4/dtsessiondb.4
+dt/man/man4/dtsessionfile.4
+dt/man/man4/dtspcdenv.4
+dt/man/man4/dtsrdbfiles.4
+dt/man/man4/dtsrfzkfiles.4
+dt/man/man4/dtsrhanfile.4
+dt/man/man4/dtsrlangfiles.4
+dt/man/man4/dtsrocffile.4
+dt/man/man4/dtwmrc.4
+dt/man/man4/mt-libtt-intro.4
+dt/man/man4/startlog.4
+dt/man/man4/tttracefile.4
+dt/man/man5/Dt.5
+dt/man/man5/DtAction.5
+dt/man/man5/DtComboBox.5
+dt/man/man5/DtDnd.5
+dt/man/man5/DtDts.5
+dt/man/man5/DtEditor.5
+dt/man/man5/DtHelp.5
+dt/man/man5/DtHelpDialog.5
+dt/man/man5/DtHelpQuickD.5
+dt/man/man5/DtInfoLib.5
+dt/man/man5/DtMenuButton.5
+dt/man/man5/DtMmdbBookCase.5
+dt/man/man5/DtMmdbGraphicInfo.5
+dt/man/man5/DtMmdbHandle.5
+dt/man/man5/DtMmdbInfoLibInfo.5
+dt/man/man5/DtMmdbInfoRequest.5
+dt/man/man5/DtMrm.5
+dt/man/man5/DtMsgLog.5
+dt/man/man5/DtPrint.5
+dt/man/man5/DtSaver.5
+dt/man/man5/DtSearch.5
+dt/man/man5/DtSession.5
+dt/man/man5/DtSpinBox.5
+dt/man/man5/DtStdAppFontNames.5
+dt/man/man5/DtStdInterfaceFontNames.5
+dt/man/man5/DtTerm.5
+dt/man/man5/DtWsm.5
+dt/man/man5/Tttt_c.5
+dt/man/man5/Tttttk.5
+dt/man/man5/csacsa.5
+dt/man/man5/dtactionaction.5
+dt/man/man5/dtappaction.5
+dt/man/man5/dtbuilderaction.5
+dt/man/man5/dtcalcaction.5
+dt/man/man5/dtcalendaraction.5
+dt/man/man5/dtenvvar.5
+dt/man/man5/dtfileaction.5
+dt/man/man5/dtfilsys.5
+dt/man/man5/dthelpaction.5
+dt/man/man5/dticonaction.5
+dt/man/man5/dtimsstartaction.5
+dt/man/man5/dtinfoBookdtd.5
+dt/man/man5/dtinfoStyledtd.5
+dt/man/man5/dtinfoTOCdtd.5
+dt/man/man5/dtinfoaction.5
+dt/man/man5/dtinfoaf.5
+dt/man/man5/dtmailaction.5
+dt/man/man5/dtmanaction.5
+dt/man/man5/dtprintinfoaction.5
+dt/man/man5/dtsessionaction.5
+dt/man/man5/dtstyleaction.5
+dt/man/man5/dtterm.5
+dt/man/man5/dttermaction.5
+dt/man/man5/dttextaction.5
+dt/man/man5/dttrashaction.5
+dt/man/man6/ttsnoop.6
 dt/palettes
 dt/share/backdrops/Ankh.bm
 dt/share/backdrops/Background.bm
@@ -4724,6 +3403,7 @@ dt/share/backdrops/KnitLight.pm
 dt/share/backdrops/Lattice.pm
 dt/share/backdrops/LatticeBig.pm
 dt/share/backdrops/Leaves.pm
+dt/share/backdrops/NoBackdrop.bm
 dt/share/backdrops/NoBackdrop.pm
 dt/share/backdrops/OldChars.pm
 dt/share/backdrops/Paver.pm
@@ -4734,950 +3414,73 @@ dt/share/backdrops/RicePaper.pm
 dt/share/backdrops/SkyDark.pm
 dt/share/backdrops/SkyLight.pm
 dt/share/backdrops/Sprinkles.pm
+dt/share/backdrops/SunLogo.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.NOVELL
-dt/share/examples/dtaction/Makefile.SUN
-dt/share/examples/dtaction/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtcalendar/Makefile.SUN
-dt/share/examples/dtcalendar/Makefile.UXP
-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/Makefile.USL
-dt/share/examples/dtdnd/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtdts/Makefile.SUN
-dt/share/examples/dtdts/Makefile.UXP
-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.DEC
-dt/share/examples/dthelp/Makefile.HP
-dt/share/examples/dthelp/Makefile.IBM
-dt/share/examples/dthelp/Makefile.SUN
-dt/share/examples/dthelp/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtscreen/Makefile.SUN
-dt/share/examples/dtscreen/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtsession/Makefile.SUN
-dt/share/examples/dtsession/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtterm/Makefile.SUN
-dt/share/examples/dtterm/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtwidget/Makefile.SUN
-dt/share/examples/dtwidget/Makefile.UXP
-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.NOVELL
-dt/share/examples/dtwsm/Makefile.SUN
-dt/share/examples/dtwsm/Makefile.UXP
-dt/share/examples/dtwsm/README
-dt/share/examples/dtwsm/occupy.c
-dt/share/examples/dtwsm/wsinfo.c
-dt/share/examples/motif/clipboard/Makefile.HP
-dt/share/examples/motif/clipboard/Makefile.IBM
-dt/share/examples/motif/clipboard/Makefile.NOVELL
-dt/share/examples/motif/clipboard/Makefile.SUN
-dt/share/examples/motif/clipboard/Makefile.UXP
-dt/share/examples/motif/clipboard/README
-dt/share/examples/motif/clipboard/cutpaste.c
-dt/share/examples/motif/clipboard/cutpaste.uil
-dt/share/examples/motif/clipboard/cutpaste_local.uil
-dt/share/examples/motif/dogs/Dog.c
-dt/share/examples/motif/dogs/Dog.h
-dt/share/examples/motif/dogs/Dog.uil
-dt/share/examples/motif/dogs/DogP.h
-dt/share/examples/motif/dogs/Makefile.HP
-dt/share/examples/motif/dogs/Makefile.IBM
-dt/share/examples/motif/dogs/Makefile.NOVELL
-dt/share/examples/motif/dogs/Makefile.SUN
-dt/share/examples/motif/dogs/Makefile.UXP
-dt/share/examples/motif/dogs/README
-dt/share/examples/motif/dogs/Square.c
-dt/share/examples/motif/dogs/Square.h
-dt/share/examples/motif/dogs/Square.uil
-dt/share/examples/motif/dogs/SquareP.h
-dt/share/examples/motif/dogs/bark.bm
-dt/share/examples/motif/dogs/dogs.c
-dt/share/examples/motif/dogs/dogs.uil
-dt/share/examples/motif/dogs/down.bm
-dt/share/examples/motif/dogs/up.bm
-dt/share/examples/motif/draganddrop/DNDDemo.c
-dt/share/examples/motif/draganddrop/DNDDemo.h
-dt/share/examples/motif/draganddrop/DNDDraw.c
-dt/share/examples/motif/draganddrop/Makefile.HP
-dt/share/examples/motif/draganddrop/Makefile.IBM
-dt/share/examples/motif/draganddrop/Makefile.NOVELL
-dt/share/examples/motif/draganddrop/Makefile.SUN
-dt/share/examples/motif/draganddrop/Makefile.UXP
-dt/share/examples/motif/draganddrop/README
-dt/share/examples/motif/periodic/Makefile.HP
-dt/share/examples/motif/periodic/Makefile.IBM
-dt/share/examples/motif/periodic/Makefile.NOVELL
-dt/share/examples/motif/periodic/Makefile.SUN
-dt/share/examples/motif/periodic/Makefile.UXP
-dt/share/examples/motif/periodic/Periodic
-dt/share/examples/motif/periodic/README
-dt/share/examples/motif/periodic/periodic.c
-dt/share/examples/motif/periodic/periodic.uil
-dt/share/examples/motif/periodic/periodic_local.uil
-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.NOVELL
-dt/share/examples/template/Makefile.SUN
-dt/share/examples/template/Makefile.UXP
-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.NOVELL
-dt/share/examples/tt/Makefile.SUN
-dt/share/examples/tt/Makefile.UXP
-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
-dt/share/man/man1/dtaction.1
-dt/share/man/man1/dtappgather.1
-dt/share/man/man1/dtappintegrate.1
-dt/share/man/man1/dtbuilder.1
-dt/share/man/man1/dtcalc.1
-dt/share/man/man1/dtchooser.1
-dt/share/man/man1/dtcm.1
-dt/share/man/man1/dtcm_delete.1
-dt/share/man/man1/dtcm_editor.1
-dt/share/man/man1/dtcm_insert.1
-dt/share/man/man1/dtcm_lookup.1
-dt/share/man/man1/dtcodegen.1
-dt/share/man/man1/dtconfig.1
-dt/share/man/man1/dtcreate.1
-dt/share/man/man1/dtdocbook.1
-dt/share/man/man1/dtexec.1
-dt/share/man/man1/dtfile.1
-dt/share/man/man1/dtfile_copy.1
-dt/share/man/man1/dtfile_error.1
-dt/share/man/man1/dtfplist.1
-dt/share/man/man1/dtgreet.1
-dt/share/man/man1/dthello.1
-dt/share/man/man1/dthelp_ctag1.1
-dt/share/man/man1/dthelp_htag1.1
-dt/share/man/man1/dthelp_htag2.1
-dt/share/man/man1/dthelpgen.1
-dt/share/man/man1/dthelpprint.1
-dt/share/man/man1/dthelptag.1
-dt/share/man/man1/dthelpview.1
-dt/share/man/man1/dticon.1
-dt/share/man/man1/dtimsstart.1
-dt/share/man/man1/dtinfo.1
-dt/share/man/man1/dtinfogen.1
-dt/share/man/man1/dtksh.1
-dt/share/man/man1/dtlogin.1
-dt/share/man/man1/dtlp.1
-dt/share/man/man1/dtmail.1
-dt/share/man/man1/dtmailpr.1
-dt/share/man/man1/dtpad.1
-dt/share/man/man1/dtpdm.1
-dt/share/man/man1/dtpdmd.1
-dt/share/man/man1/dtprintinfo.1
-dt/share/man/man1/dtscreen.1
-dt/share/man/man1/dtsearchpath.1
-dt/share/man/man1/dtsession.1
-dt/share/man/man1/dtsession_res.1
-dt/share/man/man1/dtsrcreate.1
-dt/share/man/man1/dtsrdbrec.1
-dt/share/man/man1/dtsrhan.1
-dt/share/man/man1/dtsrindex.1
-dt/share/man/man1/dtsrkdump.1
-dt/share/man/man1/dtsrload.1
-dt/share/man/man1/dtstyle.1
-dt/share/man/man1/dtterm.1
-dt/share/man/man1/dttypes.1
-dt/share/man/man1/dtudcexch.1
-dt/share/man/man1/dtudcfonted.1
-dt/share/man/man1/dtwm.1
-dt/share/man/man1/huffcode.1
-dt/share/man/man1/ksh.1
-dt/share/man/man1/tt_type_comp.1
-dt/share/man/man1/ttauth.1
-dt/share/man/man1/ttcp.1
-dt/share/man/man1/ttmv.1
-dt/share/man/man1/ttrm.1
-dt/share/man/man1/ttrmdir.1
-dt/share/man/man1/ttsession.1
-dt/share/man/man1/tttar.1
-dt/share/man/man1/tttrace.1
-dt/share/man/man1m/dtspcd.1m
-dt/share/man/man1m/rpc.cmsd.1m
-dt/share/man/man1m/ttdbck.1m
-dt/share/man/man1m/ttdbserver.1m
-dt/share/man/man1m/ttdbserverd.1m
-dt/share/man/man3/DtActionCallbackProc.3
-dt/share/man/man3/DtActionDescription.3
-dt/share/man/man3/DtActionExists.3
-dt/share/man/man3/DtActionIcon.3
-dt/share/man/man3/DtActionInvoke.3
-dt/share/man/man3/DtActionLabel.3
-dt/share/man/man3/DtAppInitialize.3
-dt/share/man/man3/DtComboBox.3
-dt/share/man/man3/DtComboBoxAddItem.3
-dt/share/man/man3/DtComboBoxDeletePos.3
-dt/share/man/man3/DtComboBoxSelectItem.3
-dt/share/man/man3/DtComboBoxSetItem.3
-dt/share/man/man3/DtCreateComboBox.3
-dt/share/man/man3/DtCreateEditor.3
-dt/share/man/man3/DtCreateHelpDialog.3
-dt/share/man/man3/DtCreateHelpQuickDialog.3
-dt/share/man/man3/DtCreateMenuButton.3
-dt/share/man/man3/DtCreatePrintSetupBox.3
-dt/share/man/man3/DtCreatePrintSetupDialog.3
-dt/share/man/man3/DtCreateSpinBox.3
-dt/share/man/man3/DtCreateTerm.3
-dt/share/man/man3/DtDbLoad.3
-dt/share/man/man3/DtDbReloadNotify.3
-dt/share/man/man3/DtDndCreateSourceIcon.3
-dt/share/man/man3/DtDndDragStart.3
-dt/share/man/man3/DtDndDropRegister.3
-dt/share/man/man3/DtDndDropUnregister.3
-dt/share/man/man3/DtDndVaDragStart.3
-dt/share/man/man3/DtDndVaDropRegister.3
-dt/share/man/man3/DtDtsBufferToAttributeList.3
-dt/share/man/man3/DtDtsBufferToAttributeValue.3
-dt/share/man/man3/DtDtsBufferToDataType.3
-dt/share/man/man3/DtDtsDataToDataType.3
-dt/share/man/man3/DtDtsDataTypeIsAction.3
-dt/share/man/man3/DtDtsDataTypeNames.3
-dt/share/man/man3/DtDtsDataTypeToAttributeList.3
-dt/share/man/man3/DtDtsDataTypeToAttributeValue.3
-dt/share/man/man3/DtDtsFileToAttributeList.3
-dt/share/man/man3/DtDtsFileToAttributeValue.3
-dt/share/man/man3/DtDtsFileToDataType.3
-dt/share/man/man3/DtDtsFindAttribute.3
-dt/share/man/man3/DtDtsFreeAttributeList.3
-dt/share/man/man3/DtDtsFreeAttributeValue.3
-dt/share/man/man3/DtDtsFreeDataType.3
-dt/share/man/man3/DtDtsFreeDataTypeNames.3
-dt/share/man/man3/DtDtsIsTrue.3
-dt/share/man/man3/DtDtsLoadDataTypes.3
-dt/share/man/man3/DtDtsRelease.3
-dt/share/man/man3/DtDtsSetDataType.3
-dt/share/man/man3/DtEditor.3
-dt/share/man/man3/DtEditorAppend.3
-dt/share/man/man3/DtEditorAppendFromFile.3
-dt/share/man/man3/DtEditorChange.3
-dt/share/man/man3/DtEditorCheckForUnsavedChanges.3
-dt/share/man/man3/DtEditorClearSelection.3
-dt/share/man/man3/DtEditorCopyToClipboard.3
-dt/share/man/man3/DtEditorCutToClipboard.3
-dt/share/man/man3/DtEditorDeleteSelection.3
-dt/share/man/man3/DtEditorDeselect.3
-dt/share/man/man3/DtEditorDisableRedisplay.3
-dt/share/man/man3/DtEditorEnableRedisplay.3
-dt/share/man/man3/DtEditorFind.3
-dt/share/man/man3/DtEditorFormat.3
-dt/share/man/man3/DtEditorGetContents.3
-dt/share/man/man3/DtEditorGetInsertionPosition.3
-dt/share/man/man3/DtEditorGetLastPosition.3
-dt/share/man/man3/DtEditorGetMessageTextFieldID.3
-dt/share/man/man3/DtEditorGetSizeHints.3
-dt/share/man/man3/DtEditorGoToLine.3
-dt/share/man/man3/DtEditorInsert.3
-dt/share/man/man3/DtEditorInsertFromFile.3
-dt/share/man/man3/DtEditorInvokeFindChangeDialog.3
-dt/share/man/man3/DtEditorInvokeFormatDialog.3
-dt/share/man/man3/DtEditorInvokeSpellDialog.3
-dt/share/man/man3/DtEditorPasteFromClipboard.3
-dt/share/man/man3/DtEditorReplace.3
-dt/share/man/man3/DtEditorReplaceFromFile.3
-dt/share/man/man3/DtEditorReset.3
-dt/share/man/man3/DtEditorSaveContentsToFile.3
-dt/share/man/man3/DtEditorSelectAll.3
-dt/share/man/man3/DtEditorSetContents.3
-dt/share/man/man3/DtEditorSetContentsFromFile.3
-dt/share/man/man3/DtEditorSetInsertionPosition.3
-dt/share/man/man3/DtEditorTraverseToEditor.3
-dt/share/man/man3/DtEditorUndoEdit.3
-dt/share/man/man3/DtHelpDialog.3
-dt/share/man/man3/DtHelpQuickDialog.3
-dt/share/man/man3/DtHelpQuickDialogGetChild.3
-dt/share/man/man3/DtHelpReturnSelectedWidgetId.3
-dt/share/man/man3/DtHelpSetCatalogName.3
-dt/share/man/man3/DtInfoShowTopic.3
-dt/share/man/man3/DtInitialize.3
-dt/share/man/man3/DtMenuButton.3
-dt/share/man/man3/DtMmdbBookCaseFreeInfo.3
-dt/share/man/man3/DtMmdbBookCaseGetInfo.3
-dt/share/man/man3/DtMmdbBookGetLicense.3
-dt/share/man/man3/DtMmdbBookGetLongTitle.3
-dt/share/man/man3/DtMmdbBookGetSeqNum.3
-dt/share/man/man3/DtMmdbBookGetShortTitle.3
-dt/share/man/man3/DtMmdbBookGetTabList.3
-dt/share/man/man3/DtMmdbBookGetTocObjectId.3
-dt/share/man/man3/DtMmdbCloseInfoLib.3
-dt/share/man/man3/DtMmdbDlpGetNextSectionId.3
-dt/share/man/man3/DtMmdbDlpGetPrevSectionId.3
-dt/share/man/man3/DtMmdbFreeGraphicInfo.3
-dt/share/man/man3/DtMmdbFreeHandle.3
-dt/share/man/man3/DtMmdbFreeHandleList.3
-dt/share/man/man3/DtMmdbGetBookCaseByIndex.3
-dt/share/man/man3/DtMmdbGetBookCaseByLoc.3
-dt/share/man/man3/DtMmdbGetBookCaseByLocs.3
-dt/share/man/man3/DtMmdbGetBookCaseByName.3
-dt/share/man/man3/DtMmdbGraphicGetData.3
-dt/share/man/man3/DtMmdbGraphicGetInfo.3
-dt/share/man/man3/DtMmdbInfoLibFreeInfo.3
-dt/share/man/man3/DtMmdbInfoLibGetInfo.3
-dt/share/man/man3/DtMmdbInit.3
-dt/share/man/man3/DtMmdbLocatorGetSectionLoc.3
-dt/share/man/man3/DtMmdbLocatorGetSectionObjectId.3
-dt/share/man/man3/DtMmdbOpenInfoLib.3
-dt/share/man/man3/DtMmdbQuit.3
-dt/share/man/man3/DtMmdbSectionGetBookId.3
-dt/share/man/man3/DtMmdbSectionGetData.3
-dt/share/man/man3/DtMmdbSectionGetDataSize.3
-dt/share/man/man3/DtMmdbSectionGetLoc.3
-dt/share/man/man3/DtMmdbSectionGetLongTitle.3
-dt/share/man/man3/DtMmdbSectionGetShortTitle.3
-dt/share/man/man3/DtMmdbSectionGetStyleSheetId.3
-dt/share/man/man3/DtMmdbSectionGetTocLoc.3
-dt/share/man/man3/DtMmdbStylesheetGetData.3
-dt/share/man/man3/DtMmdbStylesheetGetName.3
-dt/share/man/man3/DtMmdbTocGetChildIds.3
-dt/share/man/man3/DtMmdbTocGetNumOfChildren.3
-dt/share/man/man3/DtMmdbTocGetParentId.3
-dt/share/man/man3/DtMrmInitialize.3
-dt/share/man/man3/DtMsgLogMessage.3
-dt/share/man/man3/DtMsgLogOpenFile.3
-dt/share/man/man3/DtMsgLogSetHandler.3
-dt/share/man/man3/DtPrintCopySetupData.3
-dt/share/man/man3/DtPrintFillSetupData.3
-dt/share/man/man3/DtPrintFreeSetupData.3
-dt/share/man/man3/DtPrintResetConnection.3
-dt/share/man/man3/DtPrintSetupBox.3
-dt/share/man/man3/DtPrintSetupProc.3
-dt/share/man/man3/DtSaverGetWindows.3
-dt/share/man/man3/DtSearchAddMessage.3
-dt/share/man/man3/DtSearchExit.3
-dt/share/man/man3/DtSearchFreeMessages.3
-dt/share/man/man3/DtSearchFreeResults.3
-dt/share/man/man3/DtSearchGetKeytypes.3
-dt/share/man/man3/DtSearchGetMaxResults.3
-dt/share/man/man3/DtSearchGetMessages.3
-dt/share/man/man3/DtSearchHasMessages.3
-dt/share/man/man3/DtSearchHighlight.3
-dt/share/man/man3/DtSearchInit.3
-dt/share/man/man3/DtSearchMergeResults.3
-dt/share/man/man3/DtSearchQuery.3
-dt/share/man/man3/DtSearchReinit.3
-dt/share/man/man3/DtSearchRetrieve.3
-dt/share/man/man3/DtSearchSetMaxResults.3
-dt/share/man/man3/DtSearchSortResults.3
-dt/share/man/man3/DtSearchValidDateString.3
-dt/share/man/man3/DtSessionRestorePath.3
-dt/share/man/man3/DtSessionSavePath.3
-dt/share/man/man3/DtSpinBox.3
-dt/share/man/man3/DtSpinBoxAddItem.3
-dt/share/man/man3/DtSpinBoxDeletePos.3
-dt/share/man/man3/DtSpinBoxSetItem.3
-dt/share/man/man3/DtSrAPI.3
-dt/share/man/man3/DtTerm.3
-dt/share/man/man3/DtTermDisplaySend.3
-dt/share/man/man3/DtTermInitialize.3
-dt/share/man/man3/DtTermSubprocReap.3
-dt/share/man/man3/DtTermSubprocSend.3
-dt/share/man/man3/DtWsmAddCurrentWorkspaceCallback.3
-dt/share/man/man3/DtWsmAddWorkspace.3
-dt/share/man/man3/DtWsmAddWorkspaceFunctions.3
-dt/share/man/man3/DtWsmAddWorkspaceModifiedCallback.3
-dt/share/man/man3/DtWsmChangeBackdrop.3
-dt/share/man/man3/DtWsmDeleteWorkspace.3
-dt/share/man/man3/DtWsmFreeWorkspaceInfo.3
-dt/share/man/man3/DtWsmGetCurrentBackdropWindow.3
-dt/share/man/man3/DtWsmGetCurrentWorkspace.3
-dt/share/man/man3/DtWsmGetWorkspaceInfo.3
-dt/share/man/man3/DtWsmGetWorkspaceList.3
-dt/share/man/man3/DtWsmGetWorkspacesOccupied.3
-dt/share/man/man3/DtWsmOccupyAllWorkspaces.3
-dt/share/man/man3/DtWsmRemoveWorkspaceCallback.3
-dt/share/man/man3/DtWsmRemoveWorkspaceFunctions.3
-dt/share/man/man3/DtWsmSetCurrentWorkspace.3
-dt/share/man/man3/DtWsmSetWorkspaceTitle.3
-dt/share/man/man3/DtWsmSetWorkspacesOccupied.3
-dt/share/man/man3/csa_add_calendar.3
-dt/share/man/man3/csa_add_entry.3
-dt/share/man/man3/csa_call_callbacks.3
-dt/share/man/man3/csa_delete_calendar.3
-dt/share/man/man3/csa_delete_entry.3
-dt/share/man/man3/csa_free.3
-dt/share/man/man3/csa_free_time_search.3
-dt/share/man/man3/csa_list_calendar_attributes.3
-dt/share/man/man3/csa_list_calendars.3
-dt/share/man/man3/csa_list_entries.3
-dt/share/man/man3/csa_list_entry_attributes.3
-dt/share/man/man3/csa_list_entry_sequence.3
-dt/share/man/man3/csa_logoff.3
-dt/share/man/man3/csa_logon.3
-dt/share/man/man3/csa_look_up.3
-dt/share/man/man3/csa_query_configuration.3
-dt/share/man/man3/csa_read_calendar_attributes.3
-dt/share/man/man3/csa_read_entry_attributes.3
-dt/share/man/man3/csa_read_next_reminder.3
-dt/share/man/man3/csa_register_callback.3
-dt/share/man/man3/csa_restore.3
-dt/share/man/man3/csa_save.3
-dt/share/man/man3/csa_unregister_callback.3
-dt/share/man/man3/csa_update_calendar_attributes.3
-dt/share/man/man3/csa_update_entry_attributes.3
-dt/share/man/man3/csa_x_process_updates.3
-dt/share/man/man3/tt_X_session.3
-dt/share/man/man3/tt_bcontext_join.3
-dt/share/man/man3/tt_bcontext_quit.3
-dt/share/man/man3/tt_close.3
-dt/share/man/man3/tt_context_join.3
-dt/share/man/man3/tt_context_quit.3
-dt/share/man/man3/tt_default_file.3
-dt/share/man/man3/tt_default_file_set.3
-dt/share/man/man3/tt_default_procid.3
-dt/share/man/man3/tt_default_procid_set.3
-dt/share/man/man3/tt_default_ptype.3
-dt/share/man/man3/tt_default_ptype_set.3
-dt/share/man/man3/tt_default_session.3
-dt/share/man/man3/tt_default_session_set.3
-dt/share/man/man3/tt_error.3
-dt/share/man/man3/tt_error_int.3
-dt/share/man/man3/tt_error_pointer.3
-dt/share/man/man3/tt_fd.3
-dt/share/man/man3/tt_feature_enabled.3
-dt/share/man/man3/tt_feature_required.3
-dt/share/man/man3/tt_file_copy.3
-dt/share/man/man3/tt_file_destroy.3
-dt/share/man/man3/tt_file_join.3
-dt/share/man/man3/tt_file_move.3
-dt/share/man/man3/tt_file_netfile.3
-dt/share/man/man3/tt_file_objects_query.3
-dt/share/man/man3/tt_file_quit.3
-dt/share/man/man3/tt_free.3
-dt/share/man/man3/tt_host_file_netfile.3
-dt/share/man/man3/tt_host_netfile_file.3
-dt/share/man/man3/tt_icontext_join.3
-dt/share/man/man3/tt_icontext_quit.3
-dt/share/man/man3/tt_initial_session.3
-dt/share/man/man3/tt_int_error.3
-dt/share/man/man3/tt_is_err.3
-dt/share/man/man3/tt_malloc.3
-dt/share/man/man3/tt_mark.3
-dt/share/man/man3/tt_message_abstainer.3
-dt/share/man/man3/tt_message_abstainers_count.3
-dt/share/man/man3/tt_message_accept.3
-dt/share/man/man3/tt_message_accepter.3
-dt/share/man/man3/tt_message_accepters_count.3
-dt/share/man/man3/tt_message_address.3
-dt/share/man/man3/tt_message_address_set.3
-dt/share/man/man3/tt_message_arg_add.3
-dt/share/man/man3/tt_message_arg_bval.3
-dt/share/man/man3/tt_message_arg_bval_set.3
-dt/share/man/man3/tt_message_arg_ival.3
-dt/share/man/man3/tt_message_arg_ival_set.3
-dt/share/man/man3/tt_message_arg_mode.3
-dt/share/man/man3/tt_message_arg_type.3
-dt/share/man/man3/tt_message_arg_val.3
-dt/share/man/man3/tt_message_arg_val_set.3
-dt/share/man/man3/tt_message_arg_xval.3
-dt/share/man/man3/tt_message_arg_xval_set.3
-dt/share/man/man3/tt_message_args_count.3
-dt/share/man/man3/tt_message_barg_add.3
-dt/share/man/man3/tt_message_bcontext_set.3
-dt/share/man/man3/tt_message_callback_add.3
-dt/share/man/man3/tt_message_class.3
-dt/share/man/man3/tt_message_class_set.3
-dt/share/man/man3/tt_message_context_bval.3
-dt/share/man/man3/tt_message_context_ival.3
-dt/share/man/man3/tt_message_context_set.3
-dt/share/man/man3/tt_message_context_slotname.3
-dt/share/man/man3/tt_message_context_val.3
-dt/share/man/man3/tt_message_context_xval.3
-dt/share/man/man3/tt_message_contexts_count.3
-dt/share/man/man3/tt_message_create.3
-dt/share/man/man3/tt_message_create_super.3
-dt/share/man/man3/tt_message_destroy.3
-dt/share/man/man3/tt_message_disposition.3
-dt/share/man/man3/tt_message_disposition_set.3
-dt/share/man/man3/tt_message_fail.3
-dt/share/man/man3/tt_message_file.3
-dt/share/man/man3/tt_message_file_set.3
-dt/share/man/man3/tt_message_gid.3
-dt/share/man/man3/tt_message_handler.3
-dt/share/man/man3/tt_message_handler_ptype.3
-dt/share/man/man3/tt_message_handler_ptype_set.3
-dt/share/man/man3/tt_message_handler_set.3
-dt/share/man/man3/tt_message_iarg_add.3
-dt/share/man/man3/tt_message_icontext_set.3
-dt/share/man/man3/tt_message_id.3
-dt/share/man/man3/tt_message_object.3
-dt/share/man/man3/tt_message_object_set.3
-dt/share/man/man3/tt_message_op.3
-dt/share/man/man3/tt_message_op_set.3
-dt/share/man/man3/tt_message_opnum.3
-dt/share/man/man3/tt_message_otype.3
-dt/share/man/man3/tt_message_otype_set.3
-dt/share/man/man3/tt_message_pattern.3
-dt/share/man/man3/tt_message_print.3
-dt/share/man/man3/tt_message_receive.3
-dt/share/man/man3/tt_message_reject.3
-dt/share/man/man3/tt_message_rejecter.3
-dt/share/man/man3/tt_message_rejecters_count.3
-dt/share/man/man3/tt_message_reply.3
-dt/share/man/man3/tt_message_scope.3
-dt/share/man/man3/tt_message_scope_set.3
-dt/share/man/man3/tt_message_send.3
-dt/share/man/man3/tt_message_send_on_exit.3
-dt/share/man/man3/tt_message_sender.3
-dt/share/man/man3/tt_message_sender_ptype.3
-dt/share/man/man3/tt_message_sender_ptype_set.3
-dt/share/man/man3/tt_message_session.3
-dt/share/man/man3/tt_message_session_set.3
-dt/share/man/man3/tt_message_state.3
-dt/share/man/man3/tt_message_status.3
-dt/share/man/man3/tt_message_status_set.3
-dt/share/man/man3/tt_message_status_string.3
-dt/share/man/man3/tt_message_status_string_set.3
-dt/share/man/man3/tt_message_uid.3
-dt/share/man/man3/tt_message_user.3
-dt/share/man/man3/tt_message_user_set.3
-dt/share/man/man3/tt_message_xarg_add.3
-dt/share/man/man3/tt_message_xcontext_set.3
-dt/share/man/man3/tt_netfile_file.3
-dt/share/man/man3/tt_objid_equal.3
-dt/share/man/man3/tt_objid_objkey.3
-dt/share/man/man3/tt_onotice_create.3
-dt/share/man/man3/tt_open.3
-dt/share/man/man3/tt_orequest_create.3
-dt/share/man/man3/tt_otype_base.3
-dt/share/man/man3/tt_otype_derived.3
-dt/share/man/man3/tt_otype_deriveds_count.3
-dt/share/man/man3/tt_otype_hsig_arg_mode.3
-dt/share/man/man3/tt_otype_hsig_arg_type.3
-dt/share/man/man3/tt_otype_hsig_args_count.3
-dt/share/man/man3/tt_otype_hsig_count.3
-dt/share/man/man3/tt_otype_hsig_op.3
-dt/share/man/man3/tt_otype_is_derived.3
-dt/share/man/man3/tt_otype_opnum_callback_add.3
-dt/share/man/man3/tt_otype_osig_arg_mode.3
-dt/share/man/man3/tt_otype_osig_arg_type.3
-dt/share/man/man3/tt_otype_osig_args_count.3
-dt/share/man/man3/tt_otype_osig_count.3
-dt/share/man/man3/tt_otype_osig_op.3
-dt/share/man/man3/tt_pattern_address_add.3
-dt/share/man/man3/tt_pattern_arg_add.3
-dt/share/man/man3/tt_pattern_barg_add.3
-dt/share/man/man3/tt_pattern_bcontext_add.3
-dt/share/man/man3/tt_pattern_callback_add.3
-dt/share/man/man3/tt_pattern_category.3
-dt/share/man/man3/tt_pattern_category_set.3
-dt/share/man/man3/tt_pattern_class_add.3
-dt/share/man/man3/tt_pattern_context_add.3
-dt/share/man/man3/tt_pattern_create.3
-dt/share/man/man3/tt_pattern_destroy.3
-dt/share/man/man3/tt_pattern_disposition_add.3
-dt/share/man/man3/tt_pattern_file_add.3
-dt/share/man/man3/tt_pattern_iarg_add.3
-dt/share/man/man3/tt_pattern_icontext_add.3
-dt/share/man/man3/tt_pattern_object_add.3
-dt/share/man/man3/tt_pattern_op_add.3
-dt/share/man/man3/tt_pattern_opnum_add.3
-dt/share/man/man3/tt_pattern_otype_add.3
-dt/share/man/man3/tt_pattern_print.3
-dt/share/man/man3/tt_pattern_register.3
-dt/share/man/man3/tt_pattern_scope_add.3
-dt/share/man/man3/tt_pattern_sender_add.3
-dt/share/man/man3/tt_pattern_sender_ptype_add.3
-dt/share/man/man3/tt_pattern_session_add.3
-dt/share/man/man3/tt_pattern_state_add.3
-dt/share/man/man3/tt_pattern_unregister.3
-dt/share/man/man3/tt_pattern_user.3
-dt/share/man/man3/tt_pattern_user_set.3
-dt/share/man/man3/tt_pattern_xarg_add.3
-dt/share/man/man3/tt_pattern_xcontext_add.3
-dt/share/man/man3/tt_pnotice_create.3
-dt/share/man/man3/tt_pointer_error.3
-dt/share/man/man3/tt_prequest_create.3
-dt/share/man/man3/tt_procid_session.3
-dt/share/man/man3/tt_ptr_error.3
-dt/share/man/man3/tt_ptype_declare.3
-dt/share/man/man3/tt_ptype_exists.3
-dt/share/man/man3/tt_ptype_opnum_callback_add.3
-dt/share/man/man3/tt_ptype_undeclare.3
-dt/share/man/man3/tt_release.3
-dt/share/man/man3/tt_session_bprop.3
-dt/share/man/man3/tt_session_bprop_add.3
-dt/share/man/man3/tt_session_bprop_set.3
-dt/share/man/man3/tt_session_join.3
-dt/share/man/man3/tt_session_prop.3
-dt/share/man/man3/tt_session_prop_add.3
-dt/share/man/man3/tt_session_prop_count.3
-dt/share/man/man3/tt_session_prop_set.3
-dt/share/man/man3/tt_session_propname.3
-dt/share/man/man3/tt_session_propnames_count.3
-dt/share/man/man3/tt_session_quit.3
-dt/share/man/man3/tt_session_types_load.3
-dt/share/man/man3/tt_spec_bprop.3
-dt/share/man/man3/tt_spec_bprop_add.3
-dt/share/man/man3/tt_spec_bprop_set.3
-dt/share/man/man3/tt_spec_create.3
-dt/share/man/man3/tt_spec_destroy.3
-dt/share/man/man3/tt_spec_file.3
-dt/share/man/man3/tt_spec_move.3
-dt/share/man/man3/tt_spec_prop.3
-dt/share/man/man3/tt_spec_prop_add.3
-dt/share/man/man3/tt_spec_prop_count.3
-dt/share/man/man3/tt_spec_prop_set.3
-dt/share/man/man3/tt_spec_propname.3
-dt/share/man/man3/tt_spec_propnames_count.3
-dt/share/man/man3/tt_spec_type.3
-dt/share/man/man3/tt_spec_type_set.3
-dt/share/man/man3/tt_spec_write.3
-dt/share/man/man3/tt_status_message.3
-dt/share/man/man3/tt_thread_procid.3
-dt/share/man/man3/tt_thread_procid_set.3
-dt/share/man/man3/tt_thread_session.3
-dt/share/man/man3/tt_thread_session_set.3
-dt/share/man/man3/tt_trace_control.3
-dt/share/man/man3/tt_xcontext_join.3
-dt/share/man/man3/tt_xcontext_quit.3
-dt/share/man/man3/ttdt_Get_Modified.3
-dt/share/man/man3/ttdt_Revert.3
-dt/share/man/man3/ttdt_Save.3
-dt/share/man/man3/ttdt_close.3
-dt/share/man/man3/ttdt_file_event.3
-dt/share/man/man3/ttdt_file_join.3
-dt/share/man/man3/ttdt_file_notice.3
-dt/share/man/man3/ttdt_file_quit.3
-dt/share/man/man3/ttdt_file_request.3
-dt/share/man/man3/ttdt_message_accept.3
-dt/share/man/man3/ttdt_open.3
-dt/share/man/man3/ttdt_sender_imprint_on.3
-dt/share/man/man3/ttdt_session_join.3
-dt/share/man/man3/ttdt_session_quit.3
-dt/share/man/man3/ttdt_subcontract_manage.3
-dt/share/man/man3/ttmedia_Deposit.3
-dt/share/man/man3/ttmedia_load.3
-dt/share/man/man3/ttmedia_load_reply.3
-dt/share/man/man3/ttmedia_ptype_declare.3
-dt/share/man/man3/tttk_Xt_input_handler.3
-dt/share/man/man3/tttk_block_while.3
-dt/share/man/man3/tttk_message_abandon.3
-dt/share/man/man3/tttk_message_create.3
-dt/share/man/man3/tttk_message_destroy.3
-dt/share/man/man3/tttk_message_fail.3
-dt/share/man/man3/tttk_message_reject.3
-dt/share/man/man3/tttk_op_string.3
-dt/share/man/man3/tttk_string_op.3
-dt/share/man/man4/BIL.4
-dt/share/man/man4/Deposit.4
-dt/share/man/man4/Display.4
-dt/share/man/man4/DtDndProtocol.4
-dt/share/man/man4/DtInfo_LoadInfoLib.4
-dt/share/man/man4/DtInfo_PrintInfoAtLoc.4
-dt/share/man/man4/DtInfo_Quit.4
-dt/share/man/man4/DtInfo_ShowInfoAtLoc.4
-dt/share/man/man4/Edit.4
-dt/share/man/man4/Get_Environment.4
-dt/share/man/man4/Get_Geometry.4
-dt/share/man/man4/Get_Iconified.4
-dt/share/man/man4/Get_Locale.4
-dt/share/man/man4/Get_Mapped.4
-dt/share/man/man4/Get_Modified.4
-dt/share/man/man4/Get_Situation.4
-dt/share/man/man4/Get_Status.4
-dt/share/man/man4/Get_Sysinfo.4
-dt/share/man/man4/Get_XInfo.4
-dt/share/man/man4/Instantiate.4
-dt/share/man/man4/Lower.4
-dt/share/man/man4/Mail.4
-dt/share/man/man4/Modified.4
-dt/share/man/man4/Pause.4
-dt/share/man/man4/Print.4
-dt/share/man/man4/Quit.4
-dt/share/man/man4/Raise.4
-dt/share/man/man4/Resume.4
-dt/share/man/man4/Revert.4
-dt/share/man/man4/Reverted.4
-dt/share/man/man4/Save.4
-dt/share/man/man4/Saved.4
-dt/share/man/man4/Set_Environment.4
-dt/share/man/man4/Set_Geometry.4
-dt/share/man/man4/Set_Iconified.4
-dt/share/man/man4/Set_Locale.4
-dt/share/man/man4/Set_Mapped.4
-dt/share/man/man4/Set_Situation.4
-dt/share/man/man4/Signal.4
-dt/share/man/man4/Started.4
-dt/share/man/man4/Status.4
-dt/share/man/man4/Stopped.4
-dt/share/man/man4/Translate.4
-dt/share/man/man4/dtactionfile.4
-dt/share/man/man4/dtbmfile.4
-dt/share/man/man4/dtcm_archive.4
-dt/share/man/man4/dtcm_entry.4
-dt/share/man/man4/dtdpfile.4
-dt/share/man/man4/dtdtfile.4
-dt/share/man/man4/dtdtsfile.4
-dt/share/man/man4/dtfile_config.4
-dt/share/man/man4/dtfpfile.4
-dt/share/man/man4/dthelptagdtd.4
-dt/share/man/man4/dthffile.4
-dt/share/man/man4/dticonfile.4
-dt/share/man/man4/dtlocator.4
-dt/share/man/man4/dtpmfile.4
-dt/share/man/man4/dtresourcesfile.4
-dt/share/man/man4/dtsdldtd.4
-dt/share/man/man4/dtsdlfile.4
-dt/share/man/man4/dtsessiondb.4
-dt/share/man/man4/dtsessionfile.4
-dt/share/man/man4/dtspcdenv.4
-dt/share/man/man4/dtsrdbfiles.4
-dt/share/man/man4/dtsrfzkfiles.4
-dt/share/man/man4/dtsrhanfile.4
-dt/share/man/man4/dtsrlangfiles.4
-dt/share/man/man4/dtsrocffile.4
-dt/share/man/man4/dtwmrc.4
-dt/share/man/man4/mt-libtt-intro.4
-dt/share/man/man4/startlog.4
-dt/share/man/man4/tttracefile.4
-dt/share/man/man5/Dt.5
-dt/share/man/man5/DtAction.5
-dt/share/man/man5/DtComboBox.5
-dt/share/man/man5/DtDnd.5
-dt/share/man/man5/DtDts.5
-dt/share/man/man5/DtEditor.5
-dt/share/man/man5/DtHelp.5
-dt/share/man/man5/DtHelpDialog.5
-dt/share/man/man5/DtHelpQuickD.5
-dt/share/man/man5/DtInfoLib.5
-dt/share/man/man5/DtMenuButton.5
-dt/share/man/man5/DtMmdbBookCase.5
-dt/share/man/man5/DtMmdbGraphicInfo.5
-dt/share/man/man5/DtMmdbHandle.5
-dt/share/man/man5/DtMmdbInfoLibInfo.5
-dt/share/man/man5/DtMmdbInfoRequest.5
-dt/share/man/man5/DtMrm.5
-dt/share/man/man5/DtMsgLog.5
-dt/share/man/man5/DtPrint.5
-dt/share/man/man5/DtSaver.5
-dt/share/man/man5/DtSearch.5
-dt/share/man/man5/DtSession.5
-dt/share/man/man5/DtSpinBox.5
-dt/share/man/man5/DtStdAppFontNames.5
-dt/share/man/man5/DtStdInterfaceFontNames.5
-dt/share/man/man5/DtTerm.5
-dt/share/man/man5/DtWsm.5
-dt/share/man/man5/Tttt_c.5
-dt/share/man/man5/Tttttk.5
-dt/share/man/man5/csacsa.5
-dt/share/man/man5/dtactionaction.5
-dt/share/man/man5/dtappaction.5
-dt/share/man/man5/dtbuilderaction.5
-dt/share/man/man5/dtcalcaction.5
-dt/share/man/man5/dtcalendaraction.5
-dt/share/man/man5/dtenvvar.5
-dt/share/man/man5/dtfileaction.5
-dt/share/man/man5/dtfilsys.5
-dt/share/man/man5/dthelpaction.5
-dt/share/man/man5/dticonaction.5
-dt/share/man/man5/dtimsstartaction.5
-dt/share/man/man5/dtinfoBookdtd.5
-dt/share/man/man5/dtinfoStyledtd.5
-dt/share/man/man5/dtinfoTOCdtd.5
-dt/share/man/man5/dtinfoaction.5
-dt/share/man/man5/dtinfoaf.5
-dt/share/man/man5/dtmailaction.5
-dt/share/man/man5/dtmanaction.5
-dt/share/man/man5/dtprintinfoaction.5
-dt/share/man/man5/dtsessionaction.5
-dt/share/man/man5/dtstyleaction.5
-dt/share/man/man5/dtterm.5
-dt/share/man/man5/dttermaction.5
-dt/share/man/man5/dttextaction.5
-dt/share/man/man5/dttrashaction.5
-dt/share/man/man6/ttsnoop.6
+dt/share/backdrops/desc.en_US.UTF-8
+dt/share/cde/dtdocbook/dtsr/deu.sfx
+dt/share/cde/dtdocbook/dtsr/deu.stp
+dt/share/cde/dtdocbook/dtsr/dtsearch.dbd
+dt/share/cde/dtdocbook/dtsr/eng.sfx
+dt/share/cde/dtdocbook/dtsr/eng.stp
+dt/share/cde/dtdocbook/dtsr/esp.sfx
+dt/share/cde/dtdocbook/dtsr/esp.stp
+dt/share/cde/dtdocbook/dtsr/fra.sfx
+dt/share/cde/dtdocbook/dtsr/fra.stp
+dt/share/cde/dtdocbook/dtsr/ita.sfx
+dt/share/cde/dtdocbook/dtsr/ita.stp
+dt/share/cde/dtdocbook/dtsr/jpn.knj
+dt/share/cde/dtdocbook/locales/de_DE.UTF-8/strings
+dt/share/cde/dtdocbook/locales/el_GR.UTF-8/strings
+dt/share/cde/dtdocbook/locales/en_US.UTF-8/strings
+dt/share/cde/dtdocbook/locales/es_ES.UTF-8/strings
+dt/share/cde/dtdocbook/locales/fr_FR.UTF-8/strings
+dt/share/cde/dtdocbook/locales/it_IT.UTF-8/strings
+dt/share/cde/dtdocbook/locales/ja_JP.UTF-8/strings
+dt/share/cde/dtdocbook/sgml/catalog
+dt/share/cde/dtdocbook/sgml/docbook.dcl
+dt/share/cde/dtdocbook/sgml/docbook.dtd
+dt/share/cde/dtdocbook/sgml/dtinfo.af
+dt/share/cde/dtdocbook/sgml/dtinfoBook.dtd
+dt/share/cde/dtdocbook/sgml/dtinfoStyle.dtd
+dt/share/cde/dtdocbook/sgml/dtinfoTOC.dtd
+dt/share/cde/dtdocbook/sgml/iso-catalog
+dt/share/cde/dtdocbook/sgml/isoamsa.gml
+dt/share/cde/dtdocbook/sgml/isoamsb.gml
+dt/share/cde/dtdocbook/sgml/isoamsc.gml
+dt/share/cde/dtdocbook/sgml/isoamsn.gml
+dt/share/cde/dtdocbook/sgml/isoamso.gml
+dt/share/cde/dtdocbook/sgml/isoamsr.gml
+dt/share/cde/dtdocbook/sgml/isobox.gml
+dt/share/cde/dtdocbook/sgml/isocyr1.gml
+dt/share/cde/dtdocbook/sgml/isocyr2.gml
+dt/share/cde/dtdocbook/sgml/isodia.gml
+dt/share/cde/dtdocbook/sgml/isogrk1.gml
+dt/share/cde/dtdocbook/sgml/isogrk2.gml
+dt/share/cde/dtdocbook/sgml/isogrk3.gml
+dt/share/cde/dtdocbook/sgml/isogrk4.gml
+dt/share/cde/dtdocbook/sgml/isolat1.gml
+dt/share/cde/dtdocbook/sgml/isolat2.gml
+dt/share/cde/dtdocbook/sgml/isonum.gml
+dt/share/cde/dtdocbook/sgml/isopub.gml
+dt/share/cde/dtdocbook/sgml/isotech.gml
+dt/share/cde/dtdocbook/sgml/styprolog.sgml
+dt/share/cde/dtdocbook/spec/hardcopy.feature.spec
+dt/share/cde/dtdocbook/spec/mmdb.infolib.spec
+dt/share/cde/dtdocbook/spec/online.feature.spec
+dt/share/cde/dtdocbook/tpt/docbook-to-man.ts
+dt/share/cde/dtdocbook/tpt/docbook.cmap
+dt/share/cde/dtdocbook/tpt/docbook.ts
+dt/share/cde/dtdocbook/tpt/docbook.tss
+dt/share/cde/dtdocbook/tpt/roff.cmap
+dt/share/cde/dtdocbook/tpt/roff.sdata
+dt/share/cde/fontaliases/dtinfo.pcf.gz
+dt/share/cde/fontaliases/fixed.alias
+dt/share/cde/fontaliases/fonts.alias
+dt/share/cde/fontaliases/fonts.dir
+dt/share/cde/fontaliases/mixed.alias
 dt/share/palettes/Alpine.dp
 dt/share/palettes/Arizona.dp
 dt/share/palettes/BeigeRose.dp
@@ -5720,11 +3523,10 @@ 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
-@pkgdir dt/appconfig/appmanager/it_IT.ISO8859-1/System_Admin
-@pkgdir dt/appconfig/appmanager/fr_FR.ISO8859-1/System_Admin
-@pkgdir dt/appconfig/appmanager/es_ES.ISO8859-1/System_Admin
-@pkgdir dt/appconfig/appmanager/de_DE.ISO8859-1/System_Admin
+dt/share/palettes/desc.en_US.UTF-8
+share/doc/cde/CONTRIBUTORS
+share/doc/cde/COPYING
+share/doc/cde/HISTORY
+share/doc/cde/README.md
+share/examples/cde/pam.d/cde.conf
+@pkgdir etc/dt/cde/fontaliases
diff --git a/cde/TODO b/cde/TODO
index 55a6ec5e18..63468ff5e9 100644
--- a/cde/TODO
+++ b/cde/TODO
@@ -1,115 +1,7 @@
-Built on NetBSD-6.1.4-i386 with X11_TYPE=modular and modified x11/motif
-(enable printing support).
-* many hard coded /usr/dt remains (workaround: ln -s /usr/pkg/dt /usr/dt)
-* many hard coded /usr/pkg
-* need to add some entries to /etc/services /etc/inetd.conf and /etc/rpc (How?)
-* installCDE IS DANGER!!!
-  some `cd' may be failed, but not stopped and continue to modify files in
-  current directory, maybe from / and recursively....
-
-followins are original TODO by the first importer:
-======================================================================
-As of 2012-10-03 CDE doesn't build yet. I (Jelle Hermsen) am almost done
-adding most basic NetBSD compatibility. I've made this preliminary pkgsrc
-package.
-
-First off there are two tiny things:
-- during the build of doc it somehow it loses track of imake, probably a path
-  mixup
-- the NetBSD config in config/cf/NetBSD.cf is really old, can be replaced by
-  for example a config from xorg
-
-
-The current patches are generated with mkpatches and consist mostly of
-changes to CSRG_BASED:
-
-I have searched the codebase for occurences of __FreeBSD__ and I'm looking
-to change them to CSRG_BASED where ever this is possible. Here you find a list
-of files I've located and actions I took. I added a + in front of a file
-to indicate that CSRG_BASED applied, a - that I don't think it's the case
-and a * where I'll have to look further into it.
-
-CSRG_BASED
-
-I skipped the ocurrences of utmpx.h, because I haven't looked into the status
-on utmpx in OpenBSD, but it is present in NetBSD -> http://80386.nl/unix/utmpx/
-
-+ I did change an __FreeBSD__ identifier to CSRG_BASED
-- I didn't (so more work has probably to be done on NetBSD compatibility here)
-* Needs more time looking into, but looks replaceable on first glance
-
-+ lib/DtSearch/raima/vista.h
-* lib/DtTerm/TermPrim/TermPrimSetUtmp.c
-- lib/DtWidget/Editor.c -> define iswblank(wc) iswctype((wc),blnkclass), else undef getwc
-+ lib/tt/bin/dbck/options.C -> clear cut if defined(linux) || defined(sgi) || defined(__FreeBSD__)
-+ lib/tt/bin/tt_type_comp/mp_type_comp.C -> clear cut, include <getopt.h>
-+ lib/tt/bin/ttdbserverd/db_server_svc.C -> clear cut, include <getopt.h>
-+ lib/tt/bin/ttsession/mp_server.C -> clear cut, include <getopt.h>
-+ programs/dtappbuilder/src/ab/palette_stubs.c -> clear cut, if !defined(linux) && !defined(__FreeBSD__)
-+ programs/dtappbuilder/src/ab/proj.c -> clear cut, if !defined(linux) && !defined(__FreeBSD__)
-+ programs/dtappbuilder/src/ab/projP_utils.c -> clear cut, if !defined(linux) && !defined(__FreeBSD__)
-+ programs/dtappbuilder/src/ab/proj_utils.c -> clear cut, if !defined(linux) && !defined(__FreeBSD__)
-+ programs/dtappbuilder/src/abmf/write_c.c -> but debatable:
-It seems OpenBSD does have va_copy in stdarg.h, so
-http://www.openbsd.org/cgi-bin/man.cgi?query=va_copy&sektion=3
-__va_copy is a GNU extension, so it seems more sensible to use va_copy instead
-va_copy is a standard C99 feature. Using this would one day have been controversial, 
-but since GCC 3.0 even the GNU coding standards allwo relying on C99 features.
-
-	Line 353:
-	#if defined(__ppc) || defined(linux)  || defined(__OpenBSD__)
-	#define va_start_params() __va_copy(params, va_params)
-	#elif defined(__FreeBSD__)
-	#define va_start_params() va_copy(params, va_params)
-	#else
-	#define va_start_params() (params = va_params)
-	#endif
-
-Clear cut cases:
-+ programs/dtappbuilder/src/libABil/bil_loadfile.c
-+ programs/dtcm/dtcm/cm_i18n.c
-+ programs/dtcm/dtcm/dnd.c
-* programs/dtdocbook/tcl/tclUnixInit.c -> #include <floatingpoint.h>
-+ programs/dtexec/Main.c
-+ programs/dtimsstart/remote.c
-+ programs/dtimsstart/start.c
-+ programs/dtksh/ksh93/src/lib/libast/hash/hashalloc.c
-+ programs/dtksh/ksh93/src/lib/libast/sfio/sfvprintf.c
-- programs/dtlogin/account.c -> utmpx.x ge-includ -l
-
-Still have to do configuration of dtlogin
----
-* programs/dtlogin/config/0060.dtsysenv.src
-* programs/dtlogin/config/Xfailsafe.src
-* programs/dtlogin/config/Xservers.src
-* programs/dtlogin/config/Xsession.src
-* programs/dtlogin/config/Xsetup.src
-* programs/dtlogin/config/Xstartup.src
-* programs/dtlogin/config/_common.ksh.src
----
-
-
-+ programs/dtlogin/dm.c -> utmpx.h not, but I did do ifdef linux || ifdef FreeBSD 
-+ programs/dtlogin/dm.h -> utmpx.h
-- programs/dtlogin/fontpath.c -> utmpx.h
-- programs/dtlogin/session.c -> utmpx.h
-+ programs/dtmail/libDtMail/Common/Session.C -> const char *ip = (const char *) *bp;
-+ programs/dtmail/libDtMail/RFC/RFCBodyPart.C -> const char *ip = (const char *) *bp;
-+ programs/dtprintinfo/libUI/MotifUI/Debug.c
-+ programs/dtprintinfo/objects/PrintObj/ParseJobs.C -> added NetBSD identifier,
-we have lpq in path
-* programs/dtprintinfo/util/Process.C -> ps ax... or ps -el | awk ...
-- programs/dtsearchpath/dtsp/ManSearchPath.C -> manpath has to be added 
-- programs/dtsearchpath/dtsp/SearchPath.h
-+ programs/dtsearchpath/libCliSrv/UnixEnv.C -> manpaths added
-
-+ programs/dtudcexch/exportbdf.c -> union wait => int
-+ programs/dtudcfonted/dtaddcpf/addcpf.c -> union wait => int
-+ programs/dtudcfonted/dtcpftogpf/cpftogpf.c -> union wait => int
-+ programs/dtudcfonted/libfuty/getfname.c -> union wait => int
-+ programs/dtudcfonted/libfuty/oakfuty.c -> union wait => int
-
-
-This package has known vulnerabilities, please investigate and fix if possible:
-  https://lab.mediaservice.net/advisory/2019-01-cde-dtprintinfo.txt
-  CVE-2020-2696
+* Fix building without -std=c99.
+* Address further potential hardcoded assumptions.
+* Make PAM support optional.
+* Add nls build option for supported locales.
+* Fix other PLIST warnings.
+* MESSAGE.NetBSD -> README.NetBSD + README.pkgsrc
+* Testing required.
diff --git a/cde/distinfo b/cde/distinfo
index adbc17030b..a2e8ce2695 100644
--- a/cde/distinfo
+++ b/cde/distinfo
@@ -1,14 +1,9 @@
-$NetBSD: distinfo,v 1.7 2014/07/28 13:56:46 obache Exp $
+$NetBSD$
 
-RMD160 (cde-src-2.2.2.tar.gz) = df07b4c43fcfd0bdb3d3e4b95affbaced948fc94
-SHA512 (cde-src-2.2.2.tar.gz) = 34a43d998e42ad98062bbaf9bb764b4a60bea3e2b50e2f2753c3beb6081a0d0c422a3afd8cc34fdce910e223045b367776ef57439c1e8649ab7f24e27c526a3c
-Size (cde-src-2.2.2.tar.gz) = 60675335 bytes
-SHA1 (patch-lib_DtHelp_HelpXlate.c) = 225d9c31aacb316cc8f1241a60303a4fecd07e02
-SHA1 (patch-programs_dtlogin_dm.c) = 46a4312cac388a4484b6791297eb51fd29053afe
-SHA1 (patch-programs_dtlogin_dm.h) = 6b7aa8a5dcd105a0f07da509e02d6cf64cf16118
-SHA1 (patch-programs_dtmail_libDtMail_Common_Session.C) = 9806e5ed33c05923a72dcae8c86dbd687a8f54cc
-SHA1 (patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C) = c521649e21f8636184ef9e50a453036457e67a6c
-SHA1 (patch-programs_dtpdmd_manager.c) = c8b58c76744499b604d45249925f45746b611838
-SHA1 (patch-programs_dtprintinfo_libUI_MotifUI_Debug.c) = 829d03b1854a8c88fb88f1fcde53f298e5850f1c
-SHA1 (patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C) = 48538d434c9274a24aac5a1793e31d15a4d85f32
-SHA1 (patch-programs_dtsearchpath_libCliSrv_UnixEnv.C) = 6201314f1b092817124b9902632d6f7da9adbcac
+BLAKE2s (cde-2.5.1.tar.gz) = 33d94122ff02dbabc3ea246f2af18b12a3d05b48ade9137c9c6cfd685d1eb3a3
+SHA512 (cde-2.5.1.tar.gz) = cacb9a1df21eb9959886ec2f6816fe99ec585e7264f548a85b03990f0e7fbc2dc6fa440cfe5e9ad29281360c30789c1b9ef3f96e1a711bfd2157064c640e803e
+Size (cde-2.5.1.tar.gz) = 57543245 bytes
+SHA1 (patch-configure.ac) = 7730332dd970729872687757701454dd285a8100
+SHA1 (patch-programs_dtsearchpath_dtappg_Makefile.am) = b0a13e4b1b935c055736daa48302dafc1f9333c4
+SHA1 (patch-programs_dtterm_Makefile.am) = fb54156e1dd1c27a979c6aeb26e1679e1eb07ab6
+SHA1 (patch-programs_fontaliases_Makefile.am) = 97fe75753d788e9a9fa5c22191745f8714fd52ad
diff --git a/cde/files/dtlogin.sh b/cde/files/dtlogin.sh
index 4140b0621a..d3b1c8c524 100644
--- a/cde/files/dtlogin.sh
+++ b/cde/files/dtlogin.sh
@@ -17,4 +17,16 @@ pidfile="@VARBASE@/dt/Xpid"
 extra_commands="reload"
 
 load_rc_config $name
+
+
+start_precmd=dtlogin_prestart
+
+dtlogin_prestart()
+{
+	if ! [ -f "@PREFIX@/etc/X11/Xwrapper.config" ]; then
+			echo "If dtlogin fails to start:"
+			echo "# echo allowed_users=anybody >> @PREFIX@/etc/X11/Xwrapper.config"
+	fi
+}
+
 run_rc_command "$1"
diff --git a/cde/files/startcde.sh b/cde/files/startcde.sh
new file mode 100644
index 0000000000..2f1beaafe1
--- /dev/null
+++ b/cde/files/startcde.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+export PATH=$PATH:@PREFIX@/dt/bin
+export MANPATH=$PATH:@PREFIX@/dt/man
+export LANG=C
+
+if test "x$DISPLAY" = "x"
+then
+  echo "$0: Starting X server"
+  prog=xinit
+else
+  echo "$0: X server already running on display $DISPLAY"
+  prog=ksh93
+fi
+
+
+exec $prog @PREFIX@/dt/bin/Xsession
diff --git a/cde/patches/patch-configure.ac b/cde/patches/patch-configure.ac
new file mode 100644
index 0000000000..3e4b412901
--- /dev/null
+++ b/cde/patches/patch-configure.ac
@@ -0,0 +1,26 @@
+$NetBSD$
+
+Fix hard-coded paths.
+
+--- configure.ac.orig	2022-10-01 17:18:27.000000000 +0000
++++ configure.ac
+@@ -34,7 +34,7 @@ AC_PROG_CC([cc gcc clang])
+ AC_PROG_CXX([c++ g++ clang++])
+ 
+ LT_INIT
+-AC_PREFIX_DEFAULT(/usr/dt)
++AC_PREFIX_DEFAULT(@PREFIX@/dt)
+ 
+ 
+ PKG_PROG_PKG_CONFIG
+@@ -253,8 +253,8 @@ AC_SUBST(CP)
+ 
+ dnl these should be configurable someday...
+ CDE_INSTALLATION_TOP="$ac_default_prefix"
+-CDE_LOGFILES_TOP=/var/dt
+-CDE_CONFIGURATION_TOP=/etc/dt
++CDE_LOGFILES_TOP=@VARBASE@/dt
++CDE_CONFIGURATION_TOP=@PKG_SYSCONFDIR@/dt
+ CDE_USER_TOP=.dt
+ 
+ AC_SUBST(CDE_INSTALLATION_TOP)
diff --git a/cde/patches/patch-lib_DtHelp_HelpXlate.c b/cde/patches/patch-lib_DtHelp_HelpXlate.c
deleted file mode 100644
index 5d39195e7e..0000000000
--- a/cde/patches/patch-lib_DtHelp_HelpXlate.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-lib_DtHelp_HelpXlate.c,v 1.1 2014/07/27 07:44:56 obache Exp $
-
-* <time.h> is required for time(3)
-
---- lib/DtHelp/HelpXlate.c.orig	2014-03-01 22:48:49.000000000 +0000
-+++ lib/DtHelp/HelpXlate.c
-@@ -39,6 +39,7 @@ $END$
- #include <stdlib.h>
- #include <string.h>
- #include <sys/param.h>        /* MAXPATHLEN */
-+#include <time.h>
- 
- /* for Xrm */
- #include <X11/Intrinsic.h>
diff --git a/cde/patches/patch-programs_dtlogin_dm.c b/cde/patches/patch-programs_dtlogin_dm.c
deleted file mode 100644
index 5cecb4f95d..0000000000
--- a/cde/patches/patch-programs_dtlogin_dm.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtlogin_dm.c,v 1.2 2014/07/23 10:07:43 obache Exp $
-
---- programs/dtlogin/dm.c.orig	2012-09-29 12:01:12.000000000 +0000
-+++ programs/dtlogin/dm.c
-@@ -61,7 +61,7 @@
- # include	<time.h>
- # include	<utime.h>
- # include	<pwd.h>
--#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(linux) || defined(CSRG_BASED)
- # include	<stdarg.h>
- #else
- # include	<varargs.h>
diff --git a/cde/patches/patch-programs_dtlogin_dm.h b/cde/patches/patch-programs_dtlogin_dm.h
deleted file mode 100644
index d99ee4a68e..0000000000
--- a/cde/patches/patch-programs_dtlogin_dm.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtlogin_dm.h,v 1.1 2012/10/04 04:57:03 jellehermsen Exp $
-
---- programs/dtlogin/dm.h.orig	2012-09-29 12:02:14.000000000 +0000
-+++ programs/dtlogin/dm.h
-@@ -202,7 +202,7 @@
-  ***************************************************************************/
- 
- /*#if defined(SYSV) && !defined(hpux)*/
--#if defined(SYSV) || defined(SVR4) || defined(linux) || defined(__FreeBSD__)
-+#if defined(SYSV) || defined(SVR4) || defined(linux) || defined(CSRG_BASED)
- #   include	<sys/wait.h>
- # define waitCode(w)	WEXITSTATUS(w)
- # define waitSig(w)	WTERMSIG(w)
diff --git a/cde/patches/patch-programs_dtmail_libDtMail_Common_Session.C b/cde/patches/patch-programs_dtmail_libDtMail_Common_Session.C
deleted file mode 100644
index 5448a1d5e7..0000000000
--- a/cde/patches/patch-programs_dtmail_libDtMail_Common_Session.C
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtmail_libDtMail_Common_Session.C,v 1.2 2014/07/23 10:07:43 obache Exp $
-
---- programs/dtmail/libDtMail/Common/Session.C.orig	2012-09-29 12:05:56.000000000 +0000
-+++ programs/dtmail/libDtMail/Common/Session.C
-@@ -1618,7 +1618,7 @@ char *from_cs, char *to_cs)
-    DtMailEnv error;
-    iconv_t cd;
-    size_t ileft = (size_t) bp_len, oleft = (size_t) bp_len, ret = 0;
--#if defined(_AIX) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(_AIX) || defined(sun) || defined(CSRG_BASED)
-    const char *ip = (const char *) *bp;
- #else
-    char *ip = *bp;
diff --git a/cde/patches/patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C b/cde/patches/patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C
deleted file mode 100644
index 7b3fd74def..0000000000
--- a/cde/patches/patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtmail_libDtMail_RFC_RFCBodyPart.C,v 1.2 2014/07/23 10:07:43 obache Exp $
-
---- programs/dtmail/libDtMail/RFC/RFCBodyPart.C.orig	2012-09-29 12:06:20.000000000 +0000
-+++ programs/dtmail/libDtMail/RFC/RFCBodyPart.C
-@@ -1030,7 +1030,7 @@ char *from_cs, char *to_cs)
-    DtMailEnv error;
-    iconv_t cd;
-    size_t ileft = (size_t) bp_len, oleft = (size_t) bp_len, ret = 0;
--#if defined(_aix) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(_aix) || defined(sun) || defined(CSRG_BASED)
-    const char *ip = (const char *) *bp;
- #else
-    char *ip = *bp;
diff --git a/cde/patches/patch-programs_dtpdmd_manager.c b/cde/patches/patch-programs_dtpdmd_manager.c
deleted file mode 100644
index 80f7942419..0000000000
--- a/cde/patches/patch-programs_dtpdmd_manager.c
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-programs_dtpdmd_manager.c,v 1.1 2014/07/27 07:44:56 obache Exp $
-
-* `now' is used with time(3) 
-
---- programs/dtpdmd/manager.c.orig	2014-03-01 22:48:49.000000000 +0000
-+++ programs/dtpdmd/manager.c
-@@ -642,7 +642,7 @@ void mgr_launch_reply( XpPdmServiceRec *
-     XEvent reply;
-     Status status;
-     FILE   *errlog;
--    long   now;
-+    time_t now;
-     char   *eec;
- 
-     Atom    tmpa;
-@@ -891,7 +891,7 @@ Bool has_exec_token( XpPdmServiceRec *re
- void mgr_shutdown_scan()
- {
-     int        i;
--    long       now;
-+    time_t     now;
-     FILE       *errlog;
-     static int errlog_problem_notice = 0;
-     Bool       shutdown_time;
diff --git a/cde/patches/patch-programs_dtprintinfo_libUI_MotifUI_Debug.c b/cde/patches/patch-programs_dtprintinfo_libUI_MotifUI_Debug.c
deleted file mode 100644
index 27fae780bf..0000000000
--- a/cde/patches/patch-programs_dtprintinfo_libUI_MotifUI_Debug.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtprintinfo_libUI_MotifUI_Debug.c,v 1.2 2014/07/23 10:07:43 obache Exp $
-
---- programs/dtprintinfo/libUI/MotifUI/Debug.c.orig	2014-03-01 22:48:49.000000000 +0000
-+++ programs/dtprintinfo/libUI/MotifUI/Debug.c
-@@ -105,7 +105,7 @@ SysErrorMsg(
-    int n
-    )
- {
--#if !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
-+#if !defined(linux) && !defined(CSRG_BASED)
-     extern char *sys_errlist[];
-     extern int sys_nerr;
- #endif
diff --git a/cde/patches/patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C b/cde/patches/patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C
deleted file mode 100644
index 95e5b4347f..0000000000
--- a/cde/patches/patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtprintinfo_objects_PrintObj_ParseJobs.C,v 1.1 2012/10/04 04:57:03 jellehermsen Exp $
-
---- programs/dtprintinfo/objects/PrintObj/ParseJobs.C.orig	2012-09-29 12:08:10.000000000 +0000
-+++ programs/dtprintinfo/objects/PrintObj/ParseJobs.C
-@@ -870,7 +870,7 @@ void LocalPrintJobs(char *printer, char 
- #if defined(__osf__)
-    sprintf(buf, "lpstat -o%s", printer);
- #endif
--#if defined(linux) || defined(__OpenBSD__)
-+#if defined(linux) || defined(__OpenBSD__) || defined(__NetBSD__)
-    snprintf(buf, 1000, "lpq -P%s", printer);
- #elif defined(__FreeBSD__)
-    snprintf(buf, 1000, "/usr/local/bin/lpq -P%s", printer);
diff --git a/cde/patches/patch-programs_dtsearchpath_dtappg_Makefile.am b/cde/patches/patch-programs_dtsearchpath_dtappg_Makefile.am
new file mode 100644
index 0000000000..a470a61993
--- /dev/null
+++ b/cde/patches/patch-programs_dtsearchpath_dtappg_Makefile.am
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Let pkgsrc handle SPECIAL_PERMS.
+
+--- programs/dtsearchpath/dtappg/Makefile.am.orig	2022-10-01 17:18:27.000000000 +0000
++++ programs/dtsearchpath/dtappg/Makefile.am
+@@ -12,7 +12,3 @@ endif
+ 
+ dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h
+ 
+-# can't use INSTALL here as the program is already installed
+-install-exec-hook:
+-	chown root $(DESTDIR)$(bindir)/dtappgather
+-	chmod 4755 $(DESTDIR)$(bindir)/dtappgather
diff --git a/cde/patches/patch-programs_dtsearchpath_libCliSrv_UnixEnv.C b/cde/patches/patch-programs_dtsearchpath_libCliSrv_UnixEnv.C
deleted file mode 100644
index 7fda4fc8df..0000000000
--- a/cde/patches/patch-programs_dtsearchpath_libCliSrv_UnixEnv.C
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-programs_dtsearchpath_libCliSrv_UnixEnv.C,v 1.2 2014/07/23 10:07:43 obache Exp $
-
---- programs/dtsearchpath/libCliSrv/UnixEnv.C.orig	2014-03-01 22:48:49.000000000 +0000
-+++ programs/dtsearchpath/libCliSrv/UnixEnv.C
-@@ -85,7 +85,7 @@ UnixEnvironment::UnixEnvironment()
- #elif defined(__FreeBSD__)
- 	manpath = "/usr/share/man:/usr/local/man";
- #elif defined(__NetBSD__)
--	manpath = "/usr/share/man:/usr/X11R6/man:/usr/X11R7/man";
-+	manpath = "/usr/share/man:/usr/X11R6/man:/usr/X11R7/man:/usr/local/man:/usr/pkg/man";
- #endif
-     else
- 	manpath = temp;
diff --git a/cde/patches/patch-programs_dtterm_Makefile.am b/cde/patches/patch-programs_dtterm_Makefile.am
new file mode 100644
index 0000000000..e0416855f1
--- /dev/null
+++ b/cde/patches/patch-programs_dtterm_Makefile.am
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Let pkgsrc handle SPECIAL_PERMS.
+
+--- programs/dtterm/Makefile.am.orig	2022-10-01 17:18:27.000000000 +0000
++++ programs/dtterm/Makefile.am
+@@ -47,9 +47,3 @@ dtterm.ti: terminfoChecklist
+ 	$(RM) $@
+ 	CPP="$(GENCPP)" $(SHELL) terminfoCreate < terminfoChecklist > $@
+ 
+-install-exec-hook:
+-if !HAS_UTEMPTER_LIBRARY
+-	chown root $(DESTDIR)$(bindir)/dtterm
+-	chmod 4755 $(DESTDIR)$(bindir)/dtterm
+-endif
+-	@TIC@ dtterm.ti
diff --git a/cde/patches/patch-programs_fontaliases_Makefile.am b/cde/patches/patch-programs_fontaliases_Makefile.am
new file mode 100644
index 0000000000..a62518aad2
--- /dev/null
+++ b/cde/patches/patch-programs_fontaliases_Makefile.am
@@ -0,0 +1,12 @@
+$NetBSD$
+
+Reset fontaliases path.
+
+--- programs/fontaliases/Makefile.am.orig	2022-10-01 17:18:27.000000000 +0000
++++ programs/fontaliases/Makefile.am
+@@ -33,4 +33,4 @@ fonts.dir: dtinfo.pcf.gz
+ 
+ install-data-hook:
+ 	$(MKDIR_P) $(DESTDIR)$(fontaliasesconfdir)
+-	$(CP) $(DESTDIR)$(fontaliasesdatadir)/$(FONTS_ALIAS) $(DESTDIR)$(fontaliasesconfdir)/fonts.alias
++	$(CP) $(DESTDIR)$(fontaliasesdatadir)/$(FONTS_ALIAS) $(DESTDIR)$(fontaliasesdatadir)/fonts.alias



Home | Main Index | Thread Index | Old Index