From gnats@FreeBSD.ORG  Sat Aug 10 07:56:50 2013
Return-Path: <gnats@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 211)
	id 3F8613C6; Sat, 10 Aug 2013 07:56:50 +0000 (UTC)
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 03FA0FAC;
	Fri,  9 Aug 2013 15:32:26 +0000 (UTC)
	(envelope-from thierry@pompo.net)
Received: from mx1b.lautre.net (mx1b.lautre.net [80.67.160.72])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9E72F2EDC;
	Fri,  9 Aug 2013 15:32:23 +0000 (UTC)
Received: from graf.pompo.net (graf.pompo.net [78.225.128.39])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: thierry@pompo.net)
	by mx1b.lautre.net (Postfix) with ESMTPSA id 2AA8E7E0B2;
	Fri,  9 Aug 2013 17:32:16 +0200 (CEST)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id DF54B42D16AA; Fri,  9 Aug 2013 17:32:15 +0200 (CEST)
Message-Id: <20130809153215.DF54B42D16AA@graf.pompo.net>
Date: Fri,  9 Aug 2013 17:32:15 +0200 (CEST)
From: Thierry Thomas <thierry@FreeBSD.org>
Reply-To: Thierry Thomas <thierry@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Michael Reifenberger <mr@FreeBSD.org>
Subject: cad/qcad: resurrect and upgrade to 3.2.0.0
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         181199
>Category:       ports
>Synopsis:       cad/qcad: resurrect and upgrade to 3.2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 08:00:00 UTC 2013
>Closed-Date:    Wed Sep 11 13:04:43 UTC 2013
>Last-Modified:  Wed Sep 11 13:04:43 UTC 2013
>Originator:     Thierry Thomas
>Release:        FreeBSD 9.2-BETA2 i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253984: Tue Aug 6 19:35:52 CEST 2013 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386


	
>Description:
	cad/qcad has been removed, because it used Qt3. So I resurrected
	it by upgrading it to the latest (3.2.0.0), which depends on Qt4.

>How-To-Repeat:
	N/A

>Fix:
	Execute the hereunder shar file.

--- qcad.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cad/qcad
#	cad/qcad/files
#	cad/qcad/files/patch-src_core_RSettings.cpp
#	cad/qcad/files/patch-src_3rdparty_3rdparty.pro
#	cad/qcad/files/patch-src_core_math_RSpline.h
#	cad/qcad/files/patch-src_core_RMetaTypes.h
#	cad/qcad/files/patch-src_core_core.pro
#	cad/qcad/files/patch-src_entity_entity.pro
#	cad/qcad/files/patch-shared_app.pri
#	cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml
#	cad/qcad/files/bbox.in
#	cad/qcad/files/dwg2bmp.in
#	cad/qcad/files/dwg2pdf.in
#	cad/qcad/files/dwg2svg.in
#	cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h
#	cad/qcad/Makefile
#	cad/qcad/distinfo
#	cad/qcad/pkg-descr
#	cad/qcad/pkg-plist
#
echo c - cad/qcad
mkdir -p cad/qcad > /dev/null 2>&1
echo c - cad/qcad/files
mkdir -p cad/qcad/files > /dev/null 2>&1
echo x - cad/qcad/files/patch-src_core_RSettings.cpp
sed 's/^X//' >cad/qcad/files/patch-src_core_RSettings.cpp << '49b438b92de663098606bda20c37ec4d'
X--- ./src/core/RSettings.cpp.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/core/RSettings.cpp	2013-08-09 15:25:25.000000000 +0200
X@@ -92,9 +92,13 @@
X     }
X #endif
X 
X+#ifdef Q_OS_FREEBSD
X+	ret.cd("%%DATADIR%%");
X+#else
X     if (ret.dirName() == "debug" || ret.dirName() == "release") {
X         ret.cdUp();
X     }
X+#endif
X 
X     return ret.path();
X }
49b438b92de663098606bda20c37ec4d
echo x - cad/qcad/files/patch-src_3rdparty_3rdparty.pro
sed 's/^X//' >cad/qcad/files/patch-src_3rdparty_3rdparty.pro << '08723cdc0b2f8f6c01fc0b5bbaaa74af'
X--- ./src/3rdparty/3rdparty.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/3rdparty/3rdparty.pro	2013-08-08 10:03:33.000000000 +0200
X@@ -4,9 +4,8 @@
X     spatialindexnavel \
X     stemmer
X 
X-!r_no_opennurbs {
X-    SUBDIRS += opennurbs
X-}
X+# FreeBSD: prefer opennurbs from a dependent port
X+
X !rs_no_dxf {
X     SUBDIRS += dxflib
X }
08723cdc0b2f8f6c01fc0b5bbaaa74af
echo x - cad/qcad/files/patch-src_core_math_RSpline.h
sed 's/^X//' >cad/qcad/files/patch-src_core_math_RSpline.h << 'd94ef6eb457772909c27db5f07bb0a85'
X--- ./src/core/math/RSpline.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/core/math/RSpline.h	2013-08-08 10:33:54.000000000 +0200
X@@ -30,7 +30,7 @@
X #include "RVector.h"
X 
X #ifndef R_NO_OPENNURBS
X-#include "opennurbs/opennurbs.h"
X+#include <openNURBS/opennurbs.h>
X #endif
X 
X #ifndef RDEFAULT_MIN1
d94ef6eb457772909c27db5f07bb0a85
echo x - cad/qcad/files/patch-src_core_RMetaTypes.h
sed 's/^X//' >cad/qcad/files/patch-src_core_RMetaTypes.h << '1917ae45f4b04b672bf0883d787e3879'
X--- src/core/RMetaTypes.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/core/RMetaTypes.h	2013-08-08 10:41:01.000000000 +0200
X@@ -121,7 +121,7 @@
X Q_DECLARE_METATYPE(unsigned int*)
X Q_DECLARE_METATYPE(qint64*)
X //Q_DECLARE_METATYPE(uint8_t*)
X-#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX
X+#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD
X Q_DECLARE_METATYPE(size_t*)
X #endif
X Q_DECLARE_METATYPE(char*)
1917ae45f4b04b672bf0883d787e3879
echo x - cad/qcad/files/patch-src_core_core.pro
sed 's/^X//' >cad/qcad/files/patch-src_core_core.pro << 'd6dcec344ad3722947fc4e4f3fbc6549'
X--- src/core/core.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/core/core.pro	2013-08-08 11:01:42.000000000 +0200
X@@ -232,7 +232,7 @@
X OTHER_FILES += core.dox math/math.dox
X DEFINES += QCADCORE_LIBRARY
X 
X-LIBS += -lzlib -lopennurbs
X+LIBS += -lz -lopenNURBS
X 
X win32 {
X     LIBS += -lRpcrt4 -lAdvapi32
d6dcec344ad3722947fc4e4f3fbc6549
echo x - cad/qcad/files/patch-src_entity_entity.pro
sed 's/^X//' >cad/qcad/files/patch-src_entity_entity.pro << 'b8dac827ebb69f793a9a27606b28d7ed'
X--- src/entity/entity.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/entity/entity.pro	2013-08-08 11:29:12.000000000 +0200
X@@ -91,7 +91,7 @@
X TARGET = $${NAME}
X OTHER_FILES += entity.dox
X DEFINES += QCADENTITY_LIBRARY
X-LIBS += -lqcadcore -lopennurbs
X+LIBS += -lqcadcore -lopenNURBS
X !win32 {
X     include( ../../shared_ts.pri )
X }
b8dac827ebb69f793a9a27606b28d7ed
echo x - cad/qcad/files/patch-shared_app.pri
sed 's/^X//' >cad/qcad/files/patch-shared_app.pri << '0b89ed1566a58fbe2ce6f39fca9f878f'
X--- shared_app.pri.orig	2013-08-06 17:32:09.000000000 +0200
X+++ shared_app.pri	2013-08-08 15:33:45.000000000 +0200
X@@ -15,8 +15,8 @@
X 
X !r_no_opennurbs {
X     LIBS += \
X-        -lopennurbs \
X-        -lzlib
X+        -lopenNURBS \
X+        -lz
X }
X 
X win32 {
X@@ -40,6 +40,10 @@
X     LIBS += -lGLU
X }
X 
X+freebsd-g++ {
X+    LIBS += -lGLU -lexecinfo
X+}
X+
X macx {
X     QMAKE_LFLAGS += -framework ApplicationServices
X     LIBS += \
0b89ed1566a58fbe2ce6f39fca9f878f
echo x - cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml
sed 's/^X//' >cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml << '4defb8b435829571e559fd5d18a27a19'
X--- support/ecmagenerator/src/srcml/RSpline.srcml.orig	2013-08-06 17:32:09.000000000 +0200
X+++ support/ecmagenerator/src/srcml/RSpline.srcml	2013-08-08 13:55:08.000000000 +0200
X@@ -46,7 +46,7 @@
X   <name>R_NO_OPENNURBS</name></cpp:ifndef>
X   <cpp:include>#
X   <cpp:directive>include</cpp:directive>
X-  <cpp:file>"opennurbs/opennurbs.h"</cpp:file></cpp:include>
X+  <cpp:file>"openNURBS/opennurbs.h"</cpp:file></cpp:include>
X   <cpp:endif>#
X   <cpp:directive>endif</cpp:directive></cpp:endif>
X   <cpp:ifndef>#
4defb8b435829571e559fd5d18a27a19
echo x - cad/qcad/files/bbox.in
sed 's/^X//' >cad/qcad/files/bbox.in << '2146ab83c8718be7c1f496ef4d02a3bf'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/BoundingBox/BoundingBox.js "$0" "$@"
2146ab83c8718be7c1f496ef4d02a3bf
echo x - cad/qcad/files/dwg2bmp.in
sed 's/^X//' >cad/qcad/files/dwg2bmp.in << '7e870d2d69c20fcec498727468c0a974'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Bmp/Dwg2Bmp.js "$0" "$@"
7e870d2d69c20fcec498727468c0a974
echo x - cad/qcad/files/dwg2pdf.in
sed 's/^X//' >cad/qcad/files/dwg2pdf.in << 'd9281a9c4298c75ec54d1e6a707fe069'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Pdf/Dwg2Pdf.js "$0" "$@"
d9281a9c4298c75ec54d1e6a707fe069
echo x - cad/qcad/files/dwg2svg.in
sed 's/^X//' >cad/qcad/files/dwg2svg.in << '6a506e9fec2d941a2a7257b9d1c2ca62'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Svg/Dwg2Svg.js "$0" "$@"
6a506e9fec2d941a2a7257b9d1c2ca62
echo x - cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h
sed 's/^X//' >cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h << 'e7de39e84ced34971449022906a78243'
X--- ./src/3rdparty/opennurbs/opennurbs_system.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/3rdparty/opennurbs/opennurbs_system.h	2013-08-08 09:57:07.000000000 +0200
X@@ -187,8 +187,6 @@
X #include <memory.h>
X #if defined(ON_COMPILER_XCODE)
X #include <malloc/malloc.h>
X-#else
X-#include <malloc.h>
X #endif
X #include <string.h>
X #include <math.h>
e7de39e84ced34971449022906a78243
echo x - cad/qcad/Makefile
sed 's/^X//' >cad/qcad/Makefile << '7b3b03ca77a53cdbb5782441edfaf50f'
X# Created by: Thomas Gellekum <tg@FreeBSD.org>
X# $FreeBSD$
X
XPORTNAME=	qcad
XPORTVERSION=	3.2.0.0
XCATEGORIES=	cad
XMASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/	\
X		https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
XDISTNAME=	v${PORTVERSION}
XDIST_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	mr@FreeBSD.org
XCOMMENT=	Professional CAD system
X
XLICENSE=	GPLv3
X
XBUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash	\
X		qmake:${PORTSDIR}/devel/qmake	\
X		${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
XLIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
X
XFETCH_ARGS=	-Fpr
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XMAKE_JOBS_UNSAFE=yes
X
XUSES=		gmake
XUSE_LDCONFIG=	yes
XUSE_QT4=	qmake codecs-cn codecs-jp codecs-kr codecs-tw corelib dbus	\
X		designer gui help imageformats network opengl script scripttools\
X		sql svg xml xmlpatterns webkit
X
XDESKTOP_ENTRIES="${PORTNAME:U}"	\
X		"A free application for computer aided drafting in two dimensions"\
X		"${DATADIR}/scripts/qcad_icon.png"	\
X		"${PREFIX}/bin/qcad-bin"	\
X		"Engineering;"	\
X		""
X
X.if defined(WITH_DEBUG)
XRESDIR=		${WRKSRC}/debug
X.else
XRESDIR=		${WRKSRC}/release
X.endif
X
XSHRLIBS=	qcadcore qcadecmaapi qcadentity qcadgrid qcadgui qcadoperations	\
X		qcadsnap qcadspatialindex qcadstemmer spatialindexnavel
XSTALIBS=	dxflib stemmer
XSHRDIR=		fonts libraries patterns plugins scripts ts
XQSCRIPTS=	bbox dwg2bmp dwg2pdf dwg2svg
XSUB_FILES=	${QSCRIPTS}
X
Xpre-configure:
X	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
X		${WRKSRC}/src/core/RSettings.cpp
X
Xdo-configure:
X	cd ${WRKSRC} && ${QMAKE} -r
X
Xdo-install:
X	${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${PREFIX}/bin/
X	${LN} -sf ${PREFIX}/bin/qcad-bin ${PREFIX}/bin/qcad
X.for prog in ${QSCRIPTS}
X	${INSTALL_SCRIPT} ${WRKDIR}/${prog} ${PREFIX}/bin
X.endfor
X.for lib in ${SHRLIBS:C|^|lib|:C|$|.so|}
X	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/${lib}.0
X	${LN} -sf ${PREFIX}/lib/${lib}.0 ${PREFIX}/lib/${lib}
X.endfor
X.for lib in ${STALIBS:C|^|lib|:C|$|.a|}
X	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/
X.endfor
X	${MKDIR} ${DATADIR}
X.for dir in ${SHRDIR}
X	${CP} -Rp ${WRKSRC}/${dir} ${DATADIR}/
X.endfor
X	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
7b3b03ca77a53cdbb5782441edfaf50f
echo x - cad/qcad/distinfo
sed 's/^X//' >cad/qcad/distinfo << 'eec2fc7dd937db3e2884dbc6eb2a8aaa'
XSHA256 (qcad/v3.2.0.0.tar.gz) = 2308bfb9cdc4a984744980da8d36f4db136cdb2988503b802739624f58a20d47
XSIZE (qcad/v3.2.0.0.tar.gz) = 17503422
eec2fc7dd937db3e2884dbc6eb2a8aaa
echo x - cad/qcad/pkg-descr
sed 's/^X//' >cad/qcad/pkg-descr << '02f85df8577cef09f152fc47239cb387'
XWhat Is QCad?
X
X   QCad is a professional CAD System. With QCad you can easily construct
X   and change drawings with ISO-texts and many other features and save
X   them as DXF-files. These DXF-files are the interface to many
X   CAD-systems such as AutoCAD (c) and many others.
X
XWhat is QCad not?
X
X   QCad is no designer tool. That means you can not create any filled
X   shapes nor any crazy freehand forms. Also you can not drag and drop
X   the objects in the drawing with the mouse.
X
XIf you find any bugs, send a report to bugs@qcad.org.
X
XWWW: http://www.ribbonsoft.com/qcad.html
02f85df8577cef09f152fc47239cb387
echo x - cad/qcad/pkg-plist
sed 's/^X//' >cad/qcad/pkg-plist << 'ff5d28f6a16534f7c21f58c2f2a17555'
Xbin/bbox
Xbin/dwg2bmp
Xbin/dwg2pdf
Xbin/dwg2svg
Xbin/qcad
Xbin/qcad-bin
Xlib/libdxflib.a
Xlib/libqcadcore.so
Xlib/libqcadcore.so.0
Xlib/libqcadecmaapi.so
Xlib/libqcadecmaapi.so.0
Xlib/libqcadentity.so
Xlib/libqcadentity.so.0
Xlib/libqcadgrid.so
Xlib/libqcadgrid.so.0
Xlib/libqcadgui.so
Xlib/libqcadgui.so.0
Xlib/libqcadoperations.so
Xlib/libqcadoperations.so.0
Xlib/libqcadsnap.so
Xlib/libqcadsnap.so.0
Xlib/libqcadspatialindex.so
Xlib/libqcadspatialindex.so.0
Xlib/libqcadstemmer.so
Xlib/libqcadstemmer.so.0
Xlib/libspatialindexnavel.so
Xlib/libspatialindexnavel.so.0
Xlib/libstemmer.a
X%%DATADIR%%/fonts/CourierCad.cxf
X%%DATADIR%%/fonts/Cursive.cxf
X%%DATADIR%%/fonts/Cyrillic_II.cxf
X%%DATADIR%%/fonts/GothGBT.cxf
X%%DATADIR%%/fonts/GothGRT.cxf
X%%DATADIR%%/fonts/GothITT.cxf
X%%DATADIR%%/fonts/GreekC.cxf
X%%DATADIR%%/fonts/GreekCS.cxf
X%%DATADIR%%/fonts/GreekP.cxf
X%%DATADIR%%/fonts/GreekS.cxf
X%%DATADIR%%/fonts/GreekS_OL.cxf
X%%DATADIR%%/fonts/Greek_OL.cxf
X%%DATADIR%%/fonts/ISO8859-11.cxf
X%%DATADIR%%/fonts/ItalicC.cxf
X%%DATADIR%%/fonts/ItalicCS.cxf
X%%DATADIR%%/fonts/ItalicT.cxf
X%%DATADIR%%/fonts/KochiGothic_with_ties.cxf
X%%DATADIR%%/fonts/KochiMincho.cxf
X%%DATADIR%%/fonts/Kochigothic.cxf
X%%DATADIR%%/fonts/NormalLatin2.cxf
X%%DATADIR%%/fonts/RomanC.cxf
X%%DATADIR%%/fonts/RomanCS.cxf
X%%DATADIR%%/fonts/RomanD.cxf
X%%DATADIR%%/fonts/RomanP.cxf
X%%DATADIR%%/fonts/RomanS.cxf
X%%DATADIR%%/fonts/RomanS2.cxf
X%%DATADIR%%/fonts/RomanT.cxf
X%%DATADIR%%/fonts/SansND.cxf
X%%DATADIR%%/fonts/SansNS.cxf
X%%DATADIR%%/fonts/ScriptC.cxf
X%%DATADIR%%/fonts/ScriptS.cxf
X%%DATADIR%%/fonts/Standard.cxf
X%%DATADIR%%/fonts/SymbolCad.cxf
X%%DATADIR%%/fonts/Symbol_Astro.cxf
X%%DATADIR%%/fonts/Symbol_Misc1.cxf
X%%DATADIR%%/fonts/Symbol_Misc2.cxf
X%%DATADIR%%/fonts/Unicode.cxf
X%%DATADIR%%/fonts/hershey.readme
X%%DATADIR%%/libraries/default/Architecture/_META/meta.rdf
X%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.dxf
X%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.rdf
X%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.dxf
X%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.rdf
X%%DATADIR%%/libraries/default/Architecture/desk.dxf
X%%DATADIR%%/libraries/default/Architecture/desk.rdf
X%%DATADIR%%/libraries/default/Architecture/sink.dxf
X%%DATADIR%%/libraries/default/Architecture/sink.rdf
X%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.js
X%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.ui
X%%DATADIR%%/libraries/default/Examples/DiningTable.js
X%%DATADIR%%/libraries/default/Examples/DiningTable.rdf
X%%DATADIR%%/libraries/default/Examples/DiningTable.ui
X%%DATADIR%%/libraries/default/Examples/MyRectangle.js
X%%DATADIR%%/libraries/default/Examples/MyRectangle.ui
X%%DATADIR%%/libraries/default/Examples/screw.dxf
X%%DATADIR%%/libraries/default/Examples/screw.rdf
X%%DATADIR%%/libraries/default/Hydraulics/2-2valve.dxf
X%%DATADIR%%/libraries/default/Hydraulics/2-2valve.rdf
X%%DATADIR%%/libraries/default/Hydraulics/3-2valve.dxf
X%%DATADIR%%/libraries/default/Hydraulics/3-2valve.rdf
X%%DATADIR%%/libraries/default/Hydraulics/_META/meta.rdf
X%%DATADIR%%/libraries/default/Hydraulics/cylinder.dxf
X%%DATADIR%%/libraries/default/Hydraulics/cylinder.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_c.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_c.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/_META/meta.rdf
X%%DATADIR%%/libraries/default/Symbols/_META/meta.rdf
X%%DATADIR%%/libraries/default/Symbols/fragile.rdf
X%%DATADIR%%/libraries/default/Symbols/fragile.svg
X%%DATADIR%%/libraries/default/Symbols/idea.rdf
X%%DATADIR%%/libraries/default/Symbols/idea.svg
X%%DATADIR%%/libraries/default/Symbols/protractor.rdf
X%%DATADIR%%/libraries/default/Symbols/protractor.svg
X%%DATADIR%%/libraries/default/Symbols/ruler.rdf
X%%DATADIR%%/libraries/default/Symbols/ruler.svg
X%%DATADIR%%/libraries/default/Symbols/windmill.rdf
X%%DATADIR%%/libraries/default/Symbols/windmill.svg
X%%DATADIR%%/libraries/default/_META/meta.rdf
X%%DATADIR%%/libraries/default/misc/5 title.dxf
X%%DATADIR%%/libraries/default/misc/Bath plan.dxf
X%%DATADIR%%/libraries/default/misc/Window 900.dxf
X%%DATADIR%%/libraries/default/misc/rect.dxf
X%%DATADIR%%/libraries/default/misc/~Window 900.dxf
X%%DATADIR%%/libraries/templates/_META/meta.rdf
X%%DATADIR%%/libraries/templates/empty.dxf
X%%DATADIR%%/libraries/templates/imperial/_META/meta.rdf
X%%DATADIR%%/libraries/templates/imperial/din_a3_foot_landscape.dwg
X%%DATADIR%%/libraries/templates/imperial/din_a3_inch_landscape.dwg
X%%DATADIR%%/libraries/templates/imperial/din_a3_inch_portrait.dwg
X%%DATADIR%%/libraries/templates/metric/_META/meta.rdf
X%%DATADIR%%/libraries/templates/metric/aec_layers.dxf
X%%DATADIR%%/libraries/templates/metric/aec_layers.rdf
X%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape_bw.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_mm_landscape.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_mm_portrait.dwg
X%%DATADIR%%/libraries/templates/metric/din_a4.dxf
X%%DATADIR%%/libraries/templates/metric/din_a4_landscape.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.rdf
X%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.dxf
X%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.rdf
X%%DATADIR%%/patterns/imperial/acad_iso02w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso03w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso04w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso05w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso06w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso07w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso08w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso09w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso10w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso11w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso12w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso13w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso14w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso15w100.pat
X%%DATADIR%%/patterns/imperial/angle.pat
X%%DATADIR%%/patterns/imperial/ansi31.pat
X%%DATADIR%%/patterns/imperial/ansi32.pat
X%%DATADIR%%/patterns/imperial/ansi33.pat
X%%DATADIR%%/patterns/imperial/ansi34.pat
X%%DATADIR%%/patterns/imperial/ansi35.pat
X%%DATADIR%%/patterns/imperial/ansi36.pat
X%%DATADIR%%/patterns/imperial/ansi37.pat
X%%DATADIR%%/patterns/imperial/ansi38.pat
X%%DATADIR%%/patterns/imperial/ar-b816.pat
X%%DATADIR%%/patterns/imperial/ar-b816c.pat
X%%DATADIR%%/patterns/imperial/ar-b88.pat
X%%DATADIR%%/patterns/imperial/ar-brelm.pat
X%%DATADIR%%/patterns/imperial/ar-brstd.pat
X%%DATADIR%%/patterns/imperial/ar-conc.pat
X%%DATADIR%%/patterns/imperial/ar-hbone.pat
X%%DATADIR%%/patterns/imperial/ar-parq1.pat
X%%DATADIR%%/patterns/imperial/ar-rroof.pat
X%%DATADIR%%/patterns/imperial/ar-rshke.pat
X%%DATADIR%%/patterns/imperial/ar-sand.pat
X%%DATADIR%%/patterns/imperial/box.pat
X%%DATADIR%%/patterns/imperial/brass.pat
X%%DATADIR%%/patterns/imperial/brick.pat
X%%DATADIR%%/patterns/imperial/brstone.pat
X%%DATADIR%%/patterns/imperial/clay.pat
X%%DATADIR%%/patterns/imperial/cork.pat
X%%DATADIR%%/patterns/imperial/cross.pat
X%%DATADIR%%/patterns/imperial/dash.pat
X%%DATADIR%%/patterns/imperial/dolmit.pat
X%%DATADIR%%/patterns/imperial/dots.pat
X%%DATADIR%%/patterns/imperial/earth.pat
X%%DATADIR%%/patterns/imperial/escher.pat
X%%DATADIR%%/patterns/imperial/flex.pat
X%%DATADIR%%/patterns/imperial/grass.pat
X%%DATADIR%%/patterns/imperial/grate.pat
X%%DATADIR%%/patterns/imperial/gravel.pat
X%%DATADIR%%/patterns/imperial/hex.pat
X%%DATADIR%%/patterns/imperial/honey.pat
X%%DATADIR%%/patterns/imperial/hound.pat
X%%DATADIR%%/patterns/imperial/insul.pat
X%%DATADIR%%/patterns/imperial/line.pat
X%%DATADIR%%/patterns/imperial/mudst.pat
X%%DATADIR%%/patterns/imperial/net.pat
X%%DATADIR%%/patterns/imperial/net3.pat
X%%DATADIR%%/patterns/imperial/plast.pat
X%%DATADIR%%/patterns/imperial/plasti.pat
X%%DATADIR%%/patterns/imperial/sacncr.pat
X%%DATADIR%%/patterns/imperial/square.pat
X%%DATADIR%%/patterns/imperial/stars.pat
X%%DATADIR%%/patterns/imperial/steel.pat
X%%DATADIR%%/patterns/imperial/swamp.pat
X%%DATADIR%%/patterns/imperial/trans.pat
X%%DATADIR%%/patterns/imperial/triang.pat
X%%DATADIR%%/patterns/imperial/zigzag.pat
X%%DATADIR%%/patterns/metric/acad_iso02w100.pat
X%%DATADIR%%/patterns/metric/acad_iso03w100.pat
X%%DATADIR%%/patterns/metric/acad_iso04w100.pat
X%%DATADIR%%/patterns/metric/acad_iso05w100.pat
X%%DATADIR%%/patterns/metric/acad_iso06w100.pat
X%%DATADIR%%/patterns/metric/acad_iso07w100.pat
X%%DATADIR%%/patterns/metric/acad_iso08w100.pat
X%%DATADIR%%/patterns/metric/acad_iso09w100.pat
X%%DATADIR%%/patterns/metric/acad_iso10w100.pat
X%%DATADIR%%/patterns/metric/acad_iso11w100.pat
X%%DATADIR%%/patterns/metric/acad_iso12w100.pat
X%%DATADIR%%/patterns/metric/acad_iso13w100.pat
X%%DATADIR%%/patterns/metric/acad_iso14w100.pat
X%%DATADIR%%/patterns/metric/acad_iso15w100.pat
X%%DATADIR%%/patterns/metric/angle.pat
X%%DATADIR%%/patterns/metric/ansi31.pat
X%%DATADIR%%/patterns/metric/ansi32.pat
X%%DATADIR%%/patterns/metric/ansi33.pat
X%%DATADIR%%/patterns/metric/ansi34.pat
X%%DATADIR%%/patterns/metric/ansi35.pat
X%%DATADIR%%/patterns/metric/ansi36.pat
X%%DATADIR%%/patterns/metric/ansi37.pat
X%%DATADIR%%/patterns/metric/ansi38.pat
X%%DATADIR%%/patterns/metric/ar-b816.pat
X%%DATADIR%%/patterns/metric/ar-b816c.pat
X%%DATADIR%%/patterns/metric/ar-b88.pat
X%%DATADIR%%/patterns/metric/ar-brelm.pat
X%%DATADIR%%/patterns/metric/ar-brstd.pat
X%%DATADIR%%/patterns/metric/ar-conc.pat
X%%DATADIR%%/patterns/metric/ar-hbone.pat
X%%DATADIR%%/patterns/metric/ar-parq1.pat
X%%DATADIR%%/patterns/metric/ar-rroof.pat
X%%DATADIR%%/patterns/metric/ar-rshke.pat
X%%DATADIR%%/patterns/metric/ar-sand.pat
X%%DATADIR%%/patterns/metric/box.pat
X%%DATADIR%%/patterns/metric/brass.pat
X%%DATADIR%%/patterns/metric/brick.pat
X%%DATADIR%%/patterns/metric/brstone.pat
X%%DATADIR%%/patterns/metric/clay.pat
X%%DATADIR%%/patterns/metric/cork.pat
X%%DATADIR%%/patterns/metric/cross.pat
X%%DATADIR%%/patterns/metric/dash.pat
X%%DATADIR%%/patterns/metric/dolmit.pat
X%%DATADIR%%/patterns/metric/dots.pat
X%%DATADIR%%/patterns/metric/earth.pat
X%%DATADIR%%/patterns/metric/escher.pat
X%%DATADIR%%/patterns/metric/flex.pat
X%%DATADIR%%/patterns/metric/grass.pat
X%%DATADIR%%/patterns/metric/grate.pat
X%%DATADIR%%/patterns/metric/gravel.pat
X%%DATADIR%%/patterns/metric/hex.pat
X%%DATADIR%%/patterns/metric/honey.pat
X%%DATADIR%%/patterns/metric/hound.pat
X%%DATADIR%%/patterns/metric/insul.pat
X%%DATADIR%%/patterns/metric/jis_lc_20.pat
X%%DATADIR%%/patterns/metric/jis_lc_20a.pat
X%%DATADIR%%/patterns/metric/jis_lc_8.pat
X%%DATADIR%%/patterns/metric/jis_lc_8a.pat
X%%DATADIR%%/patterns/metric/jis_rc_10.pat
X%%DATADIR%%/patterns/metric/jis_rc_15.pat
X%%DATADIR%%/patterns/metric/jis_rc_18.pat
X%%DATADIR%%/patterns/metric/jis_rc_30.pat
X%%DATADIR%%/patterns/metric/jis_stn_1e.pat
X%%DATADIR%%/patterns/metric/jis_stn_2.5.pat
X%%DATADIR%%/patterns/metric/jis_wood.pat
X%%DATADIR%%/patterns/metric/line.pat
X%%DATADIR%%/patterns/metric/mudst.pat
X%%DATADIR%%/patterns/metric/net.pat
X%%DATADIR%%/patterns/metric/net3.pat
X%%DATADIR%%/patterns/metric/plast.pat
X%%DATADIR%%/patterns/metric/plasti.pat
X%%DATADIR%%/patterns/metric/sacncr.pat
X%%DATADIR%%/patterns/metric/square.pat
X%%DATADIR%%/patterns/metric/stars.pat
X%%DATADIR%%/patterns/metric/steel.pat
X%%DATADIR%%/patterns/metric/swamp.pat
X%%DATADIR%%/patterns/metric/trans.pat
X%%DATADIR%%/patterns/metric/triang.pat
X%%DATADIR%%/patterns/metric/zigzag.pat
X%%DATADIR%%/plugins/codecs/libqcncodecs.so
X%%DATADIR%%/plugins/codecs/libqjpcodecs.so
X%%DATADIR%%/plugins/codecs/libqkrcodecs.so
X%%DATADIR%%/plugins/codecs/libqtwcodecs.so
X%%DATADIR%%/plugins/codecs/readme.txt
X%%DATADIR%%/plugins/designer/libqcadcustomwidgets.so
X%%DATADIR%%/plugins/designer/libqcadcustomwidgets_debug.so
X%%DATADIR%%/plugins/designer/libqwebview.so
X%%DATADIR%%/plugins/designer/readme.txt
X%%DATADIR%%/plugins/imageformats/libqgif.so
X%%DATADIR%%/plugins/imageformats/libqico.so
X%%DATADIR%%/plugins/imageformats/libqjpeg.so
X%%DATADIR%%/plugins/imageformats/libqmng.so
X%%DATADIR%%/plugins/imageformats/libqsvg.so
X%%DATADIR%%/plugins/imageformats/libqtga.so
X%%DATADIR%%/plugins/imageformats/libqtiff.so
X%%DATADIR%%/plugins/imageformats/readme.txt
X%%DATADIR%%/plugins/libqcaddxf.so
X%%DATADIR%%/plugins/libqcaddxf_debug.so
X%%DATADIR%%/plugins/libqcadexample.so
X%%DATADIR%%/plugins/libqcadexample_debug.so
X%%DATADIR%%/plugins/script/libqtscript_core.so
X%%DATADIR%%/plugins/script/libqtscript_core.so.1
X%%DATADIR%%/plugins/script/libqtscript_core.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_core.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_gui.so
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_network.so
X%%DATADIR%%/plugins/script/libqtscript_network.so.1
X%%DATADIR%%/plugins/script/libqtscript_network.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_network.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_opengl.so
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_sql.so
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_svg.so
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_uitools.so
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_webkit.so
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_xml.so
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0.0
X%%DATADIR%%/plugins/script/readme.txt
X%%DATADIR%%/plugins/sqldrivers/libqsqlite.so
X%%DATADIR%%/plugins/sqldrivers/readme.txt
X%%DATADIR%%/scripts/.gitignore
X%%DATADIR%%/scripts/AddOn.js
X%%DATADIR%%/scripts/Apollonius.js
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.js
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.pro
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.svg
X%%DATADIR%%/scripts/Block/AddBlock/AddBlockInit.js
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_de.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_de.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_en.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_es.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_it.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_en.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_es.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_fr.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_it.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_ja.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_pt.html
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.ts
X%%DATADIR%%/scripts/Block/Block.js
X%%DATADIR%%/scripts/Block/Block.pro
X%%DATADIR%%/scripts/Block/BlockDialog.js
X%%DATADIR%%/scripts/Block/BlockDialog.ui
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlockInit.js
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.js
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.pro
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.svg
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItemInit.js
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_es.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_fr.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_it.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_pt.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.js
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg
X%%DATADIR%%/scripts/Block/EditBlock/EditBlockInit.js
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_de.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_de.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_en.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_es.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_it.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_en.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_es.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_fr.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_it.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_ja.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_pt.html
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.ts
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.js
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.pro
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.svg
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReferenceInit.js
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_es.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_fr.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_it.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_pt.html
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.js
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.pro
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.svg
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawingInit.js
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_de.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_de.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_en.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_es.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_fr.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_it.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_ja.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_pt.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_en.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_es.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_fr.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_it.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_ja.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_pt.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.js
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.pro
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.svg
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocksInit.js
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_de.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_de.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_en.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_es.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_fr.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_it.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_ja.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_pt.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_en.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_es.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_fr.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_it.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_ja.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_pt.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.ts
X%%DATADIR%%/scripts/Block/InsertBlock/FlipHorizontal.svg
X%%DATADIR%%/scripts/Block/InsertBlock/FlipVertical.svg
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.js
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.pro
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.svg
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.ui
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlockInit.js
X%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlockInit.js
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_de.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_de.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_en.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_es.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_it.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_en.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_es.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_fr.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_it.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_ja.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_pt.html
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_de.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_de.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_es.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_es.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_fr.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_fr.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_it.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_it.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_ja.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_ja.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pl.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pl.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pt.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pt.ts
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.js
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.pro
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.svg
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlockInit.js
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_de.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_de.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_en.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_es.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_it.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_en.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_es.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_fr.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_it.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_ja.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_pt.html
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_de.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_de.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_es.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_es.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_fr.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_fr.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_it.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_it.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_ja.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_ja.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.js
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocksInit.js
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_de.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_de.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_en.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_es.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_fr.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_it.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_ja.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_pt.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_en.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_es.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_fr.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_it.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_ja.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_pt.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_de.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_de.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_es.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_es.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_fr.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_fr.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_it.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_it.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_ja.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_ja.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pl.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pl.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pt.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pt.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.js
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.pro
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.svg
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibilityInit.js
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_de.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_de.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_en.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_es.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_fr.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_it.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_ja.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_pt.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_en.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_es.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_fr.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_it.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_ja.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_pt.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_de.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_de.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_es.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_es.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_fr.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_fr.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_it.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_it.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_ja.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_ja.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pl.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pl.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pt.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pt.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_de.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_es.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_fr.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_it.ts
X%%DATADIR%%/scripts/Block/doc/Block_de.html
X%%DATADIR%%/scripts/Block/doc/Block_en.html
X%%DATADIR%%/scripts/Block/doc/Block_es.html
X%%DATADIR%%/scripts/Block/doc/Block_fr.html
X%%DATADIR%%/scripts/Block/doc/Block_it.html
X%%DATADIR%%/scripts/Block/doc/Block_ja.html
X%%DATADIR%%/scripts/Block/doc/Block_pt.html
X%%DATADIR%%/scripts/Block/ts/Block_de.qm
X%%DATADIR%%/scripts/Block/ts/Block_de.ts
X%%DATADIR%%/scripts/Block/ts/Block_es.qm
X%%DATADIR%%/scripts/Block/ts/Block_es.ts
X%%DATADIR%%/scripts/Block/ts/Block_fr.qm
X%%DATADIR%%/scripts/Block/ts/Block_fr.ts
X%%DATADIR%%/scripts/Block/ts/Block_it.qm
X%%DATADIR%%/scripts/Block/ts/Block_it.ts
X%%DATADIR%%/scripts/Block/ts/Block_ja.qm
X%%DATADIR%%/scripts/Block/ts/Block_ja.ts
X%%DATADIR%%/scripts/Block/ts/Block_pl.qm
X%%DATADIR%%/scripts/Block/ts/Block_pl.ts
X%%DATADIR%%/scripts/Block/ts/Block_pt.qm
X%%DATADIR%%/scripts/Block/ts/Block_pt.ts
X%%DATADIR%%/scripts/Block/ts/ts.pro
X%%DATADIR%%/scripts/CrosshairCursor.png
X%%DATADIR%%/scripts/CrosshairCursorMask.png
X%%DATADIR%%/scripts/DbConnection.js
X%%DATADIR%%/scripts/DefaultAction.js
X%%DATADIR%%/scripts/Draw/Arc/Arc.js
X%%DATADIR%%/scripts/Draw/Arc/Arc.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.ui
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PAInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/Arc2PATest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/required/Arc2PATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.ui
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PRInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Solution1.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Solution2.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/Arc2PRTest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/required/Arc2PRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3PInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/Arc3PTest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/required/Arc3PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPAInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/ArcCPATest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/required/ArcCPATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentricInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/ArcConcentricTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/required/ArcConcentricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThroughInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/ArcConcentricThroughTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/required/ArcConcentricThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangentialInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/ArcTangentialTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/required/ArcTangentialTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_de.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_en.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_es.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_it.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle.js
X%%DATADIR%%/scripts/Draw/Circle/Circle.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2PInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/Circle2PTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/required/Circle2PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.ui
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PRInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Solution1.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Solution2.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/Circle2PRTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/required/Circle2PRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TPInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.ui
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TRInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3PInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/Circle3PTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/required/Circle3PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3TInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCPInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/CircleCPTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/required/CircleCPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCRInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/CircleCRTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/required/CircleCRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentricInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/CircleConcentricTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/required/CircleConcentricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThroughInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/CircleConcentricThroughTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/required/CircleConcentricThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.js
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2PInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_de.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_en.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_es.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_fr.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_it.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_ja.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_pt.html
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_de.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_de.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_es.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_es.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_it.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_it.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAlignedInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/DimAlignedTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/required/DimAlignedTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngularInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/DimAngularTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/required/DimAngularTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametricInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/DimDiametricTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/required/DimDiametricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontalInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/DimHorizontalTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/required/DimHorizontalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinateInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/DimOrdinateTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/required/DimOrdinateTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadialInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/DimRadialTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/required/DimRadialTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegenInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.ui
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotatedInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/DimRotatedTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/required/DimRotatedTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVerticalInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/DimVerticalTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/required/DimVerticalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.js
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.pro
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.svg
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.ui
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.pro
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.ui
X%%DATADIR%%/scripts/Draw/Dimension/Leader/LeaderInit.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/LeaderTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/required/LeaderTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Leader/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/LowerTolerance.svg
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing00.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing01.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing02.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing03.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/floor_plan.dxf
X%%DATADIR%%/scripts/Draw/Dimension/UpperTolerance.svg
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_de.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_en.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_es.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_it.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Draw.js
X%%DATADIR%%/scripts/Draw/Draw.pro
X%%DATADIR%%/scripts/Draw/DrawBasedOnThreeCircles.js
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.js
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.pro
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.pro
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.ui
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPAInit.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/EllipseArcCPPATest00.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/lines.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/required/EllipseArcCPPATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.pro
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPPInit.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/EllipseCPPTest00.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/required/EllipseCPPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.js
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.pro
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.svg
X%%DATADIR%%/scripts/Draw/Hatch/HatchDialog.js
X%%DATADIR%%/scripts/Draw/Hatch/HatchDialog.ui
X%%DATADIR%%/scripts/Draw/Hatch/HatchInit.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest00.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest01.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest02.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest03.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest04.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Hatch/Tests/data/contour.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest02_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest03_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest04_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary_de.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary_de.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchIslands.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchIslands.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_de.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_de.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_es.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_es.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_fr.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_fr.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_it.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_it.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_ja.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_ja.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pl.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pl.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pt.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pt.ts
X%%DATADIR%%/scripts/Draw/Image/Image.js
X%%DATADIR%%/scripts/Draw/Image/Image.pro
X%%DATADIR%%/scripts/Draw/Image/Image.svg
X%%DATADIR%%/scripts/Draw/Image/Image.ui
X%%DATADIR%%/scripts/Draw/Image/ImageInit.js
X%%DATADIR%%/scripts/Draw/Image/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Draw/Image/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Draw/Image/Tests/ImageTest00.js
X%%DATADIR%%/scripts/Draw/Image/doc/Image_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_pt.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_pt.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_pt.html
X%%DATADIR%%/scripts/Draw/Image/ts/Image_de.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_de.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_es.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_es.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_fr.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_fr.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_it.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_it.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_ja.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_ja.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pl.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pl.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pt.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pt.ts
X%%DATADIR%%/scripts/Draw/Line/Line.js
X%%DATADIR%%/scripts/Draw/Line/Line.pro
X%%DATADIR%%/scripts/Draw/Line/Line.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/CloseSequence.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.pro
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.ui
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2PInit.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines00.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines01.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines02.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapCenter.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapCoordinate.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapDistance.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapEnd.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapFree.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapGrid.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapIntersection.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapMiddle.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapMiddleManual.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapOnEntity.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapPolarCoordinate.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapReferences.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines02_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCenter_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCenter_001.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCoordinate_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapDistance_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapEnd_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapFree_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapGrid_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapIntersection_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddleManual_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddleManual_001.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddle_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapOnEntity_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapPolarCoordinate_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapReferences_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/UndoSegment.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_de.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_de.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_es.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_es.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_fr.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_fr.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_it.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_it.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_ja.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_ja.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pl.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pl.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pt.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.pro
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.svg
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.ui
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle00.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle01.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle02.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle02_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.pro
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.svg
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.ui
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisectorInit.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/LineBisectorTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/LineBisectorTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required/LineBisectorTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required/LineBisectorTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector.svg
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.js
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.pro
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.svg
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehandInit.js
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand.dxf
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand.svg
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.pro
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.svg
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.ui
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/LineHorizontalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/required/LineHorizontalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_de.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_en.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_es.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_it.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.pro
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.svg
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.ui
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/LineOrthogonalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/required/LineOrthogonalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.pro
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.svg
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.ui
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallelInit.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/LineParallelTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/LineParallelTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.pro
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.svg
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.ui
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThroughInit.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/LineParallelThroughTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/LineParallelThroughTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.pro
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.svg
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.ui
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCPInit.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/LinePolygonCPTest00.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/required/LinePolygonCPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_de.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_de.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_es.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_es.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_it.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_it.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.pro
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.svg
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.ui
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPPInit.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/LinePolygonPPTest00.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/required/LinePolygonPPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_de.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_de.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_es.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_es.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_it.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_it.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.pro
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/Down.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.pro
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.ui
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSizeInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonChecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonCheckedHover.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonUnchecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonUncheckedHover.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ReferencePoint.ui
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ReferencePointsUnchecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/Up.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.pro
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.svg
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.ui
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/LineRelativeAngleTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/required/LineRelativeAngleTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.pro
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.svg
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1Init.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/LineTangent1Test00.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/LineTangent1Test01.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.pro
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.svg
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2Init.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/LineTangent2Test00.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/LineTangent2Test01.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.pro
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.svg
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVerticalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/LineVerticalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/required/LineVerticalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_de.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_en.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_es.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_it.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pt.ts
X%%DATADIR%%/scripts/Draw/Line/doc/Line_de.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_en.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_es.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_fr.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_it.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_ja.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_pt.html
X%%DATADIR%%/scripts/Draw/Line/doit.sh
X%%DATADIR%%/scripts/Draw/Line/ts/Line_de.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_de.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_es.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_es.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_fr.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_fr.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_it.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_it.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_ja.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_ja.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pl.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pl.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pt.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pt.ts
X%%DATADIR%%/scripts/Draw/Line/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Point/Point.js
X%%DATADIR%%/scripts/Draw/Point/Point.pro
X%%DATADIR%%/scripts/Draw/Point/Point.svg
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.pro
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.svg
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1PInit.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/Point1PTest00.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/required/Point1PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_de.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_de.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_es.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_es.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_fr.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_fr.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_it.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_it.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_ja.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_ja.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pl.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pl.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pt.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pt.ts
X%%DATADIR%%/scripts/Draw/Point/doc/Point_de.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_en.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_es.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_fr.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_it.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_ja.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_pt.html
X%%DATADIR%%/scripts/Draw/Point/ts/Point_de.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_de.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_es.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_es.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_fr.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_fr.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_it.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_it.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_ja.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_ja.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pl.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pl.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pt.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pt.ts
X%%DATADIR%%/scripts/Draw/Point/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ClosePath.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.pro
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.ui
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolylineInit.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/DrawPolylineTest00.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/DrawPolylineTest01.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required/DrawPolylineTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required/DrawPolylineTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_de.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_de.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_es.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_es.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_fr.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_fr.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_it.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_it.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_ja.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_ja.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pl.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pl.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pt.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pt.ts
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.js
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.pro
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.svg
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_de.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_en.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_es.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_it.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_de.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_de.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_es.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_es.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_fr.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_fr.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_it.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_it.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_ja.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_ja.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pl.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pl.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pt.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pt.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Spline/Spline.js
X%%DATADIR%%/scripts/Draw/Spline/Spline.pro
X%%DATADIR%%/scripts/Draw/Spline/Spline.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.js
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.pro
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.ui
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPointsInit.js
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints01.dxf
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints01.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.dxf
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_de.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_de.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_es.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_es.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_fr.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_fr.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_it.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_it.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_ja.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_ja.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pl.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pl.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pt.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pt.ts
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_de.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_en.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_es.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_fr.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_it.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_ja.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_pt.html
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_de.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_de.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_es.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_es.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_fr.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_fr.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_it.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_it.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_ja.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_ja.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pl.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pl.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pt.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pt.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Text/Text.js
X%%DATADIR%%/scripts/Draw/Text/Text.pro
X%%DATADIR%%/scripts/Draw/Text/Text.svg
X%%DATADIR%%/scripts/Draw/Text/Text.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Bold.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CadFont.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CharacterMapDialog.js
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CharacterMapDialog.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Copy.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Cut.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Italic.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/New.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Open.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Paste.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Redo.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/SaveAs.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Subscript.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Superscript.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Symbol.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/TextDialog.js
X%%DATADIR%%/scripts/Draw/Text/TextDialog/TextDialog.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Underline.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Undo.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/ZoomIn.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/ZoomOut.svg
X%%DATADIR%%/scripts/Draw/Text/TextInit.js
X%%DATADIR%%/scripts/Draw/Text/doc/Text_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_pt.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_pt.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_pt.html
X%%DATADIR%%/scripts/Draw/Text/ts/Text_de.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_de.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_es.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_es.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_fr.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_fr.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_it.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_it.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_ja.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_ja.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pl.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pl.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pt.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pt.ts
X%%DATADIR%%/scripts/Draw/doc/Draw_de.html
X%%DATADIR%%/scripts/Draw/doc/Draw_en.html
X%%DATADIR%%/scripts/Draw/doc/Draw_es.html
X%%DATADIR%%/scripts/Draw/doc/Draw_fr.html
X%%DATADIR%%/scripts/Draw/doc/Draw_it.html
X%%DATADIR%%/scripts/Draw/doc/Draw_ja.html
X%%DATADIR%%/scripts/Draw/doc/Draw_pt.html
X%%DATADIR%%/scripts/Draw/ts/Draw_de.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_de.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_es.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_es.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_fr.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_fr.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_it.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_it.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_ja.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_ja.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_pl.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_pl.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_pt.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_pt.ts
X%%DATADIR%%/scripts/Draw/ts/ts.pro
X%%DATADIR%%/scripts/EAction.js
X%%DATADIR%%/scripts/Edit/AbstractPreferences.js
X%%DATADIR%%/scripts/Edit/AbstractPreferences.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.dox
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/GraphicsViewPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/GraphicsViewPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/BlueSteel.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/Flat.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/Simple.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/StylePreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/StylePreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_de.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_de.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_en.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_ja.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_en.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_es.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_fr.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_it.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_ja.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_pt.html
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/Clear.svg
X%%DATADIR%%/scripts/Edit/ClipboardOperation.js
X%%DATADIR%%/scripts/Edit/Collapse.svg
X%%DATADIR%%/scripts/Edit/Copy/Copy.js
X%%DATADIR%%/scripts/Edit/Copy/Copy.pro
X%%DATADIR%%/scripts/Edit/Copy/Copy.svg
X%%DATADIR%%/scripts/Edit/Copy/CopyInit.js
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_01.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_02.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_03.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_04.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_05.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_toolbar_copy.png
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_de.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_de.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_es.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_es.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_fr.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_fr.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_it.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_it.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_ja.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_ja.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pl.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pl.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pt.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pt.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.js
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.pro
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.svg
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReferenceInit.js
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_de.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_de.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_es.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_es.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_fr.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_fr.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_it.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_it.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_ja.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_ja.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pl.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pl.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pt.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pt.ts
X%%DATADIR%%/scripts/Edit/Cut/Cut.js
X%%DATADIR%%/scripts/Edit/Cut/Cut.pro
X%%DATADIR%%/scripts/Edit/Cut/Cut.svg
X%%DATADIR%%/scripts/Edit/Cut/CutInit.js
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_de.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_de.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_en.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_es.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_fr.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_it.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_ja.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_pt.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_en.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_es.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_fr.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_it.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_ja.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_pt.html
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_de.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_de.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_es.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_es.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_fr.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_fr.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_it.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_it.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_ja.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_ja.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pl.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pl.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pt.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pt.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.js
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.pro
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.svg
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReferenceInit.js
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_de.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_de.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_en.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_es.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_fr.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_it.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_ja.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_pt.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_en.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_es.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_fr.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_it.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_ja.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_pt.html
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_de.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_de.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_es.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_es.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_fr.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_fr.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_it.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_it.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_ja.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_ja.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pl.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pl.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pt.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pt.ts
X%%DATADIR%%/scripts/Edit/Delete/Delete.js
X%%DATADIR%%/scripts/Edit/Delete/Delete.pro
X%%DATADIR%%/scripts/Edit/Delete/Delete.svg
X%%DATADIR%%/scripts/Edit/Delete/DeleteInit.js
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_de.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_de.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_en.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_es.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_fr.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_it.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_ja.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_pt.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_en.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_es.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_fr.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_it.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_ja.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_pt.html
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_de.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_de.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_es.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_es.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_fr.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_fr.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_it.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_it.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_ja.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_ja.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pl.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pl.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pt.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeBlackWhite.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeFullColor.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeGrayscale.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_de.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_de.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_en.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_ja.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_en.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_es.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_fr.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_it.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_ja.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_pt.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/Edit.js
X%%DATADIR%%/scripts/Edit/Edit.pro
X%%DATADIR%%/scripts/Edit/Esc/Esc.js
X%%DATADIR%%/scripts/Edit/Esc/Esc.pro
X%%DATADIR%%/scripts/Edit/Esc/EscInit.js
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_de.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_de.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_en.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_es.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_fr.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_it.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_ja.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_pt.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_en.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_es.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_fr.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_it.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_ja.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_pt.html
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_de.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_de.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_es.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_es.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_fr.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_fr.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_it.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_it.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_ja.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_ja.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pl.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pl.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.ts
X%%DATADIR%%/scripts/Edit/Expand.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipHorizontal.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipVertical.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.js
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.pro
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.ui
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItemInit.js
X%%DATADIR%%/scripts/Edit/InsertBlockItem/doc/InsertBlockItem_desc_en.html
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_de.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_es.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_fr.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_it.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.js
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.pro
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItemInit.js
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_de.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_es.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_fr.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_it.ts
X%%DATADIR%%/scripts/Edit/Paste/FlipHorizontal.svg
X%%DATADIR%%/scripts/Edit/Paste/FlipVertical.svg
X%%DATADIR%%/scripts/Edit/Paste/Paste.js
X%%DATADIR%%/scripts/Edit/Paste/Paste.pro
X%%DATADIR%%/scripts/Edit/Paste/Paste.svg
X%%DATADIR%%/scripts/Edit/Paste/Paste.ui
X%%DATADIR%%/scripts/Edit/Paste/PasteInit.js
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_pt.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_pt.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_pt.html
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_de.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_de.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_es.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_es.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_fr.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_fr.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_it.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_it.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_ja.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_ja.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pl.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pl.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pt.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pt.ts
X%%DATADIR%%/scripts/Edit/Redo/Redo.js
X%%DATADIR%%/scripts/Edit/Redo/Redo.pro
X%%DATADIR%%/scripts/Edit/Redo/Redo.svg
X%%DATADIR%%/scripts/Edit/Redo/RedoInit.js
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_de.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_de.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_en.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_es.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_fr.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_it.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_ja.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_pt.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_en.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_es.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_fr.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_it.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_ja.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_pt.html
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_de.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_de.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_es.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_es.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_fr.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_fr.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_it.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_it.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_ja.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_ja.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pl.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pl.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pt.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pt.ts
X%%DATADIR%%/scripts/Edit/Undo/Undo.js
X%%DATADIR%%/scripts/Edit/Undo/Undo.pro
X%%DATADIR%%/scripts/Edit/Undo/Undo.svg
X%%DATADIR%%/scripts/Edit/Undo/UndoInit.js
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_de.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_de.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_en.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_es.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_fr.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_it.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_ja.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_pt.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_en.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_es.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_fr.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_it.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_ja.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_pt.html
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_de.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_de.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_es.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_es.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_fr.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_fr.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_it.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_it.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_ja.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_ja.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pl.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pl.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pt.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pt.ts
X%%DATADIR%%/scripts/Edit/doc/Edit_de.html
X%%DATADIR%%/scripts/Edit/doc/Edit_en.html
X%%DATADIR%%/scripts/Edit/doc/Edit_es.html
X%%DATADIR%%/scripts/Edit/doc/Edit_fr.html
X%%DATADIR%%/scripts/Edit/doc/Edit_it.html
X%%DATADIR%%/scripts/Edit/doc/Edit_ja.html
X%%DATADIR%%/scripts/Edit/doc/Edit_pt.html
X%%DATADIR%%/scripts/Edit/ts/Edit_de.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_de.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_es.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_es.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_fr.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_fr.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_it.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_it.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_ja.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_ja.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_pl.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_pl.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_pt.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_pt.ts
X%%DATADIR%%/scripts/Edit/ts/ts.pro
X%%DATADIR%%/scripts/Empty.svg
X%%DATADIR%%/scripts/File/AutoSave/AutoSave.js
X%%DATADIR%%/scripts/File/AutoSave/AutoSave.pro
X%%DATADIR%%/scripts/File/AutoSave/Browse.svg
X%%DATADIR%%/scripts/File/AutoSave/PreferencesPage.ui
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_de.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_de.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_es.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_es.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_fr.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_fr.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_it.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_it.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_ja.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_ja.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pl.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pl.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pt.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pt.ts
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.js
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.pro
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.svg
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExportDialog.ui
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExportInit.js
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_de.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_de.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_es.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_es.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_fr.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_fr.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_it.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_it.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_ja.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_ja.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pl.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pl.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pt.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pt.ts
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.js
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.pro
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.svg
X%%DATADIR%%/scripts/File/CloseFile/CloseFileInit.js
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_de.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_de.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_en.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_es.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_fr.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_it.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_ja.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_pt.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_en.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_es.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_fr.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_it.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_ja.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_pt.html
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_de.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_de.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_es.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_es.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_fr.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_fr.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_it.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_it.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_ja.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_ja.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pl.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pl.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pt.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pt.ts
X%%DATADIR%%/scripts/File/File.js
X%%DATADIR%%/scripts/File/File.pro
X%%DATADIR%%/scripts/File/NewFile/CloseDialog.ui
X%%DATADIR%%/scripts/File/NewFile/Document.svg
X%%DATADIR%%/scripts/File/NewFile/MdiChildEmpty.ui
X%%DATADIR%%/scripts/File/NewFile/NewFile.js
X%%DATADIR%%/scripts/File/NewFile/NewFile.pro
X%%DATADIR%%/scripts/File/NewFile/NewFile.svg
X%%DATADIR%%/scripts/File/NewFile/NewFileInit.js
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_de.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_de.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_en.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_es.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_fr.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_it.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_ja.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_pt.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_en.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_es.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_fr.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_it.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_ja.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_pt.html
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_de.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_de.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_es.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_es.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_fr.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_fr.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_it.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_it.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_ja.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_ja.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pl.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pl.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pt.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pt.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_de.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_es.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_fr.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_it.ts
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.js
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.pro
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.svg
X%%DATADIR%%/scripts/File/OpenFile/OpenFileInit.js
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_de.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_de.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_en.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_es.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_fr.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_it.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_ja.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_pt.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_en.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_es.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_fr.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_it.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_ja.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_pt.html
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_de.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_de.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_es.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_es.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_fr.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_fr.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_it.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_it.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_ja.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_ja.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pl.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pl.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pt.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pt.ts
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.js
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.pro
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.svg
X%%DATADIR%%/scripts/File/PdfExport/PdfExportInit.js
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_de.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_de.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_en.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_es.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_fr.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_it.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_ja.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_pt.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_en.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_es.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_fr.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_it.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_ja.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_pt.html
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_de.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_de.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_es.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_es.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_fr.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_fr.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_it.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_it.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_ja.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_ja.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pl.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pl.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pt.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pt.ts
X%%DATADIR%%/scripts/File/Print/Print.js
X%%DATADIR%%/scripts/File/Print/Print.pro
X%%DATADIR%%/scripts/File/Print/Print.svg
X%%DATADIR%%/scripts/File/Print/PrintInit.js
X%%DATADIR%%/scripts/File/Print/doc/Print_de.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_de.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_en.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_es.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_fr.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_it.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_ja.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_pt.html
X%%DATADIR%%/scripts/File/Print/doc/Print_en.html
X%%DATADIR%%/scripts/File/Print/doc/Print_es.html
X%%DATADIR%%/scripts/File/Print/doc/Print_fr.html
X%%DATADIR%%/scripts/File/Print/doc/Print_it.html
X%%DATADIR%%/scripts/File/Print/doc/Print_ja.html
X%%DATADIR%%/scripts/File/Print/doc/Print_pt.html
X%%DATADIR%%/scripts/File/Print/ts/Print_de.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_de.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_es.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_es.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_fr.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_fr.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_it.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_it.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_ja.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_ja.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_pl.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_pl.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_pt.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_pt.ts
X%%DATADIR%%/scripts/File/PrintPreview/AutoCenter.svg
X%%DATADIR%%/scripts/File/PrintPreview/AutoFitDrawing.svg
X%%DATADIR%%/scripts/File/PrintPreview/AutoZoomToPage.svg
X%%DATADIR%%/scripts/File/PrintPreview/Close.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeBlackWhite.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeFullColor.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeGrayscale.svg
X%%DATADIR%%/scripts/File/PrintPreview/CropMarks.svg
X%%DATADIR%%/scripts/File/PrintPreview/CursorHand.svg
X%%DATADIR%%/scripts/File/PrintPreview/Landscape.svg
X%%DATADIR%%/scripts/File/PrintPreview/PdfExport.svg
X%%DATADIR%%/scripts/File/PrintPreview/Portrait.svg
X%%DATADIR%%/scripts/File/PrintPreview/Print.svg
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.js
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.pro
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.svg
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.ui
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewInit.js
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewOffsetCursor.png
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewOffsetCursorMask.png
X%%DATADIR%%/scripts/File/PrintPreview/ShowPaperBorders.svg
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_de.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_de.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_en.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_es.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_fr.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_it.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_ja.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_pt.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_en.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_es.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_fr.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_it.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_ja.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_pt.html
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_de.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_de.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_es.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_es.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_fr.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_fr.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_it.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_it.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_ja.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_ja.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pl.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pl.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pt.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pt.ts
X%%DATADIR%%/scripts/File/Quit/Quit.js
X%%DATADIR%%/scripts/File/Quit/Quit.pro
X%%DATADIR%%/scripts/File/Quit/QuitInit.js
X%%DATADIR%%/scripts/File/Quit/doc/Quit_de.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_de.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_en.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_es.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_fr.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_it.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_ja.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_pt.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_en.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_es.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_fr.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_it.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_ja.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_pt.html
X%%DATADIR%%/scripts/File/Quit/ts/Quit_de.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_de.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_es.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_es.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_fr.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_fr.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_it.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_it.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_ja.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_ja.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pl.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pl.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pt.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pt.ts
X%%DATADIR%%/scripts/File/RecentFiles/PreferencesPage.ui
X%%DATADIR%%/scripts/File/RecentFiles/RecentFiles.js
X%%DATADIR%%/scripts/File/RecentFiles/RecentFiles.pro
X%%DATADIR%%/scripts/File/RecentFiles/RecentFilesInit.js
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_de.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_de.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_es.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_es.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_fr.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_fr.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_it.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_it.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_ja.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_ja.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pl.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pl.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pt.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pt.ts
X%%DATADIR%%/scripts/File/Save/Save.js
X%%DATADIR%%/scripts/File/Save/Save.pro
X%%DATADIR%%/scripts/File/Save/Save.svg
X%%DATADIR%%/scripts/File/Save/SaveInit.js
X%%DATADIR%%/scripts/File/Save/doc/Save_de.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_de.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_en.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_es.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_fr.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_it.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_ja.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_pt.html
X%%DATADIR%%/scripts/File/Save/doc/Save_en.html
X%%DATADIR%%/scripts/File/Save/doc/Save_es.html
X%%DATADIR%%/scripts/File/Save/doc/Save_fr.html
X%%DATADIR%%/scripts/File/Save/doc/Save_it.html
X%%DATADIR%%/scripts/File/Save/doc/Save_ja.html
X%%DATADIR%%/scripts/File/Save/doc/Save_pt.html
X%%DATADIR%%/scripts/File/Save/ts/Save_de.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_de.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_es.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_es.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_fr.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_fr.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_it.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_it.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_ja.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_ja.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_pl.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_pl.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_pt.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_pt.ts
X%%DATADIR%%/scripts/File/SaveAs/PreferencesPage.ui
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.js
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.pro
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.svg
X%%DATADIR%%/scripts/File/SaveAs/SaveAsInit.js
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_de.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_de.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_en.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_es.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_fr.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_it.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_ja.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_pt.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_en.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_es.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_fr.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_it.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_ja.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_pt.html
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_de.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_de.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_es.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_es.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_fr.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_fr.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_it.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_it.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_ja.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_ja.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pl.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pl.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pt.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pt.ts
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.js
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.pro
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.svg
X%%DATADIR%%/scripts/File/SvgImport/SvgImportInit.js
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_de.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_de.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_en.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_es.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_fr.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_it.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_ja.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_pt.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_en.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_es.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_fr.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_it.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_ja.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_pt.html
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_de.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_de.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_es.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_es.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_fr.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_fr.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_it.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_it.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_ja.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_ja.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pl.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pl.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pt.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pt.ts
X%%DATADIR%%/scripts/File/doc/File_de.html
X%%DATADIR%%/scripts/File/doc/File_en.html
X%%DATADIR%%/scripts/File/doc/File_es.html
X%%DATADIR%%/scripts/File/doc/File_fr.html
X%%DATADIR%%/scripts/File/doc/File_it.html
X%%DATADIR%%/scripts/File/doc/File_ja.html
X%%DATADIR%%/scripts/File/doc/File_pt.html
X%%DATADIR%%/scripts/File/ts/File_de.qm
X%%DATADIR%%/scripts/File/ts/File_de.ts
X%%DATADIR%%/scripts/File/ts/File_es.qm
X%%DATADIR%%/scripts/File/ts/File_es.ts
X%%DATADIR%%/scripts/File/ts/File_fr.qm
X%%DATADIR%%/scripts/File/ts/File_fr.ts
X%%DATADIR%%/scripts/File/ts/File_it.qm
X%%DATADIR%%/scripts/File/ts/File_it.ts
X%%DATADIR%%/scripts/File/ts/File_ja.qm
X%%DATADIR%%/scripts/File/ts/File_ja.ts
X%%DATADIR%%/scripts/File/ts/File_pl.qm
X%%DATADIR%%/scripts/File/ts/File_pl.ts
X%%DATADIR%%/scripts/File/ts/File_pt.qm
X%%DATADIR%%/scripts/File/ts/File_pt.ts
X%%DATADIR%%/scripts/File/ts/ts.pro
X%%DATADIR%%/scripts/Help/About/About.js
X%%DATADIR%%/scripts/Help/About/About.pro
X%%DATADIR%%/scripts/Help/About/About.ui
X%%DATADIR%%/scripts/Help/About/AboutCredits.js
X%%DATADIR%%/scripts/Help/About/AboutInit.js
X%%DATADIR%%/scripts/Help/About/doc/About_de.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_de.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_en.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_es.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_fr.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_it.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_pt.html
X%%DATADIR%%/scripts/Help/About/doc/About_ja.html
X%%DATADIR%%/scripts/Help/About/ts/About_de.qm
X%%DATADIR%%/scripts/Help/About/ts/About_de.ts
X%%DATADIR%%/scripts/Help/About/ts/About_es.qm
X%%DATADIR%%/scripts/Help/About/ts/About_es.ts
X%%DATADIR%%/scripts/Help/About/ts/About_fr.qm
X%%DATADIR%%/scripts/Help/About/ts/About_fr.ts
X%%DATADIR%%/scripts/Help/About/ts/About_it.qm
X%%DATADIR%%/scripts/Help/About/ts/About_it.ts
X%%DATADIR%%/scripts/Help/About/ts/About_ja.qm
X%%DATADIR%%/scripts/Help/About/ts/About_ja.ts
X%%DATADIR%%/scripts/Help/About/ts/About_pl.qm
X%%DATADIR%%/scripts/Help/About/ts/About_pl.ts
X%%DATADIR%%/scripts/Help/About/ts/About_pt.qm
X%%DATADIR%%/scripts/Help/About/ts/About_pt.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOns.js
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOns.pro
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOnsInit.js
X%%DATADIR%%/scripts/Help/BrowseAddOns/doc/BrowseAddOns_de.html
X%%DATADIR%%/scripts/Help/BrowseAddOns/doc/BrowseAddOns_ja.html
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_de.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_de.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_es.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_es.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_fr.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_fr.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_it.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_it.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_ja.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_ja.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pl.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pl.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pt.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pt.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManual.js
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManual.pro
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManualInit.js
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_de.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_de.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_es.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_es.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_fr.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_fr.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_it.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_it.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_ja.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_ja.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pl.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pl.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pt.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pt.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdates.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdates.pro
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesDialog.ui
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesInit.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesPostInit.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_de.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_de.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_en.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_es.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_fr.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_it.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pt.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_de.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_de.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_es.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_es.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_fr.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_fr.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_it.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_it.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_ja.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_ja.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pl.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pl.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pt.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pt.ts
X%%DATADIR%%/scripts/Help/FAQ/FAQ.js
X%%DATADIR%%/scripts/Help/FAQ/FAQ.pro
X%%DATADIR%%/scripts/Help/FAQ/FAQInit.js
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_de.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_de.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_en.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_es.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_fr.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_it.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_pt.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_ja.html
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_de.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_de.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_es.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_es.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_fr.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_fr.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_it.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_it.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_ja.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_ja.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pl.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pl.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pt.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pt.ts
X%%DATADIR%%/scripts/Help/Forum/Forum.js
X%%DATADIR%%/scripts/Help/Forum/Forum.pro
X%%DATADIR%%/scripts/Help/Forum/ForumInit.js
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_de.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_de.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_en.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_es.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_fr.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_it.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_pt.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_ja.html
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_de.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_de.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_es.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_es.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_fr.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_fr.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_it.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_it.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_ja.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_ja.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pl.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pl.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pt.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pt.ts
X%%DATADIR%%/scripts/Help/Help.js
X%%DATADIR%%/scripts/Help/Help.pro
X%%DATADIR%%/scripts/Help/ReportBug/ReportBug.js
X%%DATADIR%%/scripts/Help/ReportBug/ReportBug.pro
X%%DATADIR%%/scripts/Help/ReportBug/ReportBugInit.js
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_de.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_de.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_en.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_es.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_fr.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_it.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_pt.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_ja.html
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_de.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_de.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_es.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_es.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_fr.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_fr.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_it.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_it.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_ja.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_ja.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pl.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pl.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pt.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pt.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationError.js
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationError.pro
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationErrorInit.js
X%%DATADIR%%/scripts/Help/ReportTranslationError/doc/ReportTranslationError_de.html
X%%DATADIR%%/scripts/Help/ReportTranslationError/doc/ReportTranslationError_ja.html
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_de.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_de.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_es.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_es.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_fr.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_fr.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_it.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_it.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_ja.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_ja.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pl.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pl.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pt.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pt.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.js
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.pro
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.ui
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadmeInit.js
X%%DATADIR%%/scripts/Help/ShowReadme/doc/ShowReadme_de.html
X%%DATADIR%%/scripts/Help/ShowReadme/doc/ShowReadme_ja.html
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_de.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_de.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_es.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_es.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_fr.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_fr.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_it.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_it.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_ja.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_ja.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pl.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pl.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pt.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pt.ts
X%%DATADIR%%/scripts/Help/Website/Website.js
X%%DATADIR%%/scripts/Help/Website/Website.pro
X%%DATADIR%%/scripts/Help/Website/WebsiteInit.js
X%%DATADIR%%/scripts/Help/Website/doc/Website_de.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_de.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_en.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_es.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_fr.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_it.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_pt.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_ja.html
X%%DATADIR%%/scripts/Help/Website/ts/Website_de.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_de.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_es.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_es.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_fr.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_fr.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_it.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_it.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_ja.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_ja.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_pl.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_pl.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_pt.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_pt.ts
X%%DATADIR%%/scripts/Help/doc/Help_de.html
X%%DATADIR%%/scripts/Help/doc/Help_ja.html
X%%DATADIR%%/scripts/Help/ts/Help_de.qm
X%%DATADIR%%/scripts/Help/ts/Help_de.ts
X%%DATADIR%%/scripts/Help/ts/Help_es.qm
X%%DATADIR%%/scripts/Help/ts/Help_es.ts
X%%DATADIR%%/scripts/Help/ts/Help_fr.qm
X%%DATADIR%%/scripts/Help/ts/Help_fr.ts
X%%DATADIR%%/scripts/Help/ts/Help_it.qm
X%%DATADIR%%/scripts/Help/ts/Help_it.ts
X%%DATADIR%%/scripts/Help/ts/Help_ja.qm
X%%DATADIR%%/scripts/Help/ts/Help_ja.ts
X%%DATADIR%%/scripts/Help/ts/Help_pl.qm
X%%DATADIR%%/scripts/Help/ts/Help_pl.ts
X%%DATADIR%%/scripts/Help/ts/Help_pt.qm
X%%DATADIR%%/scripts/Help/ts/Help_pt.ts
X%%DATADIR%%/scripts/Help/ts/ts.pro
X%%DATADIR%%/scripts/ImportExport/ImportExport.pro
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporter.js
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporter.pro
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporterInit.js
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_de.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_de.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_es.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_es.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_fr.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_fr.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_it.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_it.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_ja.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_ja.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pl.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pl.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pt.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pt.ts
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.js
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.pro
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.svg
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngleInit.js
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_de.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_de.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_es.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_es.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_fr.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_fr.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_it.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_it.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_ja.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_ja.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pl.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pl.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pt.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pt.ts
X%%DATADIR%%/scripts/Information/InfoArea/Calculate.svg
X%%DATADIR%%/scripts/Information/InfoArea/Close.svg
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.js
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.pro
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.svg
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.ui
X%%DATADIR%%/scripts/Information/InfoArea/InfoAreaInit.js
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_de.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_de.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_es.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_es.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_fr.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_fr.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_it.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_it.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_ja.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_ja.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pl.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pl.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pt.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pt.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.js
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.pro
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.svg
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEPInit.js
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_de.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_de.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_es.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_es.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_fr.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_fr.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_it.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_it.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_ja.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_ja.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pl.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pl.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pt.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pt.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.js
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.pro
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.svg
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePPInit.js
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_de.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_de.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_es.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_es.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_fr.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_fr.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_it.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_it.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_ja.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_ja.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pl.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pl.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pt.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pt.ts
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.js
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.pro
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.svg
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPositionInit.js
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_de.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_en.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_es.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_fr.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_it.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_ja.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_pt.html
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_de.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_de.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_es.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_es.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_fr.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_fr.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_it.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_it.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_ja.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_ja.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.js
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.pro
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.svg
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRelInit.js
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_es.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_fr.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_it.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ja.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pt.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_fr.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_fr.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_it.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_it.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_ja.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_ja.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pl.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pl.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pt.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pt.ts
X%%DATADIR%%/scripts/Information/Information.js
X%%DATADIR%%/scripts/Information/Information.pro
X%%DATADIR%%/scripts/Information/Information.svg
X%%DATADIR%%/scripts/Information/doc/Information_de.html
X%%DATADIR%%/scripts/Information/doc/Information_desc_en.html
X%%DATADIR%%/scripts/Information/doc/Information_en.html
X%%DATADIR%%/scripts/Information/doc/Information_es.html
X%%DATADIR%%/scripts/Information/doc/Information_fr.html
X%%DATADIR%%/scripts/Information/doc/Information_it.html
X%%DATADIR%%/scripts/Information/doc/Information_ja.html
X%%DATADIR%%/scripts/Information/doc/Information_pt.html
X%%DATADIR%%/scripts/Information/ts/Information_de.qm
X%%DATADIR%%/scripts/Information/ts/Information_de.ts
X%%DATADIR%%/scripts/Information/ts/Information_es.qm
X%%DATADIR%%/scripts/Information/ts/Information_es.ts
X%%DATADIR%%/scripts/Information/ts/Information_fr.qm
X%%DATADIR%%/scripts/Information/ts/Information_fr.ts
X%%DATADIR%%/scripts/Information/ts/Information_it.qm
X%%DATADIR%%/scripts/Information/ts/Information_it.ts
X%%DATADIR%%/scripts/Information/ts/Information_ja.qm
X%%DATADIR%%/scripts/Information/ts/Information_ja.ts
X%%DATADIR%%/scripts/Information/ts/Information_pl.qm
X%%DATADIR%%/scripts/Information/ts/Information_pl.ts
X%%DATADIR%%/scripts/Information/ts/Information_pt.qm
X%%DATADIR%%/scripts/Information/ts/Information_pt.ts
X%%DATADIR%%/scripts/Information/ts/ts.pro
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.js
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.pro
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.svg
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayerInit.js
X%%DATADIR%%/scripts/Layer/AddLayer/Tests/AddLayerTest00.js
X%%DATADIR%%/scripts/Layer/AddLayer/Tests/required/AddLayerTest00_000.dxf
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_de.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_en.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_es.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_fr.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_it.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_ja.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_pt.html
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_de.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_de.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_es.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_es.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_fr.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_fr.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_it.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_it.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_ja.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_ja.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.ts
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.js
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.pro
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.svg
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayerInit.js
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_de.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_en.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_es.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_fr.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_it.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_ja.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_pt.html
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_de.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_de.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_es.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_es.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_fr.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_fr.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_it.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_it.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_ja.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_ja.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pl.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pl.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pt.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pt.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.js
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.pro
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.svg
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayersInit.js
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_de.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_de.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_en.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_es.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_fr.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_it.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_ja.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pt.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_en.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_es.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_fr.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_it.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_ja.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_pt.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_de.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_de.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_es.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_es.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_fr.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_fr.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_it.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_it.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_ja.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_ja.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pl.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pl.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pt.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pt.ts
X%%DATADIR%%/scripts/Layer/Layer.js
X%%DATADIR%%/scripts/Layer/Layer.pro
X%%DATADIR%%/scripts/Layer/LayerDialog.js
X%%DATADIR%%/scripts/Layer/LayerDialog.ui
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.js
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.pro
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.svg
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayerInit.js
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_de.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_en.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_es.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_fr.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_it.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_ja.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_pt.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_de.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_de.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_es.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_es.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_fr.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_fr.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_it.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_it.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_ja.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_ja.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pl.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pl.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_de.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_fr.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.js
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayerInit.js
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_de.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_en.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_es.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_fr.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_it.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_ja.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_pt.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_de.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_de.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_es.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_es.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_fr.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_fr.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_it.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_it.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_ja.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_ja.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pl.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pl.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pt.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pt.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.js
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.pro
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.svg
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayersInit.js
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_de.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_de.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_en.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_es.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_fr.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_it.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_ja.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pt.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_en.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_es.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_fr.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_it.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_ja.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_pt.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_de.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_de.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_es.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_es.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_fr.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_fr.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_it.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_it.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_ja.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_ja.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pl.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pl.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pt.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pt.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAll_de.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAll_fr.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.js
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.pro
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.svg
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibilityInit.js
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_de.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_de.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_en.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_es.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_fr.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_it.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_ja.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pt.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_en.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_es.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_fr.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_it.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_ja.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_pt.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_de.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_de.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_es.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_es.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_fr.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_fr.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_it.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_it.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_ja.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_ja.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pl.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pl.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pt.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pt.ts
X%%DATADIR%%/scripts/Layer/doc/Layer_de.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_de.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_en.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_ja.html
X%%DATADIR%%/scripts/Layer/doc/Layer_en.html
X%%DATADIR%%/scripts/Layer/doc/Layer_es.html
X%%DATADIR%%/scripts/Layer/doc/Layer_fr.html
X%%DATADIR%%/scripts/Layer/doc/Layer_it.html
X%%DATADIR%%/scripts/Layer/doc/Layer_ja.html
X%%DATADIR%%/scripts/Layer/doc/Layer_pt.html
X%%DATADIR%%/scripts/Layer/ts/Layer_de.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_de.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_es.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_es.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_fr.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_fr.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_it.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_it.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_ja.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_ja.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_pl.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_pl.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_pt.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_pt.ts
X%%DATADIR%%/scripts/Layer/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/BlockExamples.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/BlockExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames/ExFixBlockNames.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames/ExFixBlockNames.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.js
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.js
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/test.dxf
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox/ExDrawBoundingBox.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox/ExDrawBoundingBox.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/Examples.js
X%%DATADIR%%/scripts/Misc/Examples/Examples.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/points.txt
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/ExImportPoints.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/ExImportPoints.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/data.txt
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/IOExamples.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/IOExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.svg
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImportInit.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImporter.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/mol/1x1cm.mol
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack/ExLayerWhiteToBlack.js
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack/ExLayerWhiteToBlack.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/LayerExamples.js
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/LayerExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.js
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.js
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial/ExChangeFontToArial.js
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial/ExChangeFontToArial.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ModifyExamples.js
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ModifyExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.js
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.js
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Misc.js
X%%DATADIR%%/scripts/Misc/Misc.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.svg
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.ui
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjointInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_de.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_de.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_es.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_es.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_fr.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_fr.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_it.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_it.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_ja.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_ja.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pl.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pl.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pt.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pt.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.svg
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDoveInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.ui
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxisInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxes.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxes.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxesInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/MiscDraw.js
X%%DATADIR%%/scripts/Misc/MiscDraw/MiscDraw.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPole.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPole.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPoleInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenterInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_de.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_de.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_es.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_es.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_fr.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_fr.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_it.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_it.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_ja.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_ja.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pl.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pl.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pt.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pt.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool/LaunchCommandLineTool.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool/LaunchCommandLineTool.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_de.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_de.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_es.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_es.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_fr.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_fr.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_it.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_it.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_ja.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_ja.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pl.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pl.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pt.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pt.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool/CreatingNewTool.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool/CreatingNewTool.pro
X%%DATADIR%%/scripts/Misc/Tutorials/ImportantClasses.dox
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/CubeCuttingOut.js
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/CubeCuttingOut.ui
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/LibraryBrowserScripts.dox
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/LibraryBrowserScripts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.dox
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.js
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.pro
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MyAction.js
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MyScripts.js
X%%DATADIR%%/scripts/Misc/Tutorials/Overviews.dox
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.dox
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.js
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.pro
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.ui
X%%DATADIR%%/scripts/Misc/Tutorials/ScriptScope.dox
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.dox
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.js
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.pro
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_de.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_de.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_es.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_es.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_fr.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_fr.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_it.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_it.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_ja.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_ja.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pl.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pl.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pt.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pt.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/ts.pro
X%%DATADIR%%/scripts/Misc/doc/Examples_de.html
X%%DATADIR%%/scripts/Misc/doc/Examples_en.html
X%%DATADIR%%/scripts/Misc/doc/Examples_ja.html
X%%DATADIR%%/scripts/Misc/doc/Misc_de.html
X%%DATADIR%%/scripts/Misc/doc/Misc_ja.html
X%%DATADIR%%/scripts/Misc/ts/Examples_de.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_de.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_es.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_es.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_fr.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_fr.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_it.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_it.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_ja.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_ja.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_pl.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_pl.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_pt.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_pt.ts
X%%DATADIR%%/scripts/Misc/ts/ts.pro
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.js
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.pro
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.svg
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrimInit.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/AutoTrimTest00.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/AutoTrimTest01.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest00_000.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest01_000.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_de.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_de.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_es.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_es.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_fr.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_fr.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_it.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_it.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_ja.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_ja.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pl.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pl.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pt.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pt.ts
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.js
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.pro
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.svg
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.ui
X%%DATADIR%%/scripts/Modify/Bevel/BevelInit.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest00.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest01.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest02.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest03.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest04.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest05.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/1line_1arc.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/2arcs.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/2lines.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest03_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest04_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest05_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel.dxf
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel.svg
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_de.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_de.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_es.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_es.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_fr.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_fr.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_it.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_it.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_ja.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_ja.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pl.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pl.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pt.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pt.ts
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.js
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.pro
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.svg
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.ui
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOutInit.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/BreakOutTest00.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/BreakOutTest01.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/required/BreakOutTest00_000.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/required/BreakOutTest01_000.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_de.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_de.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_es.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_es.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_fr.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_fr.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_it.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_it.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_ja.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_ja.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pl.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pl.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pt.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pt.ts
X%%DATADIR%%/scripts/Modify/Divide/Divide.js
X%%DATADIR%%/scripts/Modify/Divide/Divide.pro
X%%DATADIR%%/scripts/Modify/Divide/Divide.svg
X%%DATADIR%%/scripts/Modify/Divide/DivideInit.js
X%%DATADIR%%/scripts/Modify/Divide/Tests/DivideTest01.js
X%%DATADIR%%/scripts/Modify/Divide/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Divide/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/Divide/Tests/required/DivideTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_pt.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_pt.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_pt.html
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_de.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_de.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_es.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_es.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_fr.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_fr.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_it.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_it.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_ja.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_ja.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pl.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pl.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pt.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pt.ts
X%%DATADIR%%/scripts/Modify/EditText/EditText.js
X%%DATADIR%%/scripts/Modify/EditText/EditText.pro
X%%DATADIR%%/scripts/Modify/EditText/EditText.svg
X%%DATADIR%%/scripts/Modify/EditText/EditTextInit.js
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_pt.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_pt.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_pt.html
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_de.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_de.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_es.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_es.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_fr.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_fr.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_it.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_it.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_ja.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_ja.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pl.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pl.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pt.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pt.ts
X%%DATADIR%%/scripts/Modify/Explode/Explode.js
X%%DATADIR%%/scripts/Modify/Explode/Explode.pro
X%%DATADIR%%/scripts/Modify/Explode/Explode.svg
X%%DATADIR%%/scripts/Modify/Explode/ExplodeDialog.ui
X%%DATADIR%%/scripts/Modify/Explode/ExplodeInit.js
X%%DATADIR%%/scripts/Modify/Explode/PreferencesPage.ui
X%%DATADIR%%/scripts/Modify/Explode/Tests/ExplodeTest00.js
X%%DATADIR%%/scripts/Modify/Explode/Tests/ExplodeTest01.js
X%%DATADIR%%/scripts/Modify/Explode/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Explode/Tests/data/block.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/data/explodable.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/required/ExplodeTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/required/ExplodeTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_pt.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_pt.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_pt.html
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_de.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_de.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_es.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_es.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_fr.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_fr.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_it.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_it.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_ja.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_ja.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pl.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pl.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pt.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pt.ts
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.js
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.pro
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.svg
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.ui
X%%DATADIR%%/scripts/Modify/Lengthen/LengthenInit.js
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/LengthenTest00.js
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/required/LengthenTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen.svg
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_de.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_de.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_es.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_es.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_fr.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_fr.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_it.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_it.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_ja.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_ja.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pl.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pl.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pt.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pt.ts
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.js
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.pro
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.svg
X%%DATADIR%%/scripts/Modify/Mirror/MirrorDialog.svg
X%%DATADIR%%/scripts/Modify/Mirror/MirrorDialog.ui
X%%DATADIR%%/scripts/Modify/Mirror/MirrorInit.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/MirrorTest00.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/MirrorTest01.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Mirror/Tests/data/half.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/required/MirrorTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/required/MirrorTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_de.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_de.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_es.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_es.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_fr.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_fr.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_it.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_it.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_ja.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_ja.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pl.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pl.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pt.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pt.ts
X%%DATADIR%%/scripts/Modify/Modify.js
X%%DATADIR%%/scripts/Modify/Modify.pro
X%%DATADIR%%/scripts/Modify/Modify.svg
X%%DATADIR%%/scripts/Modify/ModifyCorner.js
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.js
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.pro
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.svg
X%%DATADIR%%/scripts/Modify/Reverse/ReverseInit.js
X%%DATADIR%%/scripts/Modify/Reverse/Tests/ReverseTest00.js
X%%DATADIR%%/scripts/Modify/Reverse/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Reverse/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Reverse/Tests/required/ReverseTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_de.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_de.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_en.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_es.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_fr.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_it.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_ja.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_pt.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_en.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_es.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_fr.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_it.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_ja.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_pt.html
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_de.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_de.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_es.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_es.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_fr.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_fr.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_it.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_it.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_ja.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_ja.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pl.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pl.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pt.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pt.ts
X%%DATADIR%%/scripts/Modify/Rotate/ByMouse.svg
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.js
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.pro
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.svg
X%%DATADIR%%/scripts/Modify/Rotate/RotateDialog.svg
X%%DATADIR%%/scripts/Modify/Rotate/RotateDialog.ui
X%%DATADIR%%/scripts/Modify/Rotate/RotateInit.js
X%%DATADIR%%/scripts/Modify/Rotate/Tests/RotateTest00.js
X%%DATADIR%%/scripts/Modify/Rotate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Rotate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Rotate/Tests/required/RotateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_de.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_de.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_es.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_es.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_fr.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_fr.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_it.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_it.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_ja.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_ja.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pl.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pl.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pt.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pt.ts
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.js
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.pro
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.svg
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.ui
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Dialog.svg
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Dialog.ui
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Init.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test00.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test01.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test02.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test03.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test04.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test05.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test06.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/arc.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/circle.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/ellipse.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/line.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/text.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test00_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test01_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test02_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test03_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test04_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test05_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test06_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2.svg
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_de.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_de.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_es.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_es.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_fr.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_fr.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_it.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_it.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_ja.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_ja.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pl.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pl.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pt.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pt.ts
X%%DATADIR%%/scripts/Modify/Round/Round.js
X%%DATADIR%%/scripts/Modify/Round/Round.pro
X%%DATADIR%%/scripts/Modify/Round/Round.svg
X%%DATADIR%%/scripts/Modify/Round/Round.ui
X%%DATADIR%%/scripts/Modify/Round/RoundInit.js
X%%DATADIR%%/scripts/Modify/Round/Tests/RoundTest00.js
X%%DATADIR%%/scripts/Modify/Round/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Round/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Round/Tests/required/RoundTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Round/doc/Round.dxf
X%%DATADIR%%/scripts/Modify/Round/doc/Round.svg
X%%DATADIR%%/scripts/Modify/Round/doc/Round_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_pt.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_pt.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_pt.html
X%%DATADIR%%/scripts/Modify/Round/ts/Round_de.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_de.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_es.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_es.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_fr.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_fr.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_it.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_it.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_ja.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_ja.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pl.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pl.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pt.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pt.ts
X%%DATADIR%%/scripts/Modify/Scale/ByMouse.svg
X%%DATADIR%%/scripts/Modify/Scale/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Modify/Scale/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Modify/Scale/Scale.js
X%%DATADIR%%/scripts/Modify/Scale/Scale.pro
X%%DATADIR%%/scripts/Modify/Scale/Scale.svg
X%%DATADIR%%/scripts/Modify/Scale/ScaleDialog.svg
X%%DATADIR%%/scripts/Modify/Scale/ScaleDialog.ui
X%%DATADIR%%/scripts/Modify/Scale/ScaleInit.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest00.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest01.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest02.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest03.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest04.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest05.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest06.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest07.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/arcs.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/circles.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/ellipses_ellipse_arcs.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/points.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/text.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest03_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest04_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest05_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest06_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest07_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_pt.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_pt.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_pt.html
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_de.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_de.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_es.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_es.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_fr.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_fr.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_it.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_it.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_ja.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_ja.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pl.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pl.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pt.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pt.ts
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.js
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.pro
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.svg
X%%DATADIR%%/scripts/Modify/Stretch/StretchInit.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/StretchTest00.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/StretchTest01.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Stretch/Tests/data/entities0.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/data/entities1.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/required/StretchTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/required/StretchTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch.dxf
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch.svg
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_de.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_de.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_es.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_es.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_fr.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_fr.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_it.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_it.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_ja.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_ja.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pl.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pl.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pt.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pt.ts
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.js
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.pro
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.svg
X%%DATADIR%%/scripts/Modify/ToBack/ToBackInit.js
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_de.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_de.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_es.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_es.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_fr.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_fr.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_it.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_it.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_ja.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_ja.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pl.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pl.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pt.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pt.ts
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.js
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.pro
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.svg
X%%DATADIR%%/scripts/Modify/ToFront/ToFrontInit.js
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_de.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_de.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_es.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_es.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_fr.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_fr.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_it.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_it.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_ja.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_ja.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pl.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pl.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pt.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pt.ts
X%%DATADIR%%/scripts/Modify/Transform.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest00.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest01.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest02.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Translate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/Translate00_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Translate.js
X%%DATADIR%%/scripts/Modify/Translate/Translate.pro
X%%DATADIR%%/scripts/Modify/Translate/Translate.svg
X%%DATADIR%%/scripts/Modify/Translate/TranslateDialog.svg
X%%DATADIR%%/scripts/Modify/Translate/TranslateDialog.ui
X%%DATADIR%%/scripts/Modify/Translate/TranslateInit.js
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_pt.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_pt.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_pt.html
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_de.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_de.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_es.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_es.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_fr.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_fr.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_it.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_it.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_ja.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_ja.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pl.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pl.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pt.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pt.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest00.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest01.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest02.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest01_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest02_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.pro
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.ui
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateDialog.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateDialog.ui
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateInit.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_de.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_de.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_es.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_es.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_fr.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_fr.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_it.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_it.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_ja.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_ja.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pl.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pl.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pt.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pt.ts
X%%DATADIR%%/scripts/Modify/Trim/Tests/TrimTest00.js
X%%DATADIR%%/scripts/Modify/Trim/Tests/TrimTest01.js
X%%DATADIR%%/scripts/Modify/Trim/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Trim/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Trim/Tests/required/TrimTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Trim/Tests/required/TrimTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Trim/Trim.js
X%%DATADIR%%/scripts/Modify/Trim/Trim.pro
X%%DATADIR%%/scripts/Modify/Trim/Trim.svg
X%%DATADIR%%/scripts/Modify/Trim/TrimInit.js
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim.dxf
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim.svg
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_pt.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_pt.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_pt.html
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_de.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_de.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_es.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_es.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_fr.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_fr.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_it.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_it.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_ja.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_ja.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pl.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pl.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pt.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pt.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/TrimBothTest00.js
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/required/TrimBothTest00_000.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.js
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.pro
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.svg
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBothInit.js
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth.svg
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_de.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_de.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_es.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_es.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_fr.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_fr.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_it.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_it.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_ja.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_ja.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pl.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pl.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pt.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pt.ts
X%%DATADIR%%/scripts/Modify/doc/Modify_de.html
X%%DATADIR%%/scripts/Modify/doc/Modify_en.html
X%%DATADIR%%/scripts/Modify/doc/Modify_es.html
X%%DATADIR%%/scripts/Modify/doc/Modify_fr.html
X%%DATADIR%%/scripts/Modify/doc/Modify_it.html
X%%DATADIR%%/scripts/Modify/doc/Modify_ja.html
X%%DATADIR%%/scripts/Modify/doc/Modify_pt.html
X%%DATADIR%%/scripts/Modify/ts/Modify_de.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_de.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_es.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_es.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_fr.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_fr.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_it.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_it.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_ja.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_ja.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_pl.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_pl.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_pt.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_pt.ts
X%%DATADIR%%/scripts/Modify/ts/ts.pro
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/DefaultNavigation.js
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/DefaultNavigation.pro
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/PreferencesPage.ui
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_de.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_de.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_es.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_es.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_fr.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_fr.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_it.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_it.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_ja.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_ja.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pl.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pl.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pt.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pt.ts
X%%DATADIR%%/scripts/Navigation/Navigation.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Bottom.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.ui
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProjectInit.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Left.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/LeftBack.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Right.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RightBack.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RotateCCW.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RotateCW.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest00.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest01.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest02.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest03.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest04.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_arc.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_circle.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_ellipse.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_spline.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/figure.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest00_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest01_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest02_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest03_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest04_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Top.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_de.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_de.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_es.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_es.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_fr.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_fr.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_it.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_it.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_ja.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_ja.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pl.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pl.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pt.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pt.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsometricProjection.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsometricProjection.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_de.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_de.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_es.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_es.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_fr.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_fr.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_it.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_it.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_ja.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_ja.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pl.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pl.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pt.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pt.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/ts.pro
X%%DATADIR%%/scripts/Projection/Projection.js
X%%DATADIR%%/scripts/Projection/Projection.pro
X%%DATADIR%%/scripts/Projection/Projection.svg
X%%DATADIR%%/scripts/Projection/ts/Projection_de.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_de.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_es.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_es.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_fr.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_fr.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_it.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_it.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_ja.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_ja.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_pl.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_pl.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_pt.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_pt.ts
X%%DATADIR%%/scripts/Projection/ts/ts.pro
X%%DATADIR%%/scripts/Reset/Reset.js
X%%DATADIR%%/scripts/Reset/Reset.pro
X%%DATADIR%%/scripts/Reset/Reset.svg
X%%DATADIR%%/scripts/Reset/ResetInit.js
X%%DATADIR%%/scripts/Reset/ResetPostInit.js
X%%DATADIR%%/scripts/Reset/doc/Reset_de.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_de.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_en.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_es.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_fr.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_it.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_ja.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_pt.html
X%%DATADIR%%/scripts/Reset/doc/Reset_en.html
X%%DATADIR%%/scripts/Reset/doc/Reset_es.html
X%%DATADIR%%/scripts/Reset/doc/Reset_fr.html
X%%DATADIR%%/scripts/Reset/doc/Reset_it.html
X%%DATADIR%%/scripts/Reset/doc/Reset_ja.html
X%%DATADIR%%/scripts/Reset/doc/Reset_pt.html
X%%DATADIR%%/scripts/Reset/ts/Reset_de.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_de.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_es.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_es.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_fr.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_fr.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_it.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_it.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_ja.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_ja.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_pl.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_pl.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_pt.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_pt.ts
X%%DATADIR%%/scripts/ResetToDefaults.svg
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.js
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.pro
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.svg
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAllInit.js
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_de.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_de.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_en.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_es.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_fr.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_it.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_ja.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_pt.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_en.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_es.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_fr.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_it.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_ja.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_pt.html
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_de.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_de.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_es.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_es.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_fr.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_fr.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_it.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_it.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_ja.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_ja.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pl.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pl.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pt.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pt.ts
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.js
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.pro
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.svg
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelectionInit.js
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_de.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_de.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_en.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_es.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_fr.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_it.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_ja.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_pt.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_en.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_es.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_fr.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_it.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_ja.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_pt.html
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_de.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_de.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_es.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_es.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_fr.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_fr.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_it.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_it.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_ja.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_ja.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pl.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pl.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pt.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pt.ts
X%%DATADIR%%/scripts/Select/Select.js
X%%DATADIR%%/scripts/Select/Select.pro
X%%DATADIR%%/scripts/Select/Select.svg
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.js
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.pro
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.svg
X%%DATADIR%%/scripts/Select/SelectAll/SelectAllInit.js
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_de.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_de.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_en.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_es.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_it.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_en.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_es.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_fr.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_it.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_ja.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_pt.html
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_de.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_de.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_es.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_es.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_fr.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_fr.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_it.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_it.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_ja.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_ja.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pl.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pl.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pt.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pt.ts
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.js
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.pro
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.svg
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.ui
X%%DATADIR%%/scripts/Select/SelectContour/SelectContourInit.js
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_de.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_de.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_es.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_es.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_fr.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_fr.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_it.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_it.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_ja.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_ja.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pl.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pl.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pt.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pt.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.js
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.pro
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.svg
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.ui
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntitiesInit.js
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_de.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_de.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_es.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_es.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_fr.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_fr.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_it.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_it.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_ja.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_ja.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.ts
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.js
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.pro
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.svg
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.ui
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayerInit.js
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.js
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.pro
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.svg
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.ui
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangleInit.js
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_de.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_de.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_es.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_es.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_fr.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_fr.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_it.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_it.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_ja.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_ja.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pl.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pl.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pt.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pt.ts
X%%DATADIR%%/scripts/Select/SelectionModeAdd.svg
X%%DATADIR%%/scripts/Select/SelectionModeIntersect.svg
X%%DATADIR%%/scripts/Select/SelectionModeRemove.svg
X%%DATADIR%%/scripts/Select/SelectionModeReplace.svg
X%%DATADIR%%/scripts/Select/doc/Select_de.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_de.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_en.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_es.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_fr.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_it.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_ja.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_pt.html
X%%DATADIR%%/scripts/Select/doc/Select_en.html
X%%DATADIR%%/scripts/Select/doc/Select_es.html
X%%DATADIR%%/scripts/Select/doc/Select_fr.html
X%%DATADIR%%/scripts/Select/doc/Select_it.html
X%%DATADIR%%/scripts/Select/doc/Select_ja.html
X%%DATADIR%%/scripts/Select/doc/Select_pt.html
X%%DATADIR%%/scripts/Select/ts/Select_de.qm
X%%DATADIR%%/scripts/Select/ts/Select_de.ts
X%%DATADIR%%/scripts/Select/ts/Select_es.qm
X%%DATADIR%%/scripts/Select/ts/Select_es.ts
X%%DATADIR%%/scripts/Select/ts/Select_fr.qm
X%%DATADIR%%/scripts/Select/ts/Select_fr.ts
X%%DATADIR%%/scripts/Select/ts/Select_it.qm
X%%DATADIR%%/scripts/Select/ts/Select_it.ts
X%%DATADIR%%/scripts/Select/ts/Select_ja.qm
X%%DATADIR%%/scripts/Select/ts/Select_ja.ts
X%%DATADIR%%/scripts/Select/ts/Select_pl.qm
X%%DATADIR%%/scripts/Select/ts/Select_pl.ts
X%%DATADIR%%/scripts/Select/ts/Select_pt.qm
X%%DATADIR%%/scripts/Select/ts/Select_pt.ts
X%%DATADIR%%/scripts/Select/ts/ts.pro
X%%DATADIR%%/scripts/ShapeAlgorithms.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.pro
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.svg
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZeroInit.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_de.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_de.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_en.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_es.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_fr.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_it.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_ja.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_pt.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_en.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_es.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_fr.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_it.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_ja.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_pt.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_de.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_de.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_es.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_es.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_fr.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_fr.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_it.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_it.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_ja.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_ja.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pl.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pl.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pt.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.js
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.pro
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.svg
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontalInit.js
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_de.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_en.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_es.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_fr.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_it.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_ja.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_pt.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_de.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_de.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_es.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_es.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_it.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_it.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.js
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.pro
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.svg
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOffInit.js
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_de.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_en.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_es.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_it.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_de.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_de.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_es.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_es.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_it.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_it.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.js
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.pro
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.svg
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonalInit.js
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_de.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_en.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_es.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_it.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_de.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_de.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_es.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_es.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_it.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_it.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.js
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.pro
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.svg
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVerticalInit.js
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_de.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_en.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_es.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_fr.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_it.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_ja.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_pt.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_de.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_de.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_es.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_es.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_it.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_it.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pt.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.js
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.pro
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.svg
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZeroInit.js
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_de.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_de.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_es.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_es.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_fr.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_fr.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_it.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_it.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_ja.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_ja.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pl.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pl.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pt.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pt.ts
X%%DATADIR%%/scripts/Snap/Snap.js
X%%DATADIR%%/scripts/Snap/Snap.pro
X%%DATADIR%%/scripts/Snap/SnapAuto/PreferencesPage.ui
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.js
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.pro
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.svg
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAutoInit.js
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_de.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_en.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_es.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_fr.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_it.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_ja.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_pt.html
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_de.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_de.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_es.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_es.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_fr.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_fr.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_it.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_it.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_ja.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_ja.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pl.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pl.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pt.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.js
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.pro
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.svg
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenterInit.js
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter.dxf
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter.svg
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_de.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_en.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_es.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_fr.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_it.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_ja.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_pt.html
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_de.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_de.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_es.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_es.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_it.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_it.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.js
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.pro
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.ui
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinateInit.js
X%%DATADIR%%/scripts/Snap/SnapCoordinate/Tick.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_de.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_de.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_es.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_es.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_it.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_it.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.js
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.pro
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.ui
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolarInit.js
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/Tick.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_de.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_de.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_es.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_es.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_it.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_it.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pt.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.js
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.pro
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.svg
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.ui
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistanceInit.js
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance.dxf
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance.svg
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_de.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_en.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_es.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_fr.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_it.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_ja.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_pt.html
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_de.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_de.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_es.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_es.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_fr.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_fr.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_it.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_it.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_ja.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_ja.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pl.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pl.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pt.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pt.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.js
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.pro
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.svg
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEndInit.js
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd.dxf
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd.svg
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_de.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_en.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_es.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_fr.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_it.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_ja.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_pt.html
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_de.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_de.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_es.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_es.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_fr.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_fr.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_it.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_it.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_ja.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_ja.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pl.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pl.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pt.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pt.ts
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.js
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.pro
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.svg
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFreeInit.js
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_de.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_en.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_es.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_fr.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_it.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_ja.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_pt.html
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_de.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_de.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_es.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_es.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_fr.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_fr.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_it.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_it.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_ja.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_ja.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pl.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pl.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pt.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pt.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.js
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.pro
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.svg
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGridInit.js
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_de.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_en.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_es.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_fr.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_it.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_ja.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_pt.html
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_de.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_de.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_es.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_es.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_fr.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_fr.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_it.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_it.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_ja.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_ja.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pl.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pl.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pt.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pt.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.js
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.pro
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.svg
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersectionInit.js
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection.dxf
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection.svg
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_de.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_de.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_es.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_es.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_fr.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_fr.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_it.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_it.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_ja.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_ja.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pl.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pl.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pt.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pt.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.js
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.pro
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.svg
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManualInit.js
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual.dxf
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual.svg
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_de.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_de.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_es.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_es.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_fr.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_fr.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_it.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_it.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_ja.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_ja.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pl.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pl.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pt.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pt.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.js
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.pro
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.svg
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddleInit.js
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle.dxf
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle.svg
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_de.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_de.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_es.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_es.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_fr.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_fr.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_it.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_it.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_ja.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_ja.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pl.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pl.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pt.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pt.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.js
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.pro
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.svg
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManualInit.js
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual.dxf
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual.svg
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_de.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_de.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_es.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_es.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_fr.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_fr.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_it.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_it.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_ja.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_ja.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pl.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pl.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pt.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pt.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.js
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.pro
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.svg
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntityInit.js
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity.dxf
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity.svg
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_de.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_en.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_es.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_fr.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_it.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_ja.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_pt.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_de.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_de.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_es.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_es.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_fr.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_fr.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_it.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_it.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_ja.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_ja.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pl.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pl.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pt.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pt.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.js
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.pro
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.svg
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicularInit.js
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_de.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_en.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_es.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_fr.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_it.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_ja.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_pt.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_de.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_de.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_es.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_es.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_fr.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_fr.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_it.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_it.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_ja.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_ja.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pl.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pl.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pt.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pt.ts
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.js
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.pro
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.svg
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReferenceInit.js
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference.dxf
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference.svg
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_de.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_en.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_es.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_fr.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_it.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_ja.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_pt.html
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_de.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_de.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_es.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_es.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_fr.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_fr.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_it.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_it.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_ja.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_ja.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pl.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pl.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pt.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pt.ts
X%%DATADIR%%/scripts/Snap/doc/Snap_de.html
X%%DATADIR%%/scripts/Snap/doc/Snap_en.html
X%%DATADIR%%/scripts/Snap/doc/Snap_es.html
X%%DATADIR%%/scripts/Snap/doc/Snap_fr.html
X%%DATADIR%%/scripts/Snap/doc/Snap_it.html
X%%DATADIR%%/scripts/Snap/doc/Snap_ja.html
X%%DATADIR%%/scripts/Snap/doc/Snap_pt.html
X%%DATADIR%%/scripts/Snap/ts/Snap_de.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_de.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_es.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_es.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_fr.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_fr.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_it.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_it.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_ja.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_ja.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_pl.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_pl.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_pt.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_pt.ts
X%%DATADIR%%/scripts/Snap/ts/ts.pro
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.js
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.pro
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.svg
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoomInit.js
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_de.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_de.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_en.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_es.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_fr.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_it.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_ja.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_pt.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_en.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_es.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_fr.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_it.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_ja.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_pt.html
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_de.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_de.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_es.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_es.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_fr.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_fr.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_it.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_it.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_ja.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_ja.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pl.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pl.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pt.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pt.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocus.js
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocus.pro
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocusInit.js
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_de.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_de.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_en.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_es.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_fr.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_it.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_ja.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_pt.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_en.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_es.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_fr.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_it.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_ja.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_pt.html
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_de.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_de.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_es.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_es.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_fr.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_fr.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_it.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_it.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_ja.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_ja.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pl.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pl.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pt.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pt.ts
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.js
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.pro
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.svg
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_de.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_de.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_en.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_es.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_fr.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_it.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_ja.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_pt.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_en.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_es.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_fr.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_it.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_ja.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_pt.html
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_de.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_de.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_es.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_es.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_fr.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_fr.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_it.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_it.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_ja.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_ja.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pl.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pl.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pt.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricView.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricView.pro
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_de.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_de.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_es.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_es.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_it.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_it.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/ts.pro
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.js
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.pro
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocusInit.js
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_de.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_en.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_es.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_fr.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_it.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_ja.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_pt.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_de.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_de.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_es.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_es.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_fr.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_fr.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_it.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_it.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_ja.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_ja.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pl.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pl.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pt.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pt.ts
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.js
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.pro
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.svg
X%%DATADIR%%/scripts/View/PanZoom/PanZoomInit.js
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_de.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_de.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_en.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_es.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_fr.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_it.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_ja.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_pt.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_en.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_es.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_fr.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_it.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_ja.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_pt.html
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_de.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_de.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_es.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_es.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_fr.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_fr.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_it.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_it.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_ja.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_ja.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pl.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pl.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pt.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pt.ts
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.js
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.pro
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.svg
X%%DATADIR%%/scripts/View/PreviousView/PreviousViewInit.js
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_de.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_de.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_en.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_es.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_fr.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_it.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_ja.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_pt.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_en.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_es.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_fr.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_it.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_ja.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_pt.html
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_de.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_de.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_es.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_es.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_fr.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_fr.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_it.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_it.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_ja.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_ja.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pl.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pl.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pt.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pt.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.js
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.pro
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.svg
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_de.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_de.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_en.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_es.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_fr.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_it.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_ja.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_pt.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_en.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_es.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_fr.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_it.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_ja.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_pt.html
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_de.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_de.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_es.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_es.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_fr.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_fr.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_it.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_it.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_ja.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_ja.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pl.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pl.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pt.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pt.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBar.js
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBar.pro
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBarInit.js
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_de.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_de.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_en.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_es.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_fr.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_it.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_ja.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_pt.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_en.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_es.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_fr.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_it.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_ja.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_pt.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_de.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_de.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_es.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_es.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_fr.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_fr.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_it.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_it.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_ja.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_ja.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pl.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pl.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pt.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pt.ts
X%%DATADIR%%/scripts/View/View.js
X%%DATADIR%%/scripts/View/View.pro
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBars.js
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBars.pro
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBarsPostInit.js
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_de.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_de.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_es.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_es.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_fr.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_fr.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_it.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_it.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_ja.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_ja.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pl.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pl.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pt.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolbars_pt.ts
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.js
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.pro
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.svg
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomCursor.png
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomCursorMask.png
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomInit.js
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_de.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_de.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_es.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_es.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_fr.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_fr.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_it.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_it.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_ja.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_ja.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pl.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pl.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pt.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pt.ts
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.js
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.pro
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.svg
X%%DATADIR%%/scripts/View/ZoomIn/ZoomInInit.js
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_de.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_de.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_en.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_es.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_it.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_en.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_es.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_fr.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_it.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_ja.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_pt.html
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_de.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_de.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_es.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_es.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_fr.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_fr.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_it.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_it.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_ja.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_ja.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pl.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pl.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pt.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pt.ts
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.js
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.pro
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.svg
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOutInit.js
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_de.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_de.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_en.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_es.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_it.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_en.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_es.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_fr.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_it.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_ja.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_pt.html
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_de.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_de.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_es.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_es.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_fr.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_fr.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_it.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_it.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_ja.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_ja.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pl.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pl.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pt.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pt.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.js
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.pro
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.svg
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelectionInit.js
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_de.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_de.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_en.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_es.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_it.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_en.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_es.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_fr.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_it.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_ja.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_pt.html
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_de.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_de.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_es.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_es.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_fr.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_fr.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_it.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_it.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_ja.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_ja.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pl.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pl.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pt.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pt.ts
X%%DATADIR%%/scripts/View/doc/View_de.html
X%%DATADIR%%/scripts/View/doc/View_en.html
X%%DATADIR%%/scripts/View/doc/View_es.html
X%%DATADIR%%/scripts/View/doc/View_fr.html
X%%DATADIR%%/scripts/View/doc/View_it.html
X%%DATADIR%%/scripts/View/doc/View_ja.html
X%%DATADIR%%/scripts/View/doc/View_pt.html
X%%DATADIR%%/scripts/View/ts/View_de.qm
X%%DATADIR%%/scripts/View/ts/View_de.ts
X%%DATADIR%%/scripts/View/ts/View_es.qm
X%%DATADIR%%/scripts/View/ts/View_es.ts
X%%DATADIR%%/scripts/View/ts/View_fr.qm
X%%DATADIR%%/scripts/View/ts/View_fr.ts
X%%DATADIR%%/scripts/View/ts/View_it.qm
X%%DATADIR%%/scripts/View/ts/View_it.ts
X%%DATADIR%%/scripts/View/ts/View_ja.qm
X%%DATADIR%%/scripts/View/ts/View_ja.ts
X%%DATADIR%%/scripts/View/ts/View_pl.qm
X%%DATADIR%%/scripts/View/ts/View_pl.ts
X%%DATADIR%%/scripts/View/ts/View_pt.qm
X%%DATADIR%%/scripts/View/ts/View_pt.ts
X%%DATADIR%%/scripts/View/ts/ts.pro
X%%DATADIR%%/scripts/WidgetFactory.js
X%%DATADIR%%/scripts/Widgets/AutoZoomView/AutoZoomView.js
X%%DATADIR%%/scripts/Widgets/AutoZoomView/AutoZoomView.pro
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_de.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_de.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_es.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_es.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_fr.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_fr.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_it.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_it.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_ja.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_ja.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pl.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pl.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pt.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pt.ts
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.js
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.pro
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.svg
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.ui
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_00.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_01.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_10.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_11.svg
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_de.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_en.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_es.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_fr.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_it.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_ja.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_pt.html
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_de.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_de.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_es.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_es.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_fr.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_fr.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_it.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_it.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_ja.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_ja.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pl.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pl.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pt.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pt.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/Back.svg
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.pro
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarLine.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarPanel.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarPoint.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarSnap.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/ColumnLayout.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.js
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.pro
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.svg
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.ui
X%%DATADIR%%/scripts/Widgets/CommandLine/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/CommandLine/ToggleTitleBar.svg
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_de.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_en.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_es.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_fr.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_it.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_ja.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_pt.html
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_de.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_de.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_es.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_es.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_fr.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_fr.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_it.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_it.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_ja.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_ja.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pl.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pl.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pt.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pt.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.js
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.pro
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.ui
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/Dialog.ui
X%%DATADIR%%/scripts/Widgets/DirectoryList/ArrowDown.svg
X%%DATADIR%%/scripts/Widgets/DirectoryList/ArrowUp.svg
X%%DATADIR%%/scripts/Widgets/DirectoryList/DirectoryList.js
X%%DATADIR%%/scripts/Widgets/DirectoryList/DirectoryList.pro
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_de.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_de.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_es.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_es.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_fr.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_fr.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_it.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_it.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_ja.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_ja.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pl.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pl.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pt.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pt.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.js
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.pro
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.ui
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStartInit.js
X%%DATADIR%%/scripts/Widgets/FirstStart/firststart.png
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_de.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_de.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_es.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_es.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_fr.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_fr.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_it.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_it.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_ja.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_ja.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pl.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pl.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pt.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pt.ts
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.js
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.pro
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.svg
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.ui
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_de.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_en.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_es.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_fr.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_it.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_ja.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_pt.html
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_00.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_01.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_10.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_11.svg
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_de.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_de.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_es.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_es.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_fr.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_fr.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_it.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_it.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_ja.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_ja.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pl.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pl.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pt.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pt.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Clear.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Close.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Create.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/DefaultDirectoryIcon.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/EditDrawing.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Empty.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Error.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Favorite.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Favorites.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/FileIconProvider.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Find.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Insert.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ItemDelegate.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/JsFile.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.pro
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.ui
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowserInit.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowserPostInit.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ListViewEventHandler.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Next.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Open.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Previous.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Rdf.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Reset.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ShowOptionsDown.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ShowOptionsUp.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Sync.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Tag.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/TagStyles.css
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Item.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemTag.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemTagPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Locale.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/LocalePeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Table.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Tag.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagCategory.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagCategoryPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_de.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_de.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_en.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_es.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_fr.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_it.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_ja.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_pt.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_en.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_es.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_fr.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_it.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_ja.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_pt.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_de.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_de.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_es.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_es.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_fr.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_fr.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_it.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_it.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_ja.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_ja.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pl.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pl.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pt.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pt.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/Mouse.svg
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.js
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.pro
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.ui
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/OptionsToolBar.js
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/OptionsToolBar.pro
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.js
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.pro
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.ui
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/Close.svg
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.js
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.pro
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.ui
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_de.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_de.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_es.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_es.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_fr.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_fr.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_it.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_it.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_ja.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_ja.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pl.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pl.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pt.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pt.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddCustomProperty.ui
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddLayer.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddProperty.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/Clear.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.js
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.pro
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.ui
X%%DATADIR%%/scripts/Widgets/PropertyEditor/RemoveProperty.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_de.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_en.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_es.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_fr.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_it.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_ja.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_pt.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_de.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_de.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_es.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_es.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_fr.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_fr.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_it.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_it.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_ja.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_ja.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pl.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pl.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pt.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pt.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.js
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.pro
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.ui
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/StatusBar/StatusBar.js
X%%DATADIR%%/scripts/Widgets/StatusBar/StatusBar.pro
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_de.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_de.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_es.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_es.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_fr.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_fr.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_it.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_it.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_ja.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_ja.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pl.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pl.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pt.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pt.ts
X%%DATADIR%%/scripts/Widgets/TabBar/TabBar.js
X%%DATADIR%%/scripts/Widgets/TabBar/TabBar.pro
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_de.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_de.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_es.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_es.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_fr.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_fr.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_it.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_it.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_ja.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_ja.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pl.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pl.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pt.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pt.ts
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/00_Single.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/10_TwoVertical.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/11_TwoHorizontal.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/20_ThreeRight.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/21_ThreeLeft.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/22_ThreeAbove.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/23_ThreeBelow.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/24_ThreeVertical.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/25_ThreeHorizontal.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/30_FourEqual.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/31_FourRight.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/32_FourLeft.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.js
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.pro
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.ui
X%%DATADIR%%/scripts/Widgets/Viewport/ViewportGl.ui
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_de.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_de.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_es.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_es.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_fr.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_fr.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_it.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_it.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_ja.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_ja.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pl.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pl.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pt.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pt.ts
X%%DATADIR%%/scripts/Widgets/Widgets.js
X%%DATADIR%%/scripts/Widgets/Widgets.pro
X%%DATADIR%%/scripts/Widgets/ts/Widgets_de.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_de.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_es.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_es.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_fr.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_fr.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_it.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_it.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_ja.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_ja.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pl.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pl.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pt.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pt.ts
X%%DATADIR%%/scripts/Widgets/ts/ts.pro
X%%DATADIR%%/scripts/Window/CloseAll/CloseAll.js
X%%DATADIR%%/scripts/Window/CloseAll/CloseAll.pro
X%%DATADIR%%/scripts/Window/CloseAll/CloseAllInit.js
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_de.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_de.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_en.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_es.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_fr.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_it.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_ja.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_pt.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_en.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_es.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_fr.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_it.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_ja.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_pt.html
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_de.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_de.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_es.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_es.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_fr.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_fr.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_it.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_it.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_ja.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_ja.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pl.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pl.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pt.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pt.ts
X%%DATADIR%%/scripts/Window/NextWindow/NextWindow.js
X%%DATADIR%%/scripts/Window/NextWindow/NextWindow.pro
X%%DATADIR%%/scripts/Window/NextWindow/NextWindowInit.js
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_de.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_de.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_en.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_es.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_fr.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_it.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_ja.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_pt.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_en.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_es.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_fr.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_it.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_ja.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_pt.html
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_de.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_de.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_es.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_es.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_fr.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_fr.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_it.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_it.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_ja.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_ja.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pl.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pl.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pt.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pt.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindow.js
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindow.pro
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindowInit.js
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_de.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_de.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_en.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_es.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_fr.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_it.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_ja.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_pt.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_en.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_es.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_fr.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_it.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_ja.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_pt.html
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_de.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_de.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_es.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_es.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_fr.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_fr.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_it.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_it.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_ja.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_ja.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pl.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pl.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pt.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pt.ts
X%%DATADIR%%/scripts/Window/Window.js
X%%DATADIR%%/scripts/Window/Window.pro
X%%DATADIR%%/scripts/Window/doc/Window_de.html
X%%DATADIR%%/scripts/Window/doc/Window_en.html
X%%DATADIR%%/scripts/Window/doc/Window_es.html
X%%DATADIR%%/scripts/Window/doc/Window_fr.html
X%%DATADIR%%/scripts/Window/doc/Window_it.html
X%%DATADIR%%/scripts/Window/doc/Window_ja.html
X%%DATADIR%%/scripts/Window/doc/Window_pt.html
X%%DATADIR%%/scripts/Window/ts/Window_de.qm
X%%DATADIR%%/scripts/Window/ts/Window_de.ts
X%%DATADIR%%/scripts/Window/ts/Window_es.qm
X%%DATADIR%%/scripts/Window/ts/Window_es.ts
X%%DATADIR%%/scripts/Window/ts/Window_fr.qm
X%%DATADIR%%/scripts/Window/ts/Window_fr.ts
X%%DATADIR%%/scripts/Window/ts/Window_it.qm
X%%DATADIR%%/scripts/Window/ts/Window_it.ts
X%%DATADIR%%/scripts/Window/ts/Window_ja.qm
X%%DATADIR%%/scripts/Window/ts/Window_ja.ts
X%%DATADIR%%/scripts/Window/ts/Window_pl.qm
X%%DATADIR%%/scripts/Window/ts/Window_pl.ts
X%%DATADIR%%/scripts/Window/ts/Window_pt.qm
X%%DATADIR%%/scripts/Window/ts/Window_pt.ts
X%%DATADIR%%/scripts/Window/ts/ts.pro
X%%DATADIR%%/scripts/autostart.js
X%%DATADIR%%/scripts/date.js
X%%DATADIR%%/scripts/library.js
X%%DATADIR%%/scripts/map.js
X%%DATADIR%%/scripts/mimetype.png
X%%DATADIR%%/scripts/qcad_icon.png
X%%DATADIR%%/scripts/qcad_icon.svg
X%%DATADIR%%/scripts/scripts.dox
X%%DATADIR%%/scripts/scripts.pro
X%%DATADIR%%/scripts/splashscreen.png
X%%DATADIR%%/scripts/sprintf.js
X%%DATADIR%%/scripts/translations.pri
X%%DATADIR%%/scripts/ts/Scripts_de.qm
X%%DATADIR%%/scripts/ts/Scripts_de.ts
X%%DATADIR%%/scripts/ts/Scripts_es.qm
X%%DATADIR%%/scripts/ts/Scripts_es.ts
X%%DATADIR%%/scripts/ts/Scripts_fr.qm
X%%DATADIR%%/scripts/ts/Scripts_fr.ts
X%%DATADIR%%/scripts/ts/Scripts_it.qm
X%%DATADIR%%/scripts/ts/Scripts_it.ts
X%%DATADIR%%/scripts/ts/Scripts_ja.qm
X%%DATADIR%%/scripts/ts/Scripts_ja.ts
X%%DATADIR%%/scripts/ts/Scripts_pl.qm
X%%DATADIR%%/scripts/ts/Scripts_pl.ts
X%%DATADIR%%/scripts/ts/Scripts_pt.qm
X%%DATADIR%%/scripts/ts/Scripts_pt.ts
X%%DATADIR%%/scripts/ts/ts.pro
X%%DATADIR%%/ts/Makefile
X%%DATADIR%%/ts/assistant_cs.qm
X%%DATADIR%%/ts/assistant_da.qm
X%%DATADIR%%/ts/assistant_de.qm
X%%DATADIR%%/ts/assistant_fr.qm
X%%DATADIR%%/ts/assistant_hu.qm
X%%DATADIR%%/ts/assistant_ja.qm
X%%DATADIR%%/ts/assistant_ko.qm
X%%DATADIR%%/ts/assistant_pl.qm
X%%DATADIR%%/ts/assistant_ru.qm
X%%DATADIR%%/ts/assistant_sl.qm
X%%DATADIR%%/ts/assistant_uk.qm
X%%DATADIR%%/ts/assistant_zh_CN.qm
X%%DATADIR%%/ts/assistant_zh_TW.qm
X%%DATADIR%%/ts/qcadcore_de.qm
X%%DATADIR%%/ts/qcadcore_de.ts
X%%DATADIR%%/ts/qcadcore_es.qm
X%%DATADIR%%/ts/qcadcore_es.ts
X%%DATADIR%%/ts/qcadcore_fr.qm
X%%DATADIR%%/ts/qcadcore_fr.ts
X%%DATADIR%%/ts/qcadcore_it.qm
X%%DATADIR%%/ts/qcadcore_it.ts
X%%DATADIR%%/ts/qcadcore_ja.qm
X%%DATADIR%%/ts/qcadcore_ja.ts
X%%DATADIR%%/ts/qcadcore_pl.qm
X%%DATADIR%%/ts/qcadcore_pl.ts
X%%DATADIR%%/ts/qcadcore_pt.qm
X%%DATADIR%%/ts/qcadcore_pt.ts
X%%DATADIR%%/ts/qcadentity_de.qm
X%%DATADIR%%/ts/qcadentity_de.ts
X%%DATADIR%%/ts/qcadentity_es.qm
X%%DATADIR%%/ts/qcadentity_es.ts
X%%DATADIR%%/ts/qcadentity_fr.qm
X%%DATADIR%%/ts/qcadentity_fr.ts
X%%DATADIR%%/ts/qcadentity_it.qm
X%%DATADIR%%/ts/qcadentity_it.ts
X%%DATADIR%%/ts/qcadentity_ja.qm
X%%DATADIR%%/ts/qcadentity_ja.ts
X%%DATADIR%%/ts/qcadentity_pl.qm
X%%DATADIR%%/ts/qcadentity_pl.ts
X%%DATADIR%%/ts/qcadentity_pt.qm
X%%DATADIR%%/ts/qcadentity_pt.ts
X%%DATADIR%%/ts/qcadgui_de.qm
X%%DATADIR%%/ts/qcadgui_de.ts
X%%DATADIR%%/ts/qcadgui_es.qm
X%%DATADIR%%/ts/qcadgui_es.ts
X%%DATADIR%%/ts/qcadgui_fr.qm
X%%DATADIR%%/ts/qcadgui_fr.ts
X%%DATADIR%%/ts/qcadgui_it.qm
X%%DATADIR%%/ts/qcadgui_it.ts
X%%DATADIR%%/ts/qcadgui_ja.qm
X%%DATADIR%%/ts/qcadgui_ja.ts
X%%DATADIR%%/ts/qcadgui_pl.qm
X%%DATADIR%%/ts/qcadgui_pl.ts
X%%DATADIR%%/ts/qcadgui_pt.qm
X%%DATADIR%%/ts/qcadgui_pt.ts
X%%DATADIR%%/ts/qt_ar.qm
X%%DATADIR%%/ts/qt_cs.qm
X%%DATADIR%%/ts/qt_da.qm
X%%DATADIR%%/ts/qt_de.qm
X%%DATADIR%%/ts/qt_es.qm
X%%DATADIR%%/ts/qt_fa.qm
X%%DATADIR%%/ts/qt_fr.qm
X%%DATADIR%%/ts/qt_gl.qm
X%%DATADIR%%/ts/qt_he.qm
X%%DATADIR%%/ts/qt_help_cs.qm
X%%DATADIR%%/ts/qt_help_da.qm
X%%DATADIR%%/ts/qt_help_de.qm
X%%DATADIR%%/ts/qt_help_fr.qm
X%%DATADIR%%/ts/qt_help_gl.qm
X%%DATADIR%%/ts/qt_help_hu.qm
X%%DATADIR%%/ts/qt_help_ja.qm
X%%DATADIR%%/ts/qt_help_ko.qm
X%%DATADIR%%/ts/qt_help_pl.qm
X%%DATADIR%%/ts/qt_help_ru.qm
X%%DATADIR%%/ts/qt_help_sl.qm
X%%DATADIR%%/ts/qt_help_uk.qm
X%%DATADIR%%/ts/qt_help_zh_CN.qm
X%%DATADIR%%/ts/qt_help_zh_TW.qm
X%%DATADIR%%/ts/qt_hu.qm
X%%DATADIR%%/ts/qt_ja.qm
X%%DATADIR%%/ts/qt_ko.qm
X%%DATADIR%%/ts/qt_ko.ts
X%%DATADIR%%/ts/qt_lt.qm
X%%DATADIR%%/ts/qt_pl.qm
X%%DATADIR%%/ts/qt_pt.qm
X%%DATADIR%%/ts/qt_ru.qm
X%%DATADIR%%/ts/qt_sk.qm
X%%DATADIR%%/ts/qt_sl.qm
X%%DATADIR%%/ts/qt_sv.qm
X%%DATADIR%%/ts/qt_uk.qm
X%%DATADIR%%/ts/qt_zh_CN.qm
X%%DATADIR%%/ts/qt_zh_TW.qm
X%%DATADIR%%/ts/ts.pro
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.pdf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.svg
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange_with_border.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange_with_border.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isometric_grid.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linetypes.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lineweights.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/projection.dxf
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
X@dirrm %%DATADIR%%/ts
X@dirrm %%DATADIR%%/scripts/ts
X@dirrm %%DATADIR%%/scripts/Window/ts
X@dirrm %%DATADIR%%/scripts/Window/doc
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow/ts
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow/doc
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow
X@dirrm %%DATADIR%%/scripts/Window/NextWindow/ts
X@dirrm %%DATADIR%%/scripts/Window/NextWindow/doc
X@dirrm %%DATADIR%%/scripts/Window/NextWindow
X@dirrm %%DATADIR%%/scripts/Window/CloseAll/ts
X@dirrm %%DATADIR%%/scripts/Window/CloseAll/doc
X@dirrm %%DATADIR%%/scripts/Window/CloseAll
X@dirrm %%DATADIR%%/scripts/Window
X@dirrm %%DATADIR%%/scripts/Widgets/ts
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport/ts
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport/Templates
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport
X@dirrm %%DATADIR%%/scripts/Widgets/TabBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/TabBar
X@dirrm %%DATADIR%%/scripts/Widgets/StatusBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/StatusBar
X@dirrm %%DATADIR%%/scripts/Widgets/SelectionDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/SelectionDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor/ts
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor/doc
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor
X@dirrm %%DATADIR%%/scripts/Widgets/ProgressBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/ProgressBar
X@dirrm %%DATADIR%%/scripts/Widgets/PenToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/PenToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/OptionsToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/OptionsToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/MouseDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/MouseDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/ts
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/doc
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/db
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList/doc
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList
X@dirrm %%DATADIR%%/scripts/Widgets/FirstStart/ts
X@dirrm %%DATADIR%%/scripts/Widgets/FirstStart
X@dirrm %%DATADIR%%/scripts/Widgets/DirectoryList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/DirectoryList
X@dirrm %%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CoordinateDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine/doc
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine
X@dirrm %%DATADIR%%/scripts/Widgets/CadToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CadToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList/doc
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList
X@dirrm %%DATADIR%%/scripts/Widgets/AutoZoomView/ts
X@dirrm %%DATADIR%%/scripts/Widgets/AutoZoomView
X@dirrm %%DATADIR%%/scripts/Widgets
X@dirrm %%DATADIR%%/scripts/View/ts
X@dirrm %%DATADIR%%/scripts/View/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection
X@dirrm %%DATADIR%%/scripts/View/ZoomOut/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomOut/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomOut
X@dirrm %%DATADIR%%/scripts/View/ZoomIn/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomIn/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomIn
X@dirrm %%DATADIR%%/scripts/View/WindowZoom/ts
X@dirrm %%DATADIR%%/scripts/View/WindowZoom/doc
X@dirrm %%DATADIR%%/scripts/View/WindowZoom
X@dirrm %%DATADIR%%/scripts/View/ViewToolBars/ts
X@dirrm %%DATADIR%%/scripts/View/ViewToolBars
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar/ts
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar/doc
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid/ts
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid/doc
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid
X@dirrm %%DATADIR%%/scripts/View/PreviousView/ts
X@dirrm %%DATADIR%%/scripts/View/PreviousView/doc
X@dirrm %%DATADIR%%/scripts/View/PreviousView
X@dirrm %%DATADIR%%/scripts/View/PanZoom/ts
X@dirrm %%DATADIR%%/scripts/View/PanZoom/doc
X@dirrm %%DATADIR%%/scripts/View/PanZoom
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus/ts
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus/doc
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus
X@dirrm %%DATADIR%%/scripts/View/IsometricView/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft
X@dirrm %%DATADIR%%/scripts/View/IsometricView
X@dirrm %%DATADIR%%/scripts/View/DraftMode/ts
X@dirrm %%DATADIR%%/scripts/View/DraftMode/doc
X@dirrm %%DATADIR%%/scripts/View/DraftMode
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus/ts
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus/doc
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus
X@dirrm %%DATADIR%%/scripts/View/AutoZoom/ts
X@dirrm %%DATADIR%%/scripts/View/AutoZoom/doc
X@dirrm %%DATADIR%%/scripts/View/AutoZoom
X@dirrm %%DATADIR%%/scripts/View
X@dirrm %%DATADIR%%/scripts/Snap/ts
X@dirrm %%DATADIR%%/scripts/Snap/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero/ts
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero/doc
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero/ts
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero/doc
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero
X@dirrm %%DATADIR%%/scripts/Snap
X@dirrm %%DATADIR%%/scripts/Select/ts
X@dirrm %%DATADIR%%/scripts/Select/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities
X@dirrm %%DATADIR%%/scripts/Select/SelectContour/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectContour/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectContour
X@dirrm %%DATADIR%%/scripts/Select/SelectAll/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectAll/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectAll
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection/ts
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection/doc
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll/ts
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll/doc
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll
X@dirrm %%DATADIR%%/scripts/Select
X@dirrm %%DATADIR%%/scripts/Reset/ts
X@dirrm %%DATADIR%%/scripts/Reset/doc
X@dirrm %%DATADIR%%/scripts/Reset
X@dirrm %%DATADIR%%/scripts/Projection/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/actual
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection
X@dirrm %%DATADIR%%/scripts/Projection
X@dirrm %%DATADIR%%/scripts/Navigation/DefaultNavigation/ts
X@dirrm %%DATADIR%%/scripts/Navigation/DefaultNavigation
X@dirrm %%DATADIR%%/scripts/Navigation
X@dirrm %%DATADIR%%/scripts/Modify/ts
X@dirrm %%DATADIR%%/scripts/Modify/doc
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/ts
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/doc
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth
X@dirrm %%DATADIR%%/scripts/Modify/Trim/ts
X@dirrm %%DATADIR%%/scripts/Modify/Trim/doc
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Trim
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/ts
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/doc
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate
X@dirrm %%DATADIR%%/scripts/Modify/Translate/ts
X@dirrm %%DATADIR%%/scripts/Modify/Translate/doc
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Translate
X@dirrm %%DATADIR%%/scripts/Modify/ToFront/ts
X@dirrm %%DATADIR%%/scripts/Modify/ToFront/doc
X@dirrm %%DATADIR%%/scripts/Modify/ToFront
X@dirrm %%DATADIR%%/scripts/Modify/ToBack/ts
X@dirrm %%DATADIR%%/scripts/Modify/ToBack/doc
X@dirrm %%DATADIR%%/scripts/Modify/ToBack
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/ts
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/doc
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Stretch
X@dirrm %%DATADIR%%/scripts/Modify/Scale/ts
X@dirrm %%DATADIR%%/scripts/Modify/Scale/doc
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Scale
X@dirrm %%DATADIR%%/scripts/Modify/Round/ts
X@dirrm %%DATADIR%%/scripts/Modify/Round/doc
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Round
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/ts
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/doc
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/ts
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/doc
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Rotate
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/ts
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/doc
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Reverse
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/ts
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/doc
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Mirror
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/ts
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/doc
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen
X@dirrm %%DATADIR%%/scripts/Modify/Explode/ts
X@dirrm %%DATADIR%%/scripts/Modify/Explode/doc
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Explode
X@dirrm %%DATADIR%%/scripts/Modify/EditText/ts
X@dirrm %%DATADIR%%/scripts/Modify/EditText/doc
X@dirrm %%DATADIR%%/scripts/Modify/EditText
X@dirrm %%DATADIR%%/scripts/Modify/Divide/ts
X@dirrm %%DATADIR%%/scripts/Modify/Divide/doc
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Divide
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/ts
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/doc
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/ts
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/doc
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Bevel
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/ts
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/doc
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim
X@dirrm %%DATADIR%%/scripts/Modify
X@dirrm %%DATADIR%%/scripts/Misc/ts
X@dirrm %%DATADIR%%/scripts/Misc/doc
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/ts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/ts
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/PointPole
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineDove
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/mol
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples
X@dirrm %%DATADIR%%/scripts/Misc
X@dirrm %%DATADIR%%/scripts/Layer/ts
X@dirrm %%DATADIR%%/scripts/Layer/doc
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers/ts
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers/doc
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers/ts
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers/doc
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests/required
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer
X@dirrm %%DATADIR%%/scripts/Layer
X@dirrm %%DATADIR%%/scripts/Information/ts
X@dirrm %%DATADIR%%/scripts/Information/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP
X@dirrm %%DATADIR%%/scripts/Information/InfoArea/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoArea/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoArea
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle
X@dirrm %%DATADIR%%/scripts/Information
X@dirrm %%DATADIR%%/scripts/ImportExport/SvgImporter/ts
X@dirrm %%DATADIR%%/scripts/ImportExport/SvgImporter
X@dirrm %%DATADIR%%/scripts/ImportExport
X@dirrm %%DATADIR%%/scripts/Help/ts
X@dirrm %%DATADIR%%/scripts/Help/doc
X@dirrm %%DATADIR%%/scripts/Help/Website/ts
X@dirrm %%DATADIR%%/scripts/Help/Website/doc
X@dirrm %%DATADIR%%/scripts/Help/Website
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme/ts
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme/doc
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError/ts
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError/doc
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError
X@dirrm %%DATADIR%%/scripts/Help/ReportBug/ts
X@dirrm %%DATADIR%%/scripts/Help/ReportBug/doc
X@dirrm %%DATADIR%%/scripts/Help/ReportBug
X@dirrm %%DATADIR%%/scripts/Help/Forum/ts
X@dirrm %%DATADIR%%/scripts/Help/Forum/doc
X@dirrm %%DATADIR%%/scripts/Help/Forum
X@dirrm %%DATADIR%%/scripts/Help/FAQ/ts
X@dirrm %%DATADIR%%/scripts/Help/FAQ/doc
X@dirrm %%DATADIR%%/scripts/Help/FAQ
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates/ts
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates/doc
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates
X@dirrm %%DATADIR%%/scripts/Help/BrowseUserManual/ts
X@dirrm %%DATADIR%%/scripts/Help/BrowseUserManual
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns/ts
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns/doc
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns
X@dirrm %%DATADIR%%/scripts/Help/About/ts
X@dirrm %%DATADIR%%/scripts/Help/About/doc
X@dirrm %%DATADIR%%/scripts/Help/About
X@dirrm %%DATADIR%%/scripts/Help
X@dirrm %%DATADIR%%/scripts/File/ts
X@dirrm %%DATADIR%%/scripts/File/doc
X@dirrm %%DATADIR%%/scripts/File/SvgImport/ts
X@dirrm %%DATADIR%%/scripts/File/SvgImport/doc
X@dirrm %%DATADIR%%/scripts/File/SvgImport
X@dirrm %%DATADIR%%/scripts/File/SaveAs/ts
X@dirrm %%DATADIR%%/scripts/File/SaveAs/doc
X@dirrm %%DATADIR%%/scripts/File/SaveAs
X@dirrm %%DATADIR%%/scripts/File/Save/ts
X@dirrm %%DATADIR%%/scripts/File/Save/doc
X@dirrm %%DATADIR%%/scripts/File/Save
X@dirrm %%DATADIR%%/scripts/File/RecentFiles/ts
X@dirrm %%DATADIR%%/scripts/File/RecentFiles
X@dirrm %%DATADIR%%/scripts/File/Quit/ts
X@dirrm %%DATADIR%%/scripts/File/Quit/doc
X@dirrm %%DATADIR%%/scripts/File/Quit
X@dirrm %%DATADIR%%/scripts/File/PrintPreview/ts
X@dirrm %%DATADIR%%/scripts/File/PrintPreview/doc
X@dirrm %%DATADIR%%/scripts/File/PrintPreview
X@dirrm %%DATADIR%%/scripts/File/Print/ts
X@dirrm %%DATADIR%%/scripts/File/Print/doc
X@dirrm %%DATADIR%%/scripts/File/Print
X@dirrm %%DATADIR%%/scripts/File/PdfExport/ts
X@dirrm %%DATADIR%%/scripts/File/PdfExport/doc
X@dirrm %%DATADIR%%/scripts/File/PdfExport
X@dirrm %%DATADIR%%/scripts/File/OpenFile/ts
X@dirrm %%DATADIR%%/scripts/File/OpenFile/doc
X@dirrm %%DATADIR%%/scripts/File/OpenFile
X@dirrm %%DATADIR%%/scripts/File/NewFile/ts
X@dirrm %%DATADIR%%/scripts/File/NewFile/doc
X@dirrm %%DATADIR%%/scripts/File/NewFile
X@dirrm %%DATADIR%%/scripts/File/CloseFile/ts
X@dirrm %%DATADIR%%/scripts/File/CloseFile/doc
X@dirrm %%DATADIR%%/scripts/File/CloseFile
X@dirrm %%DATADIR%%/scripts/File/BitmapExport/ts
X@dirrm %%DATADIR%%/scripts/File/BitmapExport/doc
X@dirrm %%DATADIR%%/scripts/File/BitmapExport
X@dirrm %%DATADIR%%/scripts/File/AutoSave/ts
X@dirrm %%DATADIR%%/scripts/File/AutoSave
X@dirrm %%DATADIR%%/scripts/File
X@dirrm %%DATADIR%%/scripts/Edit/ts
X@dirrm %%DATADIR%%/scripts/Edit/doc
X@dirrm %%DATADIR%%/scripts/Edit/Undo/ts
X@dirrm %%DATADIR%%/scripts/Edit/Undo/doc
X@dirrm %%DATADIR%%/scripts/Edit/Undo
X@dirrm %%DATADIR%%/scripts/Edit/Redo/ts
X@dirrm %%DATADIR%%/scripts/Edit/Redo/doc
X@dirrm %%DATADIR%%/scripts/Edit/Redo
X@dirrm %%DATADIR%%/scripts/Edit/Paste/ts
X@dirrm %%DATADIR%%/scripts/Edit/Paste/doc
X@dirrm %%DATADIR%%/scripts/Edit/Paste
X@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem/ts
X@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/ts
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/doc
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem
X@dirrm %%DATADIR%%/scripts/Edit/Esc/ts
X@dirrm %%DATADIR%%/scripts/Edit/Esc/doc
X@dirrm %%DATADIR%%/scripts/Edit/Esc
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/doc
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences
X@dirrm %%DATADIR%%/scripts/Edit/Delete/ts
X@dirrm %%DATADIR%%/scripts/Edit/Delete/doc
X@dirrm %%DATADIR%%/scripts/Edit/Delete
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference/ts
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference/doc
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference
X@dirrm %%DATADIR%%/scripts/Edit/Cut/ts
X@dirrm %%DATADIR%%/scripts/Edit/Cut/doc
X@dirrm %%DATADIR%%/scripts/Edit/Cut
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference/ts
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference/doc
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference
X@dirrm %%DATADIR%%/scripts/Edit/Copy/ts
X@dirrm %%DATADIR%%/scripts/Edit/Copy/doc/img
X@dirrm %%DATADIR%%/scripts/Edit/Copy/doc
X@dirrm %%DATADIR%%/scripts/Edit/Copy
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/doc
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences
X@dirrm %%DATADIR%%/scripts/Edit
X@dirrm %%DATADIR%%/scripts/Draw/ts
X@dirrm %%DATADIR%%/scripts/Draw/doc
X@dirrm %%DATADIR%%/scripts/Draw/Text/ts
X@dirrm %%DATADIR%%/scripts/Draw/Text/doc
X@dirrm %%DATADIR%%/scripts/Draw/Text/TextDialog
X@dirrm %%DATADIR%%/scripts/Draw/Text
X@dirrm %%DATADIR%%/scripts/Draw/Spline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Spline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints
X@dirrm %%DATADIR%%/scripts/Draw/Spline
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline
X@dirrm %%DATADIR%%/scripts/Draw/Polyline
X@dirrm %%DATADIR%%/scripts/Draw/Point/ts
X@dirrm %%DATADIR%%/scripts/Draw/Point/doc
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P
X@dirrm %%DATADIR%%/scripts/Draw/Point
X@dirrm %%DATADIR%%/scripts/Draw/Line/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P
X@dirrm %%DATADIR%%/scripts/Draw/Line
X@dirrm %%DATADIR%%/scripts/Draw/Image/ts
X@dirrm %%DATADIR%%/scripts/Draw/Image/doc
X@dirrm %%DATADIR%%/scripts/Draw/Image/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Image
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/ts
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/doc
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Hatch
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned
X@dirrm %%DATADIR%%/scripts/Draw/Dimension
X@dirrm %%DATADIR%%/scripts/Draw/Circle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P
X@dirrm %%DATADIR%%/scripts/Draw/Circle
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA
X@dirrm %%DATADIR%%/scripts/Draw/Arc
X@dirrm %%DATADIR%%/scripts/Draw
X@dirrm %%DATADIR%%/scripts/Block/ts
X@dirrm %%DATADIR%%/scripts/Block/doc
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/ts
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/doc
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks/ts
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks/doc
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing/ts
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing/doc
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference/ts
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference/doc
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference
X@dirrm %%DATADIR%%/scripts/Block/EditBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/EditBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/EditBlock
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/doc
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock
X@dirrm %%DATADIR%%/scripts/Block/AddBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/AddBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/AddBlock
X@dirrm %%DATADIR%%/scripts/Block
X@dirrm %%DATADIR%%/scripts
X@dirrm %%DATADIR%%/plugins/sqldrivers
X@dirrm %%DATADIR%%/plugins/script
X@dirrm %%DATADIR%%/plugins/imageformats
X@dirrm %%DATADIR%%/plugins/designer
X@dirrm %%DATADIR%%/plugins/codecs
X@dirrm %%DATADIR%%/plugins
X@dirrm %%DATADIR%%/patterns/metric
X@dirrm %%DATADIR%%/patterns/imperial
X@dirrm %%DATADIR%%/patterns
X@dirrm %%DATADIR%%/libraries/templates/metric/_META
X@dirrm %%DATADIR%%/libraries/templates/metric
X@dirrm %%DATADIR%%/libraries/templates/imperial/_META
X@dirrm %%DATADIR%%/libraries/templates/imperial
X@dirrm %%DATADIR%%/libraries/templates/_META
X@dirrm %%DATADIR%%/libraries/templates
X@dirrm %%DATADIR%%/libraries/default/misc
X@dirrm %%DATADIR%%/libraries/default/_META
X@dirrm %%DATADIR%%/libraries/default/Symbols/_META
X@dirrm %%DATADIR%%/libraries/default/Symbols
X@dirrm %%DATADIR%%/libraries/default/Mechanics/_META
X@dirrm %%DATADIR%%/libraries/default/Mechanics
X@dirrm %%DATADIR%%/libraries/default/Hydraulics/_META
X@dirrm %%DATADIR%%/libraries/default/Hydraulics
X@dirrm %%DATADIR%%/libraries/default/Examples
X@dirrm %%DATADIR%%/libraries/default/Architecture/_META
X@dirrm %%DATADIR%%/libraries/default/Architecture
X@dirrm %%DATADIR%%/libraries/default
X@dirrm %%DATADIR%%/libraries
X@dirrm %%DATADIR%%/fonts
ff5d28f6a16534f7c21f58c2f2a17555
exit
--- qcad.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mr 
Responsible-Changed-By: thierry 
Responsible-Changed-When: sam 10 aoû 2013 08:13:34 UTC 
Responsible-Changed-Why:  

Assign to the maintainer. 

Note: if you don't want to keep this maintainership, just let me know. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=181199 

From: Thierry Thomas <thierry@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: mr@FreeBSD.org
Subject: Re: ports/181199: cad/qcad: resurrect and upgrade to 3.2.0.0
Date: Mon, 19 Aug 2013 19:10:41 +0200

 --24zk1gE8NUlDmwG9
 Content-Type: multipart/mixed; boundary="h31gzZEtNLTqOjlF"
 Content-Disposition: inline
 
 
 --h31gzZEtNLTqOjlF
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On sat 10 aug 13 at 10:00:00 +0200, FreeBSD-gnats-submit@FreeBSD.org <FreeB=
 SD-gnats-submit@FreeBSD.org>
  wrote:
 
 > You can access the state of your problem report at any time
 > via this link:
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D181199
 >=20
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       cad/qcad: resurrect and upgrade to 3.2.0.0
 > >Arrival-Date:   Sat Aug 10 08:00:00 UTC 2013
 
 In the meantime, QCAD has been upgraded to 3.2.1: please replace the
 previous shar file with the attached one.
 
 Changelog at:
 <http://www.qcad.org/en/qcad-documentation/qcad-changelog>.
 
 Best regards,
 --=20
 Th. Thomas.
 
 --h31gzZEtNLTqOjlF
 Content-Type: application/octet-stream
 Content-Disposition: attachment; filename="qcad-3.2.1.0.shar.bz2"
 Content-Transfer-Encoding: base64
 
 QlpoOTFBWSZTWQYh+sAAGDPfgGYwf/////////W/////YPT/Q96BoAAAAAAAAAADQAAAAAAA
 O7rypqstBwQIeAAAAAAAAAAAAAfYHA+AAAAAAAAAAF9PkAAOAAAAAAgAgAAAAAJ5wACQFClA
 AASUAA+gBoC2GgKAAAoKAcAZgKUFg4NADYzBAAALAClcBaxmiUocOAJl9YrE7pILKsph67G5
 u993n0eM+8LnDYze46cxwPDnhoR8Q+6+e+5Y+3r757HnY9wd61M+vDvDhgb5hmPX3nnG93U+
 ZS8qAAAAABAiFQAEpAAJKAAiUAAAAAEKgAN6KrL3O+6FvDw+sd7uwz04KhFgAAAADnDuMwq9
 d2nhjiHZbwCCrNs3FF4zesTAAAAnnbbzt02rnDLmvZnj25ILoGXIB7uTpeaDNbjnLUzImK20
 iZGUWKGxOSnR3lxXOTSds1l1xedjodZPBQuHa4F66d7Zcjicq6lDaM0qM7jozGp3bburnSFM
 45gyq2rZAAAFBN7U3AAS2Yzc+mo6r01QNOcAABQAUAGdu1O5dm+93efQAZxPfHac1XGc60DW
 A0ADt3YyNxuOaHrvPBrmFvBpkECIGgmoEINTJqnmQmUfqbVDaaaaJ5T1PUxplD1NpBVVP/2P
 VVKQkaJk9EAZGmIyYg9QNNBhGQwBMTCGGPVKVNTTTUm1G9TTUehimg2o9QAGhoAAAAAAJPVR
 ISITBCYk0NJmlGymjQ0AAAANAAAE1KSEE0AgJGNRo0ZU9TwJPSYagemUeUDNQDTQAVEkQQAg
 AJpoANIMmgBNNGp6BNTymjTRp6npOlJxkPKF/gnyyqpzii1i4Z/iP9/8wR/f/d/zpuwH9x/t
 +//rn/GzfAYDmObggksSfuKEzz2/v6f4NB1sekdT/j+v8d9/r/ny58/+/9/4+3wv5TIDcpbk
 ff1jEif5h+YDH+H6+PHj/LH6LfOR8udT+07f2w5n/5r/TJb5H96Pg/zx8x82j7fiPP3cbbfj
 xnt9ZGy/7BR4j+iBiw/Tx/p/yvt/J+kAgf5bsGA6lgPl++5zjlbX/EANTMprX921av+CjbW7
 Wfe+iCCCCCCCCCd2+vrd+c/3W3+XAALx93PXPWteuAAXnnPNbzgAF55zy284ABeec81vOAAX
 nnPLbzgAF55zy284AB2ec9d5eta9dAAvXnPLbzgAF55zy284ABeec8tvOAAXnnPLbzgAGubc
 4AB55cZJJS6BrNmDC0Ekkkkki1WdAG1rMGFoAAvnvl79+9a9+AAXv387yfPnzWvngAF89/O3
 z581r54ABfPnzt8+fNa+eAAXz587fPnzWvngAHNucAA+HznOcvfv3rXvwAC9+/neT371r30A
 C9+uearzgAF557761XrgAF69cvnz3rXvwAC9++earzgAF55y9+/ete/AAL37+dvnz5rXzwAC
 +fPnb58+a188AAvnz52+fPmtfPAAL5855qvOAAc25wADw85e/d33rXv0ABe/OXv3d96179AA
 Xvzl793fete/QAF785e/fu29+AAXv3y9+/ete/AAL375e/d33rXv0ABe/OeW3nAALzz52+fP
 mtfPAAL585e/fu29+AAXv3873ve3z54fNa+egAO+aeW3ngAHwTzc5z52+fL5rXzwAC+fOXv3
 71r34ABe/fPNV5wADlXOAAeHnPi3z5V4HzWvnoAC+efO8nrWvXAAL15c5z12q+fNV581r56A
 AvnnztfPm+a188AAvnz53fPm8+a189AAXzznrnrWvXgAF68+dvnz5bfPAAL58+dvnz5rXzwA
 C+fPnd8+b5rXzwAC+fPnd8+b5rXzwAC+fPnb58+a188AAvnz52+fPmtfPAAL5855rXnAAOvO
 fO8ri9a168AAvXnrt8+fNa+eAAXz5ze/d71r34ABe/fN793vWvfgAF798vfv3be/AAObfl3o
 AHw+c5zl8+fNa9+AAc25wAD375zn13fPl581r56AAvnnm3ngAHh5znPneex71r34ABzbnAAP
 Z57bXec2uc5XPWteuAAc25wAD0vX9edHfOAAXXe8AAu970ADo73gAF13vAAOOugAOuugAK67
 3gAHXXQAHXXQAHq1zgAHffDnOea1y3nQALzvPNa84ABeec8tvOAAXnnPLbzgAF55zy284AB3
 PHrzgAF13vAALvnOPPOAAXXe8AAuu94ABx10AB110AB6tc4AB0HbbvAAPWec9d9euAAW9OAA
 Nep3nrvrWvXAAL1655becAAvPOeW3nAAObc4AB55znPXngAF55531rXrgAF69c8tvOAAXnr0
 73vPVt64ABbzznlt5wAC8855becAAvPOeW3nAAO6zznrvN6tvXQAL07bd4AB6eOgALnrnq28
 4AB6evXPVt64ABeec8tvOAAc25wADw9cvKvOAAXjt3gAF1wABc85ebecAAvHau8AAuu1d4AB
 dHau8AAuu3eAAXfOeXnAALx2rvAAOXOAAdhwABc9c81rzgAHZ5z131rXrgAF69c81rzgAF55
 zzWvOAAXnnPNvOAAXnnPNvOAAXnnlXngAHh5y+erb10AC9eueW3nAALzznlt5wAC8e3PXPVt
 64ABXnnPLbzgAF55zy284ABXnnPLbzgAHLXOAAeAc4ABwPfegAdADnAAOB9+c5zh75e/XAAP
 A5wADgc4ABwOcAA4HOAAc5wADgefO+AALzzlzzlxBHg22222esADd222222ztnjtxcnO9u98
 4ABz3rvQAOnvm+323vWvfgAF79/Xdvny1581r56AAvnnzu+fN81r54ABfPnL37vete/AAL37
 55rXnAALzz50vnyvmtfPAAL58+dvnzefNa+egAL55fO758r5rXzwAC+fOXOcvfu923vwAD09
 8vnb58vmtfPAAL58+HavnzbefNa+egAL5587fPm8+a189AAdz5y+d1fPlV81r54ABfPnN796
 771r36AAvfnPNa84ABeec81rzgAGvfvXPfu+d+a184ABXz5XPnz4d8781r54ABvnrc+e+d57
 1r34ABe/Vz3753nvWvfgAHNucAA9HzvQAO+uc553lmvny135rXz0ABfOcAA4ed6AB07y8tvO
 AAdec55becAAvPOeW3nAALzznOc8tvOAAXnnzvrWvXAAL169d9a164ABevXrvrWvXAAL169d
 9a164AB5XbbvQAPSec8tvOAAXnnPLbzgAF55zy284ABeec8tvOAAXnnPLbzgAF55zzWvOAAX
 nrnPXPVt64ABeec989W3rwAC9ee+89a166ABevPXeeta9dAAvXnrvvvu29+AAXvznrnq29eA
 AXrznlt5wAC8855becAAvPOeuerb14ABevOeueta9eAAXrznrnq29eAAXrznrnrWvXgAF685
 656tvXgAF6855becAAvPOeuerb14ABzbnAAPR5zy284ABeO23eAAXfPLbzwAC888288AAvPP
 NvPAALzzzbzwAC888288AAvOcAA4O7d4ABd855becAAvPOeW3nAALzzy288AAvHbbvAALo4A
 AuebnltecAAvPOeW3nAALzznlt5wAC8855becAA5tzgAHic4ABc89q9bevQAHXr1cR5wAC75
 5PW3r0ABevXegAc9XPPOAAXPOeecAAvO+etuV69AAcqSHrnru5ccaVvVt64AB169edAAu84A
 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
 CkFIKQUgpBSCkFIKQW20gpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFI
 KQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpB
 SCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFILbaQW20gpBSCkFIKQUgpBbbSCkFIKQUgpB
 SCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFI3JSCkbkpBSCkFIKQUgpBSCk
 FIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUg
 pBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkF
 IKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFIKQUgpBSCkFFxTCphxrp8/oefrUM
 79unK2M+zGWvAjYjkrBOwA8EOOPLioXVPYnKed0PZ5kQTPK5diXSXlNtWzfbbFtx0NmdWpqX
 +/q8v5dcWu5ZtVX7Q+/t5ok+Aff/ObTyb4MWO56J4++WJKzZUqW25f37au9mpERRfx1tP595
 NSIijd/nq57Zq1t5yaREUX8+Zq22n9qWrO/O8mpERSpP76VrOd7yakRFKk/tm2053vJqREUq
 T1S1ZzveTUiIpUltZzn99KrO97yakRFKkTUiIpUn50qs53vJqREUqRJERRfbW+1/S2u235/0
 zas58PnJqREUqXvzLVHE226mpERRfw57fbHKqnnwAPOTUiIpUvr7Za0u9mpERSpvzmta2S1r
 tNtupIiKIkiIovX5+f7fPt2lazno98mpERSpfX68mtOhamdCoXEmznnTLCUqTw04aUks41Up
 OvjKIC98ski3wKEu3Tww1IiKVNznJqREUqXnrNaneypYpsu+qW1O9lSxTZd8zbac9ecmpERS
 pef7M1qd7Klimy76zbac9ecmpERSpee6VWc885NSIilS85Sqzne/tSqzvfOTUiIpUiakRFKl
 57zWp3sqWKaVaqrVq0tdnWvi5109m7O1YF5cllIiKL71a5yakRFFz7/fvsGtq+PVK1XU1U9p
 qREUW1iSIijfplVe+X6OVWPeatPXqakRFKkTUiJSiunqrOfgkjfSwq1atKKzxS6qd7NIiKU3
 3yvyl+LZ+G8a1fhlqnv1NSIiiJqREFsc/XEYk33lQXfSwq1atLWuWWqd7NSIijeufpnNVudd
 5NSIilS7z5nNVud885NSIilS85pqs53nJqREUqXfWVac885NSIii8+ZttOeecmpERSpec9Zz
 VbnfPOTUiIpUvNtXOTUiIoudpVZx3k1IiKVLvmVac885NSIii+3qmtttua1dTUiIot9TVX8P
 rNVnPnrk1IiKVLt7ZqrvZqREUbkttato22u2tnh5yakRFKkSREUXtmtrXOTSIii/d/i/FvU1
 qtb+G2r3yakRFF+Xftmqnnk0iIpS821c5NSIii895ap3s1IiKL8PmatO9mpERSpEkRFF+H1l
 tWn502rO/j65NSIilS8/XNtpzzzk1IiKVLzua1O9lSxTZEyIijfhfXZqpdmpERRvwWdqzqWe
 RRzWSbrN1nGU5KZKVZLyxQmRUgVUirBhaS0mfl8y2su/c9cmpERSpfn/um1neyyxb6nubVbb
 neSREUXH1KRak49HhxzM2iHPSyJeWlSpaBfp/LLVXa5l36AOcmpERSpvctrVcVFvplqnE1Ii
 KL7stU4mpERRffUrW+vvS2054mpERSpvGtfv5mrTzs1IiKVLv8qVtO9mpERSpd/bNWnezUiI
 pUu9zVp3s1IiKVLuqv0zazvZIiKIkiIo3c2223EyIijbV9vvWt9v4UrZ5elYzUxjFKl3stpy
 1c95ap52akRFFztLapz8gDzk1IiKVL8fMtbvZIiKLn8ctbvZIiKLnmWt3skRFFz+GWt3skRF
 F8rbS27qqlt+7f4e2b2+VtdnjRXws72oVawr3Vg+6SIiiJpERRffnmObVnfy85NSIilS9X79
 945Ws89ecmpERSpvdLWpNuJqREUX19s1qtZ+lKrTzyakRFKl3Vs9hzvZqREUqXOe8crWd8PO
 TUiIpUvf2pWnLbnvKXnrObWuc8mpERSpd+9NWnPPOTUiIovPKVWc885NSIilS88pWs54d/al
 azvT1yakRFKkTUiIpUbcyhLm22LCrVq0orbYoS8885NSIilS+Mp6tq3eTUiIpUiakRFKly2s
 87yakRFKl4mef6s1Wc9Hrk1IiKVLz/Tmqznh5yakRFKl59sq0555yakRFESREUbgEAAmAa1f
 h+d+v+OWqe/U1IiKL81VfCW1c+2QZDu6JUiWZvbxxYVatWlFa1VU3wshyNbuyiVbRXNJERRv
 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
 GTRk0ZNGTRk07nTTudNO50053Jp3Omnc6ac7k07nTTudNOdyadzpp3Omnc6adzpp2bbbba26
 zFa1mla1mla4pAv0r83nkkjP6T7Dqatr6JOYjUkiPORJ0xE7DTwfb/Lp4ejj/m3/qv7/6/l+
 H/o/+X/B/hr/Gvn+z0+vzAlNAAGSyW2jR8kLnMU5BYVzAAAAAAAAAAAA85rW/4aW1ft69f5e
 fnX9v83P56p+F2/gbbfu+XPv12albB+leSj3X+HIEXl+5xeW222oq49rOFL86xKv8+mrV+nw
 AaaAAGtNaFstgAAaaAAGtNaFstgAAAAAAAAAAAAAAAAAAAAADbbbbbb97wUuUL2vTBeKVoly
 yDERHxUSHtpOFG+d2ta18e0kDkX+p8aed8Ut8X26n3CSEkPXH08PcnLua091Dz60sK2qqtah
 NqRErN/tlxp/5W4tMt4c16XN0diQ9nhiQPF8fp/Dr777v4s8ePHi7fx+XNvLPPvD0QuCpL8l
 1ytXl/RERsyK2WyIiIiIiIiJ9tbX46rRqtNHahdlb9Hu5Kr9G22KgrJWralSq2xbLYfa0tWr
 gwQQQBD6/xgfe5ubVeatWSTdMT4f8fCM9Ffdv9T6k9sssT665H18t/fv4okaUh7P+J+V0ae1
 Dtvw2uSTmqzn+XqiO/iH0f+UnzO/6Ou9KZ4/JCSIfYiSoEn2e6EPz5IR64Q+azepCwHvpEfR
 6tfm4fT0/Rx48b3ve973ve973vNwWAa4IDNcEMzO0tLQGuBEpynKcjdOU3WQbqkbqkcliNhX
 nYXn5+ffz8/Pz8/OPOPOOo848484848wzXve1rWtcXve973vcXve973vdr3ve973uL3ve973
 uL3ve973uL3ve973uL3ve973uL3ve973u173ve973F73ve973F73ve973F73ve973F73ve97
 3F73ve9+XJITq/H5r81usZmautYsWZNYWQ1liFsLZbIAAAAAAAAKgf2v4/x5t/H/dfbWt/L/
 f3/H/XvMzfghvZvHj0nd3d3dL9MMzMzmGIYAFIEliwlt2aVbSKuuuuuox1HUdc511GlvSydL
 U7uHd3d3d3dwAAJJLbbbbbbbbbbbbbbbbbbbbbbXd3d3d3d3d3d3d3eWDAEAMP3/0sEzV8Ek
 lmFs2FstgBUAAAAAD+/utXdf37a3Na34b/z/3bav+T8X5NJJyiI64DrgjH4/X7vV+Dzf6/Jm
 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
 FOFCQBiH6wA=
 
 --h31gzZEtNLTqOjlF--
 
 --24zk1gE8NUlDmwG9
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.14 (FreeBSD)
 
 iEYEARECAAYFAlISUZEACgkQc95pjMcUBaJ7UwCeMmiLP1gss40ZTjsGyZhbLHS7
 VCUAmwVGI5jE9kRML7EvBr3Wo+EKSaXD
 =w7uN
 -----END PGP SIGNATURE-----
 
 --24zk1gE8NUlDmwG9--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181199: commit references a PR
Date: Wed, 21 Aug 2013 07:52:49 +0000 (UTC)

 Author: mr
 Date: Wed Aug 21 07:52:35 2013
 New Revision: 325094
 URL: http://svnweb.freebsd.org/changeset/ports/325094
 
 Log:
   Readd qcad and upgrade to version 3.2.1
   
   PR:		ports/181199
   Submitted by:	Thierry Thomas (thierry@)
 
 Added:
   head/cad/qcad/
      - copied from r323677, head/cad/qcad/
   head/cad/qcad/files/bbox.in   (contents, props changed)
   head/cad/qcad/files/dwg2bmp.in   (contents, props changed)
   head/cad/qcad/files/dwg2pdf.in   (contents, props changed)
   head/cad/qcad/files/dwg2svg.in   (contents, props changed)
   head/cad/qcad/files/patch-shared_app.pri   (contents, props changed)
   head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro   (contents, props changed)
   head/cad/qcad/files/patch-src_core_RMetaTypes.h   (contents, props changed)
   head/cad/qcad/files/patch-src_core_RSettings.cpp   (contents, props changed)
   head/cad/qcad/files/patch-src_core_core.pro   (contents, props changed)
   head/cad/qcad/files/patch-src_core_math_RSpline.h   (contents, props changed)
   head/cad/qcad/files/patch-src_entity_entity.pro   (contents, props changed)
   head/cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml   (contents, props changed)
   head/cad/qcad/pkg-plist   (contents, props changed)
 Deleted:
   head/cad/qcad/files/patch-aa
   head/cad/qcad/files/patch-ab
   head/cad/qcad/files/patch-ac
   head/cad/qcad/files/patch-ad
   head/cad/qcad/files/patch-ae
   head/cad/qcad/files/patch-zzz-autosave
   head/cad/qcad/files/patch-zzz-ioexcept
 Modified:
   head/cad/Makefile
   head/cad/qcad/Makefile   (contents, props changed)
   head/cad/qcad/distinfo   (contents, props changed)
 
 Modified: head/cad/Makefile
 ==============================================================================
 --- head/cad/Makefile	Wed Aug 21 07:42:01 2013	(r325093)
 +++ head/cad/Makefile	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -73,6 +73,7 @@
      SUBDIR += pdnmesh
      SUBDIR += pythoncad
      SUBDIR += qcad-partslib
 +    SUBDIR += qcad
      SUBDIR += qelectrotech
      SUBDIR += qfsm
      SUBDIR += qmls
 
 Modified: head/cad/qcad/Makefile
 ==============================================================================
 --- head/cad/qcad/Makefile	Thu Jul 25 23:23:47 2013	(r323677)
 +++ head/cad/qcad/Makefile	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -1,79 +1,82 @@
 -# New ports collection makefile for:	qcad
 -# Date created:		10 Dec 1999
 -# Whom:			Thomas Gellekum <tg@FreeBSD.org>
 -#
 +# Created by: Thomas Gellekum <tg@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	qcad
 -PORTVERSION=	2.0.5.0.1
 -PORTREVISION=	8
 +PORTVERSION=	3.2.1.0
  CATEGORIES=	cad
 -MASTER_SITES=	ftp://www.ribbonsoft.com/archives/qcad/
 -DISTNAME=	${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
 +MASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/	\
 +		https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
 +DISTNAME=	v${PORTVERSION}
 +DIST_SUBDIR=	${PORTNAME}
  
  MAINTAINER=	mr@FreeBSD.org
  COMMENT=	Professional CAD system
  
 -BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 -		qmake:${PORTSDIR}/devel/qmake
 +LICENSE=	GPLv3
  
 -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
 +BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash	\
 +		qmake:${PORTSDIR}/devel/qmake	\
 +		${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
 +LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 +
 +FETCH_ARGS=	-Fpr
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 +MAKE_JOBS_UNSAFE=yes
 +
 +USES=		gmake
 +USE_LDCONFIG=	yes
 +USE_QT4=	qmake clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib	\
 +		dbus designer gui help imageformats network opengl script	\
 +		scripttools sql svg xml xmlpatterns webkit
 +
 +DESKTOP_ENTRIES="${PORTNAME:U}"	\
 +		"A free application for computer aided drafting in two dimensions"\
 +		"${DATADIR}/scripts/qcad_icon.png"	\
 +		"${PREFIX}/bin/qcad-bin"	\
 +		"Engineering;"	\
 +		""
 +
 +.if defined(WITH_DEBUG)
 +RESDIR=		${WRKSRC}/debug
 +.else
 +RESDIR=		${WRKSRC}/release
 +.endif
  
 -QTDIR?=		${QT_PREFIX}
 +SHRLIBS=	qcadcore qcadecmaapi qcadentity qcadgrid qcadgui qcadoperations	\
 +		qcadsnap qcadspatialindex qcadstemmer spatialindexnavel
 +STALIBS=	dxflib stemmer
 +SHRDIR=		fonts libraries patterns plugins scripts ts
 +QSCRIPTS=	bbox dwg2bmp dwg2pdf dwg2svg
 +SUB_FILES=	${QSCRIPTS}
 +
 +pre-configure:
 +	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
 +		${WRKSRC}/src/core/RSettings.cpp
  
 -USE_QT_VER=	3
 -USE_GMAKE=	yes
 -PLIST=		${WRKDIR}/pkg-plist
 -MAKE_ENV=	QTDIR="${QTDIR}" MAKE="${GMAKE}" \
 -		QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++"
 -MAKE_JOBS_SAFE=	yes
 -
 -.include <bsd.port.pre.mk>
 -
 -post-patch:
 -	${REINPLACE_CMD} -e 's:RS_SYSTEM->getAppDir()+"/bin":"${PREFIX}/bin":' \
 -		-e 's:RS_SYSTEM->getDocPath() + "/qcaddoc.adp":"${DOCSDIR}/qcaddoc.adp":' \
 -		${WRKSRC}/qcad/src/qc_applicationwindow.cpp
 -	${REINPLACE_CMD} -e 's,MAKE=gmake,MAKE="gmake ${_MAKE_JOBS}",' \
 -		${WRKSRC}/scripts/build_qcad.sh
 -
 -do-build:
 -	cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} bash ./build_qcad.sh
 -
 -pre-install:
 -	@${ECHO_CMD} bin/qcad > ${PLIST}
 -.for dir in data fonts patterns qm scripts
 -	@${FIND} ${WRKSRC}/qcad/${dir} -type f | \
 -		${SED} -e "s:^${WRKSRC}/:share/:g" >> ${PLIST}
 -.endfor
 -	@${FIND} ${WRKSRC}/qcad/doc -type f | \
 -	${SED} -e "s:^${WRKSRC}/qcad/doc/:%%PORTDOCS%%share/doc/qcad/:g" >> \
 -		${PLIST}
 -	@${FIND} -d ${WRKSRC}/qcad/doc -type d | \
 -	${SED} -e "s:^${WRKSRC}/qcad/doc:%%PORTDOCS%%@dirrm share/doc/qcad:g" \
 -		>> ${PLIST}
 -.for dir in scripts qm patterns fonts data
 -	@${FIND} -d ${WRKSRC}/qcad/${dir} -type d | \
 -	${SED} -e "s:^${WRKSRC}/qcad/${dir}:@dirrm share/qcad/${dir}:g" >> \
 -		${PLIST}
 -.endfor
 -	@${ECHO_CMD} '@unexec ${RMDIR} %D/share/qcad 2> /dev/null || true' >> ${PLIST}
 +do-configure:
 +	cd ${WRKSRC} && ${QMAKE} -r
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/qcad/qcad ${PREFIX}/bin/qcad
 -	@${MKDIR} ${DATADIR}
 -.for dir in data fonts patterns qm scripts
 -	${TAR} -C ${WRKSRC}/qcad --exclude CVS -cf - ${dir} | \
 -		${TAR} -C ${DATADIR} --unlink -xf -
 +	${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${PREFIX}/bin/
 +	${LN} -sf ${PREFIX}/bin/qcad-bin ${PREFIX}/bin/qcad
 +.for prog in ${QSCRIPTS}
 +	${INSTALL_SCRIPT} ${WRKDIR}/${prog} ${PREFIX}/bin
 +.endfor
 +.for lib in ${SHRLIBS:C|^|lib|:C|$|.so|}
 +	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/${lib}.0
 +	${LN} -sf ${PREFIX}/lib/${lib}.0 ${PREFIX}/lib/${lib}
 +.endfor
 +.for lib in ${STALIBS:C|^|lib|:C|$|.a|}
 +	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/
  .endfor
 -.if !defined(NOPORTDOCS)
 -	@${ECHO_CMD} ${DOCSDIR}
 -	@${MKDIR} ${DOCSDIR}
 -.for dir in doc
 -	${TAR} -C ${WRKSRC}/qcad/${dir} --exclude CVS -cf - . | \
 -		${TAR} -C ${DOCSDIR} --unlink -xf -
 +	${MKDIR} ${DATADIR}
 +.for dir in ${SHRDIR}
 +	${CP} -Rp ${WRKSRC}/${dir} ${DATADIR}/
  .endfor
 +	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
 +.if !defined(NOPORTEXAMPLES)
 +	${MKDIR} ${EXAMPLESDIR}
 +	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/cad/qcad/distinfo
 ==============================================================================
 --- head/cad/qcad/distinfo	Thu Jul 25 23:23:47 2013	(r323677)
 +++ head/cad/qcad/distinfo	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -1,2 +1,2 @@
 -SHA256 (qcad-2.0.5.0-1-community.src.tar.gz) = 83327a9598c0ff042025601f5b4cd0582cde541297f3071b01cc0527ffe1511d
 -SIZE (qcad-2.0.5.0-1-community.src.tar.gz) = 4470033
 +SHA256 (qcad/v3.2.1.0.tar.gz) = 1a33c5970ecb2ef08103288718a16843ce7e367c5329fbb2e346d5322b8a1d85
 +SIZE (qcad/v3.2.1.0.tar.gz) = 17739322
 
 Added: head/cad/qcad/files/bbox.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/bbox.in	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,4 @@
 +#! /bin/sh
 +# Note: You need the Pro/Tools to run this script!
 +
 +%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/BoundingBox/BoundingBox.js "$0" "$@"
 
 Added: head/cad/qcad/files/dwg2bmp.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/dwg2bmp.in	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,4 @@
 +#! /bin/sh
 +# Note: You need the Pro/Tools to run this script!
 +
 +%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Bmp/Dwg2Bmp.js "$0" "$@"
 
 Added: head/cad/qcad/files/dwg2pdf.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/dwg2pdf.in	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,4 @@
 +#! /bin/sh
 +# Note: You need the Pro/Tools to run this script!
 +
 +%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Pdf/Dwg2Pdf.js "$0" "$@"
 
 Added: head/cad/qcad/files/dwg2svg.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/dwg2svg.in	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,4 @@
 +#! /bin/sh
 +# Note: You need the Pro/Tools to run this script!
 +
 +%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Svg/Dwg2Svg.js "$0" "$@"
 
 Added: head/cad/qcad/files/patch-shared_app.pri
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-shared_app.pri	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,24 @@
 +--- shared_app.pri.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ shared_app.pri	2013-08-08 15:33:45.000000000 +0200
 +@@ -15,8 +15,8 @@
 + 
 + !r_no_opennurbs {
 +     LIBS += \
 +-        -lopennurbs \
 +-        -lzlib
 ++        -lopenNURBS \
 ++        -lz
 + }
 + 
 + win32 {
 +@@ -40,6 +40,10 @@
 +     LIBS += -lGLU
 + }
 + 
 ++freebsd-g++ {
 ++    LIBS += -lGLU -lexecinfo
 ++}
 ++
 + macx {
 +     QMAKE_LFLAGS += -framework ApplicationServices
 +     LIBS += \
 
 Added: head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,14 @@
 +--- ./src/3rdparty/3rdparty.pro.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ ./src/3rdparty/3rdparty.pro	2013-08-08 10:03:33.000000000 +0200
 +@@ -4,9 +4,8 @@
 +     spatialindexnavel \
 +     stemmer
 + 
 +-!r_no_opennurbs {
 +-    SUBDIRS += opennurbs
 +-}
 ++# FreeBSD: prefer opennurbs from a dependent port
 ++
 + !rs_no_dxf {
 +     SUBDIRS += dxflib
 + }
 
 Added: head/cad/qcad/files/patch-src_core_RMetaTypes.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_core_RMetaTypes.h	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,11 @@
 +--- src/core/RMetaTypes.h.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ src/core/RMetaTypes.h	2013-08-08 10:41:01.000000000 +0200
 +@@ -121,7 +121,7 @@
 + Q_DECLARE_METATYPE(unsigned int*)
 + Q_DECLARE_METATYPE(qint64*)
 + //Q_DECLARE_METATYPE(uint8_t*)
 +-#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX
 ++#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD
 + Q_DECLARE_METATYPE(size_t*)
 + #endif
 + Q_DECLARE_METATYPE(char*)
 
 Added: head/cad/qcad/files/patch-src_core_RSettings.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_core_RSettings.cpp	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,16 @@
 +--- ./src/core/RSettings.cpp.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ ./src/core/RSettings.cpp	2013-08-09 15:25:25.000000000 +0200
 +@@ -92,9 +92,13 @@
 +     }
 + #endif
 + 
 ++#ifdef Q_OS_FREEBSD
 ++	ret.cd("%%DATADIR%%");
 ++#else
 +     if (ret.dirName() == "debug" || ret.dirName() == "release") {
 +         ret.cdUp();
 +     }
 ++#endif
 + 
 +     return ret.path();
 + }
 
 Added: head/cad/qcad/files/patch-src_core_core.pro
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_core_core.pro	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,11 @@
 +--- src/core/core.pro.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ src/core/core.pro	2013-08-08 11:01:42.000000000 +0200
 +@@ -232,7 +232,7 @@
 + OTHER_FILES += core.dox math/math.dox
 + DEFINES += QCADCORE_LIBRARY
 + 
 +-LIBS += -lzlib -lopennurbs
 ++LIBS += -lz -lopenNURBS
 + 
 + win32 {
 +     LIBS += -lRpcrt4 -lAdvapi32
 
 Added: head/cad/qcad/files/patch-src_core_math_RSpline.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_core_math_RSpline.h	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,11 @@
 +--- ./src/core/math/RSpline.h.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ ./src/core/math/RSpline.h	2013-08-08 10:33:54.000000000 +0200
 +@@ -30,7 +30,7 @@
 + #include "RVector.h"
 + 
 + #ifndef R_NO_OPENNURBS
 +-#include "opennurbs/opennurbs.h"
 ++#include <openNURBS/opennurbs.h>
 + #endif
 + 
 + #ifndef RDEFAULT_MIN1
 
 Added: head/cad/qcad/files/patch-src_entity_entity.pro
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-src_entity_entity.pro	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,11 @@
 +--- src/entity/entity.pro.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ src/entity/entity.pro	2013-08-08 11:29:12.000000000 +0200
 +@@ -91,7 +91,7 @@
 + TARGET = $${NAME}
 + OTHER_FILES += entity.dox
 + DEFINES += QCADENTITY_LIBRARY
 +-LIBS += -lqcadcore -lopennurbs
 ++LIBS += -lqcadcore -lopenNURBS
 + !win32 {
 +     include( ../../shared_ts.pri )
 + }
 
 Added: head/cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,11 @@
 +--- support/ecmagenerator/src/srcml/RSpline.srcml.orig	2013-08-06 17:32:09.000000000 +0200
 ++++ support/ecmagenerator/src/srcml/RSpline.srcml	2013-08-08 13:55:08.000000000 +0200
 +@@ -46,7 +46,7 @@
 +   <name>R_NO_OPENNURBS</name></cpp:ifndef>
 +   <cpp:include>#
 +   <cpp:directive>include</cpp:directive>
 +-  <cpp:file>"opennurbs/opennurbs.h"</cpp:file></cpp:include>
 ++  <cpp:file>"openNURBS/opennurbs.h"</cpp:file></cpp:include>
 +   <cpp:endif>#
 +   <cpp:directive>endif</cpp:directive></cpp:endif>
 +   <cpp:ifndef>#
 
 Added: head/cad/qcad/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/cad/qcad/pkg-plist	Wed Aug 21 07:52:35 2013	(r325094)
 @@ -0,0 +1,10077 @@
 +bin/bbox
 +bin/dwg2bmp
 +bin/dwg2pdf
 +bin/dwg2svg
 +bin/qcad
 +bin/qcad-bin
 +lib/libdxflib.a
 +lib/libqcadcore.so
 +lib/libqcadcore.so.0
 +lib/libqcadecmaapi.so
 +lib/libqcadecmaapi.so.0
 +lib/libqcadentity.so
 +lib/libqcadentity.so.0
 +lib/libqcadgrid.so
 +lib/libqcadgrid.so.0
 +lib/libqcadgui.so
 +lib/libqcadgui.so.0
 +lib/libqcadoperations.so
 +lib/libqcadoperations.so.0
 +lib/libqcadsnap.so
 +lib/libqcadsnap.so.0
 +lib/libqcadspatialindex.so
 +lib/libqcadspatialindex.so.0
 +lib/libqcadstemmer.so
 +lib/libqcadstemmer.so.0
 +lib/libspatialindexnavel.so
 +lib/libspatialindexnavel.so.0
 +lib/libstemmer.a
 +%%DATADIR%%/fonts/CourierCad.cxf
 +%%DATADIR%%/fonts/Cursive.cxf
 +%%DATADIR%%/fonts/Cyrillic_II.cxf
 +%%DATADIR%%/fonts/GothGBT.cxf
 +%%DATADIR%%/fonts/GothGRT.cxf
 +%%DATADIR%%/fonts/GothITT.cxf
 +%%DATADIR%%/fonts/GreekC.cxf
 +%%DATADIR%%/fonts/GreekCS.cxf
 +%%DATADIR%%/fonts/GreekP.cxf
 +%%DATADIR%%/fonts/GreekS.cxf
 +%%DATADIR%%/fonts/GreekS_OL.cxf
 +%%DATADIR%%/fonts/Greek_OL.cxf
 +%%DATADIR%%/fonts/ISO8859-11.cxf
 +%%DATADIR%%/fonts/ItalicC.cxf
 +%%DATADIR%%/fonts/ItalicCS.cxf
 +%%DATADIR%%/fonts/ItalicT.cxf
 +%%DATADIR%%/fonts/KochiGothic_with_ties.cxf
 +%%DATADIR%%/fonts/KochiMincho.cxf
 +%%DATADIR%%/fonts/Kochigothic.cxf
 +%%DATADIR%%/fonts/NormalLatin2.cxf
 +%%DATADIR%%/fonts/RomanC.cxf
 +%%DATADIR%%/fonts/RomanCS.cxf
 +%%DATADIR%%/fonts/RomanD.cxf
 +%%DATADIR%%/fonts/RomanP.cxf
 +%%DATADIR%%/fonts/RomanS.cxf
 +%%DATADIR%%/fonts/RomanS2.cxf
 +%%DATADIR%%/fonts/RomanT.cxf
 +%%DATADIR%%/fonts/SansND.cxf
 +%%DATADIR%%/fonts/SansNS.cxf
 +%%DATADIR%%/fonts/ScriptC.cxf
 +%%DATADIR%%/fonts/ScriptS.cxf
 +%%DATADIR%%/fonts/Standard.cxf
 +%%DATADIR%%/fonts/SymbolCad.cxf
 +%%DATADIR%%/fonts/Symbol_Astro.cxf
 +%%DATADIR%%/fonts/Symbol_Misc1.cxf
 +%%DATADIR%%/fonts/Symbol_Misc2.cxf
 +%%DATADIR%%/fonts/Unicode.cxf
 +%%DATADIR%%/fonts/hershey.readme
 +%%DATADIR%%/libraries/default/Architecture/_META/meta.rdf
 +%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.dxf
 +%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.rdf
 +%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.dxf
 +%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.rdf
 +%%DATADIR%%/libraries/default/Architecture/desk.dxf
 +%%DATADIR%%/libraries/default/Architecture/desk.rdf
 +%%DATADIR%%/libraries/default/Architecture/sink.dxf
 +%%DATADIR%%/libraries/default/Architecture/sink.rdf
 +%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.js
 +%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.ui
 +%%DATADIR%%/libraries/default/Examples/DiningTable.js
 +%%DATADIR%%/libraries/default/Examples/DiningTable.rdf
 +%%DATADIR%%/libraries/default/Examples/DiningTable.ui
 +%%DATADIR%%/libraries/default/Examples/MyRectangle.js
 +%%DATADIR%%/libraries/default/Examples/MyRectangle.ui
 +%%DATADIR%%/libraries/default/Examples/screw.dxf
 +%%DATADIR%%/libraries/default/Examples/screw.rdf
 +%%DATADIR%%/libraries/default/Hydraulics/2-2valve.dxf
 +%%DATADIR%%/libraries/default/Hydraulics/2-2valve.rdf
 +%%DATADIR%%/libraries/default/Hydraulics/3-2valve.dxf
 +%%DATADIR%%/libraries/default/Hydraulics/3-2valve.rdf
 +%%DATADIR%%/libraries/default/Hydraulics/_META/meta.rdf
 +%%DATADIR%%/libraries/default/Hydraulics/cylinder.dxf
 +%%DATADIR%%/libraries/default/Hydraulics/cylinder.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4_c.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4_c.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.dxf
 +%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.rdf
 +%%DATADIR%%/libraries/default/Mechanics/_META/meta.rdf
 +%%DATADIR%%/libraries/default/Symbols/_META/meta.rdf
 +%%DATADIR%%/libraries/default/Symbols/fragile.rdf
 +%%DATADIR%%/libraries/default/Symbols/fragile.svg
 +%%DATADIR%%/libraries/default/Symbols/idea.rdf
 +%%DATADIR%%/libraries/default/Symbols/idea.svg
 +%%DATADIR%%/libraries/default/Symbols/protractor.rdf
 +%%DATADIR%%/libraries/default/Symbols/protractor.svg
 +%%DATADIR%%/libraries/default/Symbols/ruler.rdf
 +%%DATADIR%%/libraries/default/Symbols/ruler.svg
 +%%DATADIR%%/libraries/default/Symbols/windmill.rdf
 +%%DATADIR%%/libraries/default/Symbols/windmill.svg
 +%%DATADIR%%/libraries/default/_META/meta.rdf
 +%%DATADIR%%/libraries/default/misc/5 title.dxf
 +%%DATADIR%%/libraries/default/misc/Bath plan.dxf
 +%%DATADIR%%/libraries/default/misc/Window 900.dxf
 +%%DATADIR%%/libraries/default/misc/rect.dxf
 +%%DATADIR%%/libraries/default/misc/~Window 900.dxf
 +%%DATADIR%%/libraries/templates/_META/meta.rdf
 +%%DATADIR%%/libraries/templates/empty.dxf
 +%%DATADIR%%/libraries/templates/imperial/_META/meta.rdf
 +%%DATADIR%%/libraries/templates/imperial/din_a3_foot_landscape.dwg
 +%%DATADIR%%/libraries/templates/imperial/din_a3_inch_landscape.dwg
 +%%DATADIR%%/libraries/templates/imperial/din_a3_inch_portrait.dwg
 +%%DATADIR%%/libraries/templates/metric/_META/meta.rdf
 +%%DATADIR%%/libraries/templates/metric/aec_layers.dxf
 +%%DATADIR%%/libraries/templates/metric/aec_layers.rdf
 +%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape.dwg
 +%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape_bw.dwg
 +%%DATADIR%%/libraries/templates/metric/din_a3_mm_landscape.dwg
 +%%DATADIR%%/libraries/templates/metric/din_a3_mm_portrait.dwg
 +%%DATADIR%%/libraries/templates/metric/din_a4.dxf
 +%%DATADIR%%/libraries/templates/metric/din_a4_landscape.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a0.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a1.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a2.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a3.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a4.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.dxf
 +%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.rdf
 +%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.dxf
 +%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.rdf
 +%%DATADIR%%/patterns/imperial/acad_iso02w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso03w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso04w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso05w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso06w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso07w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso08w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso09w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso10w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso11w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso12w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso13w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso14w100.pat
 +%%DATADIR%%/patterns/imperial/acad_iso15w100.pat
 +%%DATADIR%%/patterns/imperial/angle.pat
 +%%DATADIR%%/patterns/imperial/ansi31.pat
 +%%DATADIR%%/patterns/imperial/ansi32.pat
 +%%DATADIR%%/patterns/imperial/ansi33.pat
 +%%DATADIR%%/patterns/imperial/ansi34.pat
 +%%DATADIR%%/patterns/imperial/ansi35.pat
 +%%DATADIR%%/patterns/imperial/ansi36.pat
 +%%DATADIR%%/patterns/imperial/ansi37.pat
 +%%DATADIR%%/patterns/imperial/ansi38.pat
 +%%DATADIR%%/patterns/imperial/ar-b816.pat
 +%%DATADIR%%/patterns/imperial/ar-b816c.pat
 +%%DATADIR%%/patterns/imperial/ar-b88.pat
 +%%DATADIR%%/patterns/imperial/ar-brelm.pat
 +%%DATADIR%%/patterns/imperial/ar-brstd.pat
 +%%DATADIR%%/patterns/imperial/ar-conc.pat
 +%%DATADIR%%/patterns/imperial/ar-hbone.pat
 +%%DATADIR%%/patterns/imperial/ar-parq1.pat
 +%%DATADIR%%/patterns/imperial/ar-rroof.pat
 +%%DATADIR%%/patterns/imperial/ar-rshke.pat
 +%%DATADIR%%/patterns/imperial/ar-sand.pat
 +%%DATADIR%%/patterns/imperial/box.pat
 +%%DATADIR%%/patterns/imperial/brass.pat
 +%%DATADIR%%/patterns/imperial/brick.pat
 +%%DATADIR%%/patterns/imperial/brstone.pat
 +%%DATADIR%%/patterns/imperial/clay.pat
 +%%DATADIR%%/patterns/imperial/cork.pat
 +%%DATADIR%%/patterns/imperial/cross.pat
 +%%DATADIR%%/patterns/imperial/dash.pat
 +%%DATADIR%%/patterns/imperial/dolmit.pat
 +%%DATADIR%%/patterns/imperial/dots.pat
 +%%DATADIR%%/patterns/imperial/earth.pat
 +%%DATADIR%%/patterns/imperial/escher.pat
 +%%DATADIR%%/patterns/imperial/flex.pat
 +%%DATADIR%%/patterns/imperial/grass.pat
 +%%DATADIR%%/patterns/imperial/grate.pat
 +%%DATADIR%%/patterns/imperial/gravel.pat
 +%%DATADIR%%/patterns/imperial/hex.pat
 +%%DATADIR%%/patterns/imperial/honey.pat
 +%%DATADIR%%/patterns/imperial/hound.pat
 +%%DATADIR%%/patterns/imperial/insul.pat
 +%%DATADIR%%/patterns/imperial/line.pat
 +%%DATADIR%%/patterns/imperial/mudst.pat
 +%%DATADIR%%/patterns/imperial/net.pat
 +%%DATADIR%%/patterns/imperial/net3.pat
 +%%DATADIR%%/patterns/imperial/plast.pat
 +%%DATADIR%%/patterns/imperial/plasti.pat
 +%%DATADIR%%/patterns/imperial/sacncr.pat
 +%%DATADIR%%/patterns/imperial/square.pat
 +%%DATADIR%%/patterns/imperial/stars.pat
 +%%DATADIR%%/patterns/imperial/steel.pat
 +%%DATADIR%%/patterns/imperial/swamp.pat
 +%%DATADIR%%/patterns/imperial/trans.pat
 +%%DATADIR%%/patterns/imperial/triang.pat
 +%%DATADIR%%/patterns/imperial/zigzag.pat
 +%%DATADIR%%/patterns/metric/acad_iso02w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso03w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso04w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso05w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso06w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso07w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso08w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso09w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso10w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso11w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso12w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso13w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso14w100.pat
 +%%DATADIR%%/patterns/metric/acad_iso15w100.pat
 +%%DATADIR%%/patterns/metric/angle.pat
 +%%DATADIR%%/patterns/metric/ansi31.pat
 +%%DATADIR%%/patterns/metric/ansi32.pat
 +%%DATADIR%%/patterns/metric/ansi33.pat
 +%%DATADIR%%/patterns/metric/ansi34.pat
 +%%DATADIR%%/patterns/metric/ansi35.pat
 +%%DATADIR%%/patterns/metric/ansi36.pat
 +%%DATADIR%%/patterns/metric/ansi37.pat
 +%%DATADIR%%/patterns/metric/ansi38.pat
 +%%DATADIR%%/patterns/metric/ar-b816.pat
 +%%DATADIR%%/patterns/metric/ar-b816c.pat
 +%%DATADIR%%/patterns/metric/ar-b88.pat
 +%%DATADIR%%/patterns/metric/ar-brelm.pat
 +%%DATADIR%%/patterns/metric/ar-brstd.pat
 +%%DATADIR%%/patterns/metric/ar-conc.pat
 +%%DATADIR%%/patterns/metric/ar-hbone.pat
 +%%DATADIR%%/patterns/metric/ar-parq1.pat
 +%%DATADIR%%/patterns/metric/ar-rroof.pat
 +%%DATADIR%%/patterns/metric/ar-rshke.pat
 +%%DATADIR%%/patterns/metric/ar-sand.pat
 +%%DATADIR%%/patterns/metric/box.pat
 +%%DATADIR%%/patterns/metric/brass.pat
 +%%DATADIR%%/patterns/metric/brick.pat
 +%%DATADIR%%/patterns/metric/brstone.pat
 +%%DATADIR%%/patterns/metric/clay.pat
 +%%DATADIR%%/patterns/metric/cork.pat
 +%%DATADIR%%/patterns/metric/cross.pat
 +%%DATADIR%%/patterns/metric/dash.pat
 +%%DATADIR%%/patterns/metric/dolmit.pat
 +%%DATADIR%%/patterns/metric/dots.pat
 +%%DATADIR%%/patterns/metric/earth.pat
 +%%DATADIR%%/patterns/metric/escher.pat
 +%%DATADIR%%/patterns/metric/flex.pat
 +%%DATADIR%%/patterns/metric/grass.pat
 +%%DATADIR%%/patterns/metric/grate.pat
 +%%DATADIR%%/patterns/metric/gravel.pat
 +%%DATADIR%%/patterns/metric/hex.pat
 +%%DATADIR%%/patterns/metric/honey.pat
 +%%DATADIR%%/patterns/metric/hound.pat
 +%%DATADIR%%/patterns/metric/insul.pat
 +%%DATADIR%%/patterns/metric/jis_lc_20.pat
 +%%DATADIR%%/patterns/metric/jis_lc_20a.pat
 +%%DATADIR%%/patterns/metric/jis_lc_8.pat
 +%%DATADIR%%/patterns/metric/jis_lc_8a.pat
 +%%DATADIR%%/patterns/metric/jis_rc_10.pat
 +%%DATADIR%%/patterns/metric/jis_rc_15.pat
 +%%DATADIR%%/patterns/metric/jis_rc_18.pat
 +%%DATADIR%%/patterns/metric/jis_rc_30.pat
 +%%DATADIR%%/patterns/metric/jis_stn_1e.pat
 +%%DATADIR%%/patterns/metric/jis_stn_2.5.pat
 +%%DATADIR%%/patterns/metric/jis_wood.pat
 +%%DATADIR%%/patterns/metric/line.pat
 +%%DATADIR%%/patterns/metric/mudst.pat
 +%%DATADIR%%/patterns/metric/net.pat
 +%%DATADIR%%/patterns/metric/net3.pat
 +%%DATADIR%%/patterns/metric/plast.pat
 +%%DATADIR%%/patterns/metric/plasti.pat
 +%%DATADIR%%/patterns/metric/sacncr.pat
 +%%DATADIR%%/patterns/metric/square.pat
 +%%DATADIR%%/patterns/metric/stars.pat
 +%%DATADIR%%/patterns/metric/steel.pat
 +%%DATADIR%%/patterns/metric/swamp.pat
 +%%DATADIR%%/patterns/metric/trans.pat
 +%%DATADIR%%/patterns/metric/triang.pat
 +%%DATADIR%%/patterns/metric/zigzag.pat
 +%%DATADIR%%/plugins/codecs/libqcncodecs.so
 +%%DATADIR%%/plugins/codecs/libqjpcodecs.so
 +%%DATADIR%%/plugins/codecs/libqkrcodecs.so
 +%%DATADIR%%/plugins/codecs/libqtwcodecs.so
 +%%DATADIR%%/plugins/codecs/readme.txt
 +%%DATADIR%%/plugins/designer/libqcadcustomwidgets.so
 +%%DATADIR%%/plugins/designer/libqcadcustomwidgets_debug.so
 +%%DATADIR%%/plugins/designer/libqwebview.so
 +%%DATADIR%%/plugins/designer/readme.txt
 +%%DATADIR%%/plugins/imageformats/libqgif.so
 +%%DATADIR%%/plugins/imageformats/libqico.so
 +%%DATADIR%%/plugins/imageformats/libqjpeg.so
 +%%DATADIR%%/plugins/imageformats/libqmng.so
 +%%DATADIR%%/plugins/imageformats/libqsvg.so
 +%%DATADIR%%/plugins/imageformats/libqtga.so
 +%%DATADIR%%/plugins/imageformats/libqtiff.so
 +%%DATADIR%%/plugins/imageformats/readme.txt
 +%%DATADIR%%/plugins/libqcaddxf.so
 +%%DATADIR%%/plugins/libqcaddxf_debug.so
 +%%DATADIR%%/plugins/libqcadexample.so
 +%%DATADIR%%/plugins/libqcadexample_debug.so
 +%%DATADIR%%/plugins/script/libqtscript_core.so
 +%%DATADIR%%/plugins/script/libqtscript_core.so.1
 +%%DATADIR%%/plugins/script/libqtscript_core.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_core.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_gui.so
 +%%DATADIR%%/plugins/script/libqtscript_gui.so.1
 +%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_network.so
 +%%DATADIR%%/plugins/script/libqtscript_network.so.1
 +%%DATADIR%%/plugins/script/libqtscript_network.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_network.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_opengl.so
 +%%DATADIR%%/plugins/script/libqtscript_opengl.so.1
 +%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_sql.so
 +%%DATADIR%%/plugins/script/libqtscript_sql.so.1
 +%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_svg.so
 +%%DATADIR%%/plugins/script/libqtscript_svg.so.1
 +%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_uitools.so
 +%%DATADIR%%/plugins/script/libqtscript_uitools.so.1
 +%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_webkit.so
 +%%DATADIR%%/plugins/script/libqtscript_webkit.so.1
 +%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_xml.so
 +%%DATADIR%%/plugins/script/libqtscript_xml.so.1
 +%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0.0
 +%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so
 +%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1
 +%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0
 +%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0.0
 +%%DATADIR%%/plugins/script/readme.txt
 +%%DATADIR%%/plugins/sqldrivers/libqsqlite.so
 +%%DATADIR%%/plugins/sqldrivers/readme.txt
 +%%DATADIR%%/scripts/.gitignore
 +%%DATADIR%%/scripts/AddOn.js
 +%%DATADIR%%/scripts/Apollonius.js
 +%%DATADIR%%/scripts/Block/AddBlock/AddBlock.js
 +%%DATADIR%%/scripts/Block/AddBlock/AddBlock.pro
 +%%DATADIR%%/scripts/Block/AddBlock/AddBlock.svg
 +%%DATADIR%%/scripts/Block/AddBlock/AddBlockInit.js
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_de.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_de.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_en.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_es.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_fr.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_it.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_ja.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_pt.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_en.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_es.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_fr.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_it.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_ja.html
 +%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_pt.html
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.ts
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.qm
 +%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.ts
 +%%DATADIR%%/scripts/Block/Block.js
 +%%DATADIR%%/scripts/Block/Block.pro
 +%%DATADIR%%/scripts/Block/BlockDialog.js
 +%%DATADIR%%/scripts/Block/BlockDialog.ui
 +%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js
 +%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro
 +%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg
 +%%DATADIR%%/scripts/Block/CreateBlock/CreateBlockInit.js
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_de.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_de.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_en.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_es.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_fr.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_it.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_ja.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_pt.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_en.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_es.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_fr.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_it.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_ja.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_de.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_en.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_es.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_fr.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_it.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_ja.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_pt.html
 +%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_pt.html
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.ts
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.qm
 +%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.js
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.pro
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.svg
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItemInit.js
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_de.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_de.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_en.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_ja.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_en.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_es.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_fr.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_it.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_ja.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_de.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_en.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_ja.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_pt.html
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm
 +%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts
 +%%DATADIR%%/scripts/Block/EditBlock/EditBlock.js
 +%%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro
 +%%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg
 +%%DATADIR%%/scripts/Block/EditBlock/EditBlockInit.js
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_de.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_de.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_en.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_es.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_fr.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_it.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_ja.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_pt.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_en.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_es.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_fr.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_it.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_ja.html
 +%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_pt.html
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.ts
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.qm
 +%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.js
 +%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.pro
 +%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.svg
 +%%DATADIR%%/scripts/Block/EditFromReference/EditFromReferenceInit.js
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_de.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_de.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_en.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_ja.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_en.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_es.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_fr.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_it.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_ja.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_de.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_en.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_ja.html
 +%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_pt.html
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.ts
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.qm
 +%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.js
 +%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.pro
 +%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.svg
 +%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawingInit.js
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_de.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_de.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_en.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_es.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_fr.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_it.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_ja.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_pt.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_en.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_es.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_fr.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_it.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_ja.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_pt.html
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.ts
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.qm
 +%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.js
 +%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.pro
 +%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.svg
 +%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocksInit.js
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_de.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_de.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_en.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_es.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_fr.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_it.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_ja.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_pt.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_en.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_es.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_fr.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_it.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_ja.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_pt.html
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.ts
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.qm
 +%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/FlipHorizontal.svg
 +%%DATADIR%%/scripts/Block/InsertBlock/FlipVertical.svg
 +%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.js
 +%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.pro
 +%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.svg
 +%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.ui
 +%%DATADIR%%/scripts/Block/InsertBlock/InsertBlockInit.js
 +%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOff.svg
 +%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOn.svg
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_de.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_de.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_en.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_es.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_fr.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_it.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_ja.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_pt.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_en.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_es.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_fr.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_it.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_ja.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_de.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_en.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_es.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_fr.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_it.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_ja.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_pt.html
 +%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_pt.html
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm
 +%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts
 +%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js
 +%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro
 +%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg
 +%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlockInit.js
 +%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_de.html
 +%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_de.html
 
 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Sep 11 13:04:43 UTC 2013 
State-Changed-Why:  
Don't forget to close after commit! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181199 
>Unformatted:
