View | Details | Raw Unified | Return to bug 180964
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scribus
4
PORTNAME=	scribus
5
PORTVERSION=	1.4.2
5
PORTVERSION=	1.4.3
6
CATEGORIES=	print editors
6
CATEGORIES=	print editors
7
MASTER_SITES=	SF \
7
MASTER_SITES=	SF \
8
		http://www.scribus.net/downloads/${PORTVERSION}/
8
		http://www.scribus.net/downloads/${PORTVERSION}/
Lines 18-24 Link Here
18
		freetype:${PORTSDIR}/print/freetype2 \
18
		freetype:${PORTSDIR}/print/freetype2 \
19
		podofo:${PORTSDIR}/graphics/podofo \
19
		podofo:${PORTSDIR}/graphics/podofo \
20
		boost_thread:${PORTSDIR}/devel/boost-libs \
20
		boost_thread:${PORTSDIR}/devel/boost-libs \
21
		aspell:${PORTSDIR}/textproc/aspell \
21
		hunspell:${PORTSDIR}/textproc/hunspell \
22
		cairo:${PORTSDIR}/graphics/cairo \
22
		cairo:${PORTSDIR}/graphics/cairo \
23
		hyphen:${PORTSDIR}/textproc/hyphen \
23
		hyphen:${PORTSDIR}/textproc/hyphen \
24
		execinfo:${PORTSDIR}/devel/libexecinfo \
24
		execinfo:${PORTSDIR}/devel/libexecinfo \
Lines 34-40 Link Here
34
USES=		cmake desktop-file-utils pkgconfig shared-mime-info
34
USES=		cmake desktop-file-utils pkgconfig shared-mime-info
35
USE_LDCONFIG=	yes
35
USE_LDCONFIG=	yes
36
36
37
CMAKE_ARGS+=	-DWITH_ASPELL=NO -DWANT_HUNSPELL=YES -Wno-ferror-limit
37
CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit
38
38
39
MAN1=		scribus.1
39
MAN1=		scribus.1
40
MANLANG=	"" pl de
40
MANLANG=	"" pl de
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scribus-1.4.2.tar.xz) = b951d47913e800b31675fec94ae4e81dc2ee0247506a9218211db62da6386563
1
SHA256 (scribus-1.4.3.tar.xz) = c72ef314c32f995895ca5025127e65ffeccbe2d445c358bca334a7249ea0afff
2
SIZE (scribus-1.4.2.tar.xz) = 64405272
2
SIZE (scribus-1.4.3.tar.xz) = 70503072
(-)files/patch-CMakeLists (-9 lines)
Lines 18-32 Link Here
18
 SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/")
18
 SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/")
19
 ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"")
19
 ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"")
20
 
20
 
21
@@ -676,7 +676,7 @@ ENDIF(NOT WIN32)
22
 #>>FontConfig
23
 
24
 #<<ASPELL for Speelling support
25
-OPTION(WITH_ASPELL "Enable support for spell checking" ON)
26
+OPTION(WITH_ASPELL "Enable support for spell checking" OFF)
27
 IF (WITH_ASPELL)
28
   FIND_PACKAGE(ASPELL)
29
   IF (ASPELL_FOUND)
30
@@ -689,7 +689,7 @@ ENDIF (WITH_ASPELL)
21
@@ -689,7 +689,7 @@ ENDIF (WITH_ASPELL)
31
 #>>ASPELL for Speelling support
22
 #>>ASPELL for Speelling support
32
 
23
 
(-)files/patch-scribus_plugins_scriptplugin_runscriptdialog.cpp (-14 lines)
Lines 1-14 Link Here
1
--- scribus/plugins/scriptplugin/runscriptdialog.cpp.orig	2008-03-15 04:36:48.000000000 +0400
2
+++ scribus/plugins/scriptplugin/runscriptdialog.cpp	2013-06-20 00:15:32.226597355 +0400
3
@@ -10,9 +10,10 @@ for which a new license (GPL+exception) 
4
 
5
 QString RunScriptDialog::m_lastScriptDir;
6
 
7
-RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
8
+RunScriptDialog::RunScriptDialog(QWidget* parent, bool extEnable = false) :
9
 	QDialog(parent)
10
 {
11
+	parent=0;
12
 	setupUi(this);
13
 
14
 	m_extEnable = extEnable;
(-)pkg-plist (-6 / +305 lines)
Lines 395-400 Link Here
395
include/scribus/plugins/tools/hunspellcheck/hunspellplugin.h
395
include/scribus/plugins/tools/hunspellcheck/hunspellplugin.h
396
include/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.h
396
include/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.h
397
include/scribus/plugins/tools/hunspellcheck/hunspellpluginstructs.h
397
include/scribus/plugins/tools/hunspellcheck/hunspellpluginstructs.h
398
include/scribus/plugins/tools/hunspellcheck/ui_hunspelldialogbase.h
398
include/scribus/plugins/tools/lenseffects/lensdialog.h
399
include/scribus/plugins/tools/lenseffects/lensdialog.h
399
include/scribus/plugins/tools/lenseffects/lenseffects.h
400
include/scribus/plugins/tools/lenseffects/lenseffects.h
400
include/scribus/plugins/tools/lenseffects/ui_lensdialogbase.h
401
include/scribus/plugins/tools/lenseffects/ui_lensdialogbase.h
Lines 445-450 Link Here
445
include/scribus/scconfig.h
446
include/scribus/scconfig.h
446
include/scribus/scdocoutput.h
447
include/scribus/scdocoutput.h
447
include/scribus/scdocoutput_ps2.h
448
include/scribus/scdocoutput_ps2.h
449
include/scribus/scescapecatcher.h
448
include/scribus/scfilewidget.h
450
include/scribus/scfilewidget.h
449
include/scribus/scfonts.h
451
include/scribus/scfonts.h
450
include/scribus/scgtplugin.h
452
include/scribus/scgtplugin.h
Lines 673-678 Link Here
673
lib/scribus/plugins/libbarcodegenerator.so
675
lib/scribus/plugins/libbarcodegenerator.so
674
lib/scribus/plugins/libcolorwheel.so
676
lib/scribus/plugins/libcolorwheel.so
675
lib/scribus/plugins/libfontpreview.so
677
lib/scribus/plugins/libfontpreview.so
678
lib/scribus/plugins/libhunspellplugin.so
676
lib/scribus/plugins/libimportai.so
679
lib/scribus/plugins/libimportai.so
677
lib/scribus/plugins/libimportcvg.so
680
lib/scribus/plugins/libimportcvg.so
678
lib/scribus/plugins/libimportpct.so
681
lib/scribus/plugins/libimportpct.so
Lines 714-729 Link Here
714
%%DOCSDIR%%/README
717
%%DOCSDIR%%/README
715
%%DOCSDIR%%/TODO
718
%%DOCSDIR%%/TODO
716
%%DOCSDIR%%/TRANSLATION
719
%%DOCSDIR%%/TRANSLATION
720
%%DOCSDIR%%/de/EditingShapes.html
721
%%DOCSDIR%%/de/WwFill.html
722
%%DOCSDIR%%/de/WwFrames.html
723
%%DOCSDIR%%/de/WwImages.html
724
%%DOCSDIR%%/de/WwLines.html
725
%%DOCSDIR%%/de/WwRenderframes.html
726
%%DOCSDIR%%/de/WwShapes.html
727
%%DOCSDIR%%/de/WwStyles.html
728
%%DOCSDIR%%/de/WwText.html
717
%%DOCSDIR%%/de/about1.html
729
%%DOCSDIR%%/de/about1.html
718
%%DOCSDIR%%/de/about2.html
730
%%DOCSDIR%%/de/about2.html
731
%%DOCSDIR%%/de/add_colors.html
719
%%DOCSDIR%%/de/bugreport.html
732
%%DOCSDIR%%/de/bugreport.html
733
%%DOCSDIR%%/de/cli.html
720
%%DOCSDIR%%/de/cms.html
734
%%DOCSDIR%%/de/cms.html
721
%%DOCSDIR%%/de/cms2.html
735
%%DOCSDIR%%/de/cms2.html
722
%%DOCSDIR%%/de/cms3.html
736
%%DOCSDIR%%/de/cms3.html
723
%%DOCSDIR%%/de/codingstandards.html
737
%%DOCSDIR%%/de/codingstandards.html
738
%%DOCSDIR%%/de/collect4output.html
724
%%DOCSDIR%%/de/color1.html
739
%%DOCSDIR%%/de/color1.html
740
%%DOCSDIR%%/de/color10.html
741
%%DOCSDIR%%/de/color2.html
742
%%DOCSDIR%%/de/color3.html
743
%%DOCSDIR%%/de/color4.html
744
%%DOCSDIR%%/de/color5.html
745
%%DOCSDIR%%/de/color6.html
746
%%DOCSDIR%%/de/color7.html
747
%%DOCSDIR%%/de/color7a.html
748
%%DOCSDIR%%/de/color7b.html
749
%%DOCSDIR%%/de/color7c.html
750
%%DOCSDIR%%/de/color8.html
751
%%DOCSDIR%%/de/color_editing.html
752
%%DOCSDIR%%/de/colorwheel.html
725
%%DOCSDIR%%/de/config.html
753
%%DOCSDIR%%/de/config.html
726
%%DOCSDIR%%/de/contributions.html
754
%%DOCSDIR%%/de/contributions.html
755
%%DOCSDIR%%/de/createlinks.html
727
%%DOCSDIR%%/de/developers.html
756
%%DOCSDIR%%/de/developers.html
728
%%DOCSDIR%%/de/doccopyright.html
757
%%DOCSDIR%%/de/doccopyright.html
729
%%DOCSDIR%%/de/docinfo.html
758
%%DOCSDIR%%/de/docinfo.html
Lines 733-745 Link Here
733
%%DOCSDIR%%/de/faq1.html
762
%%DOCSDIR%%/de/faq1.html
734
%%DOCSDIR%%/de/faq2.html
763
%%DOCSDIR%%/de/faq2.html
735
%%DOCSDIR%%/de/faq3.html
764
%%DOCSDIR%%/de/faq3.html
765
%%DOCSDIR%%/de/fileproblems.html
736
%%DOCSDIR%%/de/fonts1.html
766
%%DOCSDIR%%/de/fonts1.html
737
%%DOCSDIR%%/de/fonts2.html
767
%%DOCSDIR%%/de/fonts2.html
738
%%DOCSDIR%%/de/gettexthowto.html
768
%%DOCSDIR%%/de/gettexthowto.html
739
%%DOCSDIR%%/de/gsview.html
769
%%DOCSDIR%%/de/gsview.html
770
%%DOCSDIR%%/de/help.html
740
%%DOCSDIR%%/de/hyphenator.html
771
%%DOCSDIR%%/de/hyphenator.html
772
%%DOCSDIR%%/de/images/CH_1.png
773
%%DOCSDIR%%/de/images/CH_2.png
774
%%DOCSDIR%%/de/images/CH_3.png
775
%%DOCSDIR%%/de/images/CH_4.png
776
%%DOCSDIR%%/de/images/CH_5.png
777
%%DOCSDIR%%/de/images/CH_6.png
778
%%DOCSDIR%%/de/images/CH_7.png
779
%%DOCSDIR%%/de/images/CH_8.png
741
%%DOCSDIR%%/de/images/Cover_en1-page1.png
780
%%DOCSDIR%%/de/images/Cover_en1-page1.png
742
%%DOCSDIR%%/de/images/DrawLatexFrame.png
781
%%DOCSDIR%%/de/images/DrawLatexFrame.png
782
%%DOCSDIR%%/de/images/GG_CE1.png
783
%%DOCSDIR%%/de/images/GG_CE10.png
784
%%DOCSDIR%%/de/images/GG_CE11.png
785
%%DOCSDIR%%/de/images/GG_CE12.png
786
%%DOCSDIR%%/de/images/GG_CE13.png
787
%%DOCSDIR%%/de/images/GG_CE14.png
788
%%DOCSDIR%%/de/images/GG_CE15.png
789
%%DOCSDIR%%/de/images/GG_CE16.png
790
%%DOCSDIR%%/de/images/GG_CE17.png
791
%%DOCSDIR%%/de/images/GG_CE18.png
792
%%DOCSDIR%%/de/images/GG_CE19.png
793
%%DOCSDIR%%/de/images/GG_CE2.png
794
%%DOCSDIR%%/de/images/GG_CE20.png
795
%%DOCSDIR%%/de/images/GG_CE21.png
796
%%DOCSDIR%%/de/images/GG_CE22.png
797
%%DOCSDIR%%/de/images/GG_CE23.png
798
%%DOCSDIR%%/de/images/GG_CE24.png
799
%%DOCSDIR%%/de/images/GG_CE25.png
800
%%DOCSDIR%%/de/images/GG_CE26.png
801
%%DOCSDIR%%/de/images/GG_CE27.png
802
%%DOCSDIR%%/de/images/GG_CE28.png
803
%%DOCSDIR%%/de/images/GG_CE29.png
804
%%DOCSDIR%%/de/images/GG_CE3.png
805
%%DOCSDIR%%/de/images/GG_CE30.png
806
%%DOCSDIR%%/de/images/GG_CE31.png
807
%%DOCSDIR%%/de/images/GG_CE32.png
808
%%DOCSDIR%%/de/images/GG_CE33.png
809
%%DOCSDIR%%/de/images/GG_CE4.png
810
%%DOCSDIR%%/de/images/GG_CE5.png
811
%%DOCSDIR%%/de/images/GG_CE6.png
812
%%DOCSDIR%%/de/images/GG_CE7.png
813
%%DOCSDIR%%/de/images/GG_CE8.png
814
%%DOCSDIR%%/de/images/GG_CE9.png
815
%%DOCSDIR%%/de/images/GG_CE_a.png
816
%%DOCSDIR%%/de/images/GG_CE_b.png
817
%%DOCSDIR%%/de/images/GG_CE_c.png
818
%%DOCSDIR%%/de/images/GG_CE_colour_select.png
819
%%DOCSDIR%%/de/images/GG_CE_ex1.png
820
%%DOCSDIR%%/de/images/GG_CE_ex2.png
821
%%DOCSDIR%%/de/images/GG_CE_ex3.png
822
%%DOCSDIR%%/de/images/GG_CE_ex4.png
823
%%DOCSDIR%%/de/images/GG_CE_ex5.png
824
%%DOCSDIR%%/de/images/GG_CE_ex6.png
825
%%DOCSDIR%%/de/images/GG_CE_ex7.png
826
%%DOCSDIR%%/de/images/GG_CE_ex8.png
827
%%DOCSDIR%%/de/images/GG_CE_ex9.png
743
%%DOCSDIR%%/de/images/Image_Properties.png
828
%%DOCSDIR%%/de/images/Image_Properties.png
744
%%DOCSDIR%%/de/images/Mantis_my_view.png
829
%%DOCSDIR%%/de/images/Mantis_my_view.png
745
%%DOCSDIR%%/de/images/Mantis_new_report1.png
830
%%DOCSDIR%%/de/images/Mantis_new_report1.png
Lines 772-782 Link Here
772
%%DOCSDIR%%/de/images/Rembrandt7.png
857
%%DOCSDIR%%/de/images/Rembrandt7.png
773
%%DOCSDIR%%/de/images/Rembrandt8.png
858
%%DOCSDIR%%/de/images/Rembrandt8.png
774
%%DOCSDIR%%/de/images/Rembrandt9.png
859
%%DOCSDIR%%/de/images/Rembrandt9.png
860
%%DOCSDIR%%/de/images/Scribus_Haiku.png
775
%%DOCSDIR%%/de/images/Scripter.png
861
%%DOCSDIR%%/de/images/Scripter.png
776
%%DOCSDIR%%/de/images/SwB.png
862
%%DOCSDIR%%/de/images/SwB.png
777
%%DOCSDIR%%/de/images/XYZ_Prop.png
863
%%DOCSDIR%%/de/images/XYZ_Prop.png
778
%%DOCSDIR%%/de/images/XYZ_Prop1.png
864
%%DOCSDIR%%/de/images/XYZ_Prop1.png
865
%%DOCSDIR%%/de/images/add_colors1.png
866
%%DOCSDIR%%/de/images/add_colors2.png
867
%%DOCSDIR%%/de/images/add_colors3.png
868
%%DOCSDIR%%/de/images/add_colors4.png
869
%%DOCSDIR%%/de/images/add_colors5.png
870
%%DOCSDIR%%/de/images/add_colors6.png
871
%%DOCSDIR%%/de/images/add_colors7.png
779
%%DOCSDIR%%/de/images/alert.png
872
%%DOCSDIR%%/de/images/alert.png
873
%%DOCSDIR%%/de/images/annotation.png
780
%%DOCSDIR%%/de/images/batik1.png
874
%%DOCSDIR%%/de/images/batik1.png
781
%%DOCSDIR%%/de/images/boundingbox.png
875
%%DOCSDIR%%/de/images/boundingbox.png
782
%%DOCSDIR%%/de/images/boundingbox1.png
876
%%DOCSDIR%%/de/images/boundingbox1.png
Lines 786-791 Link Here
786
%%DOCSDIR%%/de/images/cms.png
880
%%DOCSDIR%%/de/images/cms.png
787
%%DOCSDIR%%/de/images/cmsmodify1.png
881
%%DOCSDIR%%/de/images/cmsmodify1.png
788
%%DOCSDIR%%/de/images/cmyk.png
882
%%DOCSDIR%%/de/images/cmyk.png
883
%%DOCSDIR%%/de/images/collect_out1.png
884
%%DOCSDIR%%/de/images/collect_out2.png
885
%%DOCSDIR%%/de/images/collect_out3.png
886
%%DOCSDIR%%/de/images/collect_out5.png
887
%%DOCSDIR%%/de/images/collect_out6.png
789
%%DOCSDIR%%/de/images/colormanager2.png
888
%%DOCSDIR%%/de/images/colormanager2.png
790
%%DOCSDIR%%/de/images/colorwheel.png
889
%%DOCSDIR%%/de/images/colorwheel.png
791
%%DOCSDIR%%/de/images/colrs-caricature.png
890
%%DOCSDIR%%/de/images/colrs-caricature.png
Lines 802-810 Link Here
802
%%DOCSDIR%%/de/images/context_text135.png
901
%%DOCSDIR%%/de/images/context_text135.png
803
%%DOCSDIR%%/de/images/contourline_flow.png
902
%%DOCSDIR%%/de/images/contourline_flow.png
804
%%DOCSDIR%%/de/images/cw-analogous.png
903
%%DOCSDIR%%/de/images/cw-analogous.png
904
%%DOCSDIR%%/de/images/cw-analogous_20.png
905
%%DOCSDIR%%/de/images/cw-analogous_30.png
805
%%DOCSDIR%%/de/images/cw-compl.png
906
%%DOCSDIR%%/de/images/cw-compl.png
907
%%DOCSDIR%%/de/images/cw-complementary.png
806
%%DOCSDIR%%/de/images/cw-splitcompl.png
908
%%DOCSDIR%%/de/images/cw-splitcompl.png
909
%%DOCSDIR%%/de/images/cw-splitcompl_20.png
910
%%DOCSDIR%%/de/images/cw-splitcompl_40.png
807
%%DOCSDIR%%/de/images/cw-tetradic.png
911
%%DOCSDIR%%/de/images/cw-tetradic.png
912
%%DOCSDIR%%/de/images/cw-tetradic_20.png
913
%%DOCSDIR%%/de/images/cw-tetradic_40.png
808
%%DOCSDIR%%/de/images/cw-triadic.png
914
%%DOCSDIR%%/de/images/cw-triadic.png
809
%%DOCSDIR%%/de/images/cw-warning.png
915
%%DOCSDIR%%/de/images/cw-warning.png
810
%%DOCSDIR%%/de/images/docheader1.png
916
%%DOCSDIR%%/de/images/docheader1.png
Lines 825-830 Link Here
825
%%DOCSDIR%%/de/images/eps-imp3.png
931
%%DOCSDIR%%/de/images/eps-imp3.png
826
%%DOCSDIR%%/de/images/eps-imp4.png
932
%%DOCSDIR%%/de/images/eps-imp4.png
827
%%DOCSDIR%%/de/images/eps-imp5.png
933
%%DOCSDIR%%/de/images/eps-imp5.png
934
%%DOCSDIR%%/de/images/externallink.png
935
%%DOCSDIR%%/de/images/externalweblink.png
828
%%DOCSDIR%%/de/images/file-error1.png
936
%%DOCSDIR%%/de/images/file-error1.png
829
%%DOCSDIR%%/de/images/file-error2.png
937
%%DOCSDIR%%/de/images/file-error2.png
830
%%DOCSDIR%%/de/images/file-error3.png
938
%%DOCSDIR%%/de/images/file-error3.png
Lines 838-843 Link Here
838
%%DOCSDIR%%/de/images/fonts.png
946
%%DOCSDIR%%/de/images/fonts.png
839
%%DOCSDIR%%/de/images/fonts2.png
947
%%DOCSDIR%%/de/images/fonts2.png
840
%%DOCSDIR%%/de/images/frame_shape_flow.png
948
%%DOCSDIR%%/de/images/frame_shape_flow.png
949
%%DOCSDIR%%/de/images/galaxy_gauge.png
950
%%DOCSDIR%%/de/images/galaxy_harmonizer1.png
951
%%DOCSDIR%%/de/images/galaxy_harmonizer2.png
841
%%DOCSDIR%%/de/images/geometry.png
952
%%DOCSDIR%%/de/images/geometry.png
842
%%DOCSDIR%%/de/images/geometry1.png
953
%%DOCSDIR%%/de/images/geometry1.png
843
%%DOCSDIR%%/de/images/gimpoptions1.png
954
%%DOCSDIR%%/de/images/gimpoptions1.png
Lines 852-863 Link Here
852
%%DOCSDIR%%/de/images/hyphen1.png
963
%%DOCSDIR%%/de/images/hyphen1.png
853
%%DOCSDIR%%/de/images/hyphen2.png
964
%%DOCSDIR%%/de/images/hyphen2.png
854
%%DOCSDIR%%/de/images/hyphen3.png
965
%%DOCSDIR%%/de/images/hyphen3.png
966
%%DOCSDIR%%/de/images/image_compress.png
855
%%DOCSDIR%%/de/images/import-pdfimage.png
967
%%DOCSDIR%%/de/images/import-pdfimage.png
856
%%DOCSDIR%%/de/images/ink-cov.png
968
%%DOCSDIR%%/de/images/ink-cov.png
857
%%DOCSDIR%%/de/images/insert-frame-1.png
969
%%DOCSDIR%%/de/images/insert-frame-1.png
858
%%DOCSDIR%%/de/images/insert-frame-2.png
970
%%DOCSDIR%%/de/images/insert-frame-2.png
859
%%DOCSDIR%%/de/images/krita.jpg
971
%%DOCSDIR%%/de/images/krita.jpg
860
%%DOCSDIR%%/de/images/krita1.jpg
972
%%DOCSDIR%%/de/images/krita.png
861
%%DOCSDIR%%/de/images/layers1.png
973
%%DOCSDIR%%/de/images/layers1.png
862
%%DOCSDIR%%/de/images/layers2.png
974
%%DOCSDIR%%/de/images/layers2.png
863
%%DOCSDIR%%/de/images/lilyp.png
975
%%DOCSDIR%%/de/images/lilyp.png
Lines 869-874 Link Here
869
%%DOCSDIR%%/de/images/line_tab5.png
981
%%DOCSDIR%%/de/images/line_tab5.png
870
%%DOCSDIR%%/de/images/line_tab6.png
982
%%DOCSDIR%%/de/images/line_tab6.png
871
%%DOCSDIR%%/de/images/line_tab7.png
983
%%DOCSDIR%%/de/images/line_tab7.png
984
%%DOCSDIR%%/de/images/link.png
872
%%DOCSDIR%%/de/images/lprof.png
985
%%DOCSDIR%%/de/images/lprof.png
873
%%DOCSDIR%%/de/images/missing-gs.png
986
%%DOCSDIR%%/de/images/missing-gs.png
874
%%DOCSDIR%%/de/images/mpage1.png
987
%%DOCSDIR%%/de/images/mpage1.png
Lines 890-895 Link Here
890
%%DOCSDIR%%/de/images/numb-sections.png
1003
%%DOCSDIR%%/de/images/numb-sections.png
891
%%DOCSDIR%%/de/images/oogettext1.png
1004
%%DOCSDIR%%/de/images/oogettext1.png
892
%%DOCSDIR%%/de/images/pagenumbering.png
1005
%%DOCSDIR%%/de/images/pagenumbering.png
1006
%%DOCSDIR%%/de/images/pathops.png
1007
%%DOCSDIR%%/de/images/pathops1.png
1008
%%DOCSDIR%%/de/images/pathops2.png
1009
%%DOCSDIR%%/de/images/pathops3.png
1010
%%DOCSDIR%%/de/images/pathops4.png
1011
%%DOCSDIR%%/de/images/pathops5.png
1012
%%DOCSDIR%%/de/images/pathops6.png
1013
%%DOCSDIR%%/de/images/pathops7.png
1014
%%DOCSDIR%%/de/images/pathops8.png
1015
%%DOCSDIR%%/de/images/pathtools.png
1016
%%DOCSDIR%%/de/images/pathtools1.png
1017
%%DOCSDIR%%/de/images/pathtools2.png
893
%%DOCSDIR%%/de/images/patterns1.png
1018
%%DOCSDIR%%/de/images/patterns1.png
894
%%DOCSDIR%%/de/images/patterns2.png
1019
%%DOCSDIR%%/de/images/patterns2.png
895
%%DOCSDIR%%/de/images/pdf-form-ht1.png
1020
%%DOCSDIR%%/de/images/pdf-form-ht1.png
Lines 898-903 Link Here
898
%%DOCSDIR%%/de/images/pdf-form-ht4.png
1023
%%DOCSDIR%%/de/images/pdf-form-ht4.png
899
%%DOCSDIR%%/de/images/pdf-form-ht5.png
1024
%%DOCSDIR%%/de/images/pdf-form-ht5.png
900
%%DOCSDIR%%/de/images/pdf-form-ht6.png
1025
%%DOCSDIR%%/de/images/pdf-form-ht6.png
1026
%%DOCSDIR%%/de/images/pdftools.png
901
%%DOCSDIR%%/de/images/pdfx1a-lo.png
1027
%%DOCSDIR%%/de/images/pdfx1a-lo.png
902
%%DOCSDIR%%/de/images/pdfx3-1.png
1028
%%DOCSDIR%%/de/images/pdfx3-1.png
903
%%DOCSDIR%%/de/images/pdfxcolor.png
1029
%%DOCSDIR%%/de/images/pdfxcolor.png
Lines 1024-1029 Link Here
1024
%%DOCSDIR%%/de/images/vector-advanced.png
1150
%%DOCSDIR%%/de/images/vector-advanced.png
1025
%%DOCSDIR%%/de/images/vector-clipart.png
1151
%%DOCSDIR%%/de/images/vector-clipart.png
1026
%%DOCSDIR%%/de/images/xnview.png
1152
%%DOCSDIR%%/de/images/xnview.png
1153
%%DOCSDIR%%/de/importbitmap1.html
1027
%%DOCSDIR%%/de/importhints.html
1154
%%DOCSDIR%%/de/importhints.html
1028
%%DOCSDIR%%/de/importhints1.html
1155
%%DOCSDIR%%/de/importhints1.html
1029
%%DOCSDIR%%/de/importhints2.html
1156
%%DOCSDIR%%/de/importhints2.html
Lines 1034-1039 Link Here
1034
%%DOCSDIR%%/de/install.html
1161
%%DOCSDIR%%/de/install.html
1035
%%DOCSDIR%%/de/install1.html
1162
%%DOCSDIR%%/de/install1.html
1036
%%DOCSDIR%%/de/install2.html
1163
%%DOCSDIR%%/de/install2.html
1164
%%DOCSDIR%%/de/install3.html
1037
%%DOCSDIR%%/de/install4.html
1165
%%DOCSDIR%%/de/install4.html
1038
%%DOCSDIR%%/de/install5.html
1166
%%DOCSDIR%%/de/install5.html
1039
%%DOCSDIR%%/de/intro.html
1167
%%DOCSDIR%%/de/intro.html
Lines 1040-1049 Link Here
1040
%%DOCSDIR%%/de/irc.html
1168
%%DOCSDIR%%/de/irc.html
1041
%%DOCSDIR%%/de/keys.html
1169
%%DOCSDIR%%/de/keys.html
1042
%%DOCSDIR%%/de/layers.html
1170
%%DOCSDIR%%/de/layers.html
1171
%%DOCSDIR%%/de/lipsum.html
1043
%%DOCSDIR%%/de/mailing_lists.html
1172
%%DOCSDIR%%/de/mailing_lists.html
1044
%%DOCSDIR%%/de/menu.xml
1173
%%DOCSDIR%%/de/menu.xml
1045
%%DOCSDIR%%/de/moncal.html
1174
%%DOCSDIR%%/de/moncal.html
1046
%%DOCSDIR%%/de/mouse.html
1175
%%DOCSDIR%%/de/mouse.html
1176
%%DOCSDIR%%/de/multiple_transform.html
1047
%%DOCSDIR%%/de/otherinfo.html
1177
%%DOCSDIR%%/de/otherinfo.html
1048
%%DOCSDIR%%/de/pagenumber.html
1178
%%DOCSDIR%%/de/pagenumber.html
1049
%%DOCSDIR%%/de/pagetemplate1.html
1179
%%DOCSDIR%%/de/pagetemplate1.html
Lines 1052-1057 Link Here
1052
%%DOCSDIR%%/de/pdfexport2.html
1182
%%DOCSDIR%%/de/pdfexport2.html
1053
%%DOCSDIR%%/de/pdfexport3.html
1183
%%DOCSDIR%%/de/pdfexport3.html
1054
%%DOCSDIR%%/de/pdfexport4.html
1184
%%DOCSDIR%%/de/pdfexport4.html
1185
%%DOCSDIR%%/de/pdfexport_image.html
1055
%%DOCSDIR%%/de/pdflavor.html
1186
%%DOCSDIR%%/de/pdflavor.html
1056
%%DOCSDIR%%/de/pdfx3.html
1187
%%DOCSDIR%%/de/pdfx3.html
1057
%%DOCSDIR%%/de/plugin_howto.html
1188
%%DOCSDIR%%/de/plugin_howto.html
Lines 1058-1069 Link Here
1058
%%DOCSDIR%%/de/print1.html
1189
%%DOCSDIR%%/de/print1.html
1059
%%DOCSDIR%%/de/print2.html
1190
%%DOCSDIR%%/de/print2.html
1060
%%DOCSDIR%%/de/print3.html
1191
%%DOCSDIR%%/de/print3.html
1192
%%DOCSDIR%%/de/print4.html
1061
%%DOCSDIR%%/de/psd.html
1193
%%DOCSDIR%%/de/psd.html
1194
%%DOCSDIR%%/de/qsg.html
1195
%%DOCSDIR%%/de/readme-haiku.html
1062
%%DOCSDIR%%/de/readme-macosx.html
1196
%%DOCSDIR%%/de/readme-macosx.html
1063
%%DOCSDIR%%/de/readme-os2.html
1197
%%DOCSDIR%%/de/readme-os2.html
1064
%%DOCSDIR%%/de/readme-win32.html
1198
%%DOCSDIR%%/de/readme-win32.html
1065
%%DOCSDIR%%/de/readme.html
1199
%%DOCSDIR%%/de/readme.html
1066
%%DOCSDIR%%/de/releases.html
1200
%%DOCSDIR%%/de/releases.html
1201
%%DOCSDIR%%/de/renderframes.html
1067
%%DOCSDIR%%/de/resources.html
1202
%%DOCSDIR%%/de/resources.html
1068
%%DOCSDIR%%/de/scribus-svg.html
1203
%%DOCSDIR%%/de/scribus-svg.html
1069
%%DOCSDIR%%/de/scribuscopyright.html
1204
%%DOCSDIR%%/de/scribuscopyright.html
Lines 1078-1083 Link Here
1078
%%DOCSDIR%%/de/scripterapi-constants.html
1213
%%DOCSDIR%%/de/scripterapi-constants.html
1079
%%DOCSDIR%%/de/scripterapi-dialogs.html
1214
%%DOCSDIR%%/de/scripterapi-dialogs.html
1080
%%DOCSDIR%%/de/scripterapi-doc.html
1215
%%DOCSDIR%%/de/scripterapi-doc.html
1216
%%DOCSDIR%%/de/scripterapi-extensions.html
1081
%%DOCSDIR%%/de/scripterapi-font.html
1217
%%DOCSDIR%%/de/scripterapi-font.html
1082
%%DOCSDIR%%/de/scripterapi-getobjprop.html
1218
%%DOCSDIR%%/de/scripterapi-getobjprop.html
1083
%%DOCSDIR%%/de/scripterapi-layer.html
1219
%%DOCSDIR%%/de/scripterapi-layer.html
Lines 1098-1103 Link Here
1098
%%DOCSDIR%%/de/toolbox13.html
1234
%%DOCSDIR%%/de/toolbox13.html
1099
%%DOCSDIR%%/de/toolbox14.html
1235
%%DOCSDIR%%/de/toolbox14.html
1100
%%DOCSDIR%%/de/toolbox15.html
1236
%%DOCSDIR%%/de/toolbox15.html
1237
%%DOCSDIR%%/de/toolbox16.html
1238
%%DOCSDIR%%/de/toolbox17.html
1239
%%DOCSDIR%%/de/toolbox18.html
1240
%%DOCSDIR%%/de/toolbox19.html
1101
%%DOCSDIR%%/de/toolbox2.html
1241
%%DOCSDIR%%/de/toolbox2.html
1102
%%DOCSDIR%%/de/toolbox3.html
1242
%%DOCSDIR%%/de/toolbox3.html
1103
%%DOCSDIR%%/de/toolbox4.html
1243
%%DOCSDIR%%/de/toolbox4.html
Lines 1109-1114 Link Here
1109
%%DOCSDIR%%/de/topten.html
1249
%%DOCSDIR%%/de/topten.html
1110
%%DOCSDIR%%/de/translation_howto.html
1250
%%DOCSDIR%%/de/translation_howto.html
1111
%%DOCSDIR%%/de/tutorials.html
1251
%%DOCSDIR%%/de/tutorials.html
1252
%%DOCSDIR%%/de/workspace1.html
1112
%%DOCSDIR%%/en/EditingShapes.html
1253
%%DOCSDIR%%/en/EditingShapes.html
1113
%%DOCSDIR%%/en/WwFill.html
1254
%%DOCSDIR%%/en/WwFill.html
1114
%%DOCSDIR%%/en/WwFrames.html
1255
%%DOCSDIR%%/en/WwFrames.html
Lines 1135-1141 Link Here
1135
%%DOCSDIR%%/en/color5.html
1276
%%DOCSDIR%%/en/color5.html
1136
%%DOCSDIR%%/en/color6.html
1277
%%DOCSDIR%%/en/color6.html
1137
%%DOCSDIR%%/en/color7.html
1278
%%DOCSDIR%%/en/color7.html
1279
%%DOCSDIR%%/en/color7a.html
1280
%%DOCSDIR%%/en/color7b.html
1281
%%DOCSDIR%%/en/color7c.html
1138
%%DOCSDIR%%/en/color8.html
1282
%%DOCSDIR%%/en/color8.html
1283
%%DOCSDIR%%/en/color10.html
1139
%%DOCSDIR%%/en/color_editing.html
1284
%%DOCSDIR%%/en/color_editing.html
1140
%%DOCSDIR%%/en/colorwheel.html
1285
%%DOCSDIR%%/en/colorwheel.html
1141
%%DOCSDIR%%/en/config.html
1286
%%DOCSDIR%%/en/config.html
Lines 1156-1163 Link Here
1156
%%DOCSDIR%%/en/gsview.html
1301
%%DOCSDIR%%/en/gsview.html
1157
%%DOCSDIR%%/en/help.html
1302
%%DOCSDIR%%/en/help.html
1158
%%DOCSDIR%%/en/hyphenator.html
1303
%%DOCSDIR%%/en/hyphenator.html
1304
%%DOCSDIR%%/en/images/CH_1.png
1305
%%DOCSDIR%%/en/images/CH_2.png
1306
%%DOCSDIR%%/en/images/CH_3.png
1307
%%DOCSDIR%%/en/images/CH_4.png
1308
%%DOCSDIR%%/en/images/CH_5.png
1309
%%DOCSDIR%%/en/images/CH_6.png
1310
%%DOCSDIR%%/en/images/CH_7.png
1311
%%DOCSDIR%%/en/images/CH_8.png
1159
%%DOCSDIR%%/en/images/Cover_en1-page1.png
1312
%%DOCSDIR%%/en/images/Cover_en1-page1.png
1160
%%DOCSDIR%%/en/images/DrawLatexFrame.png
1313
%%DOCSDIR%%/en/images/DrawLatexFrame.png
1314
%%DOCSDIR%%/en/images/GG_CE1.png
1315
%%DOCSDIR%%/en/images/GG_CE10.png
1316
%%DOCSDIR%%/en/images/GG_CE11.png
1317
%%DOCSDIR%%/en/images/GG_CE12.png
1318
%%DOCSDIR%%/en/images/GG_CE13.png
1319
%%DOCSDIR%%/en/images/GG_CE14.png
1320
%%DOCSDIR%%/en/images/GG_CE15.png
1321
%%DOCSDIR%%/en/images/GG_CE16.png
1322
%%DOCSDIR%%/en/images/GG_CE17.png
1323
%%DOCSDIR%%/en/images/GG_CE18.png
1324
%%DOCSDIR%%/en/images/GG_CE19.png
1325
%%DOCSDIR%%/en/images/GG_CE2.png
1326
%%DOCSDIR%%/en/images/GG_CE20.png
1327
%%DOCSDIR%%/en/images/GG_CE21.png
1328
%%DOCSDIR%%/en/images/GG_CE22.png
1329
%%DOCSDIR%%/en/images/GG_CE23.png
1330
%%DOCSDIR%%/en/images/GG_CE24.png
1331
%%DOCSDIR%%/en/images/GG_CE25.png
1332
%%DOCSDIR%%/en/images/GG_CE26.png
1333
%%DOCSDIR%%/en/images/GG_CE27.png
1334
%%DOCSDIR%%/en/images/GG_CE28.png
1335
%%DOCSDIR%%/en/images/GG_CE29.png
1336
%%DOCSDIR%%/en/images/GG_CE3.png
1337
%%DOCSDIR%%/en/images/GG_CE30.png
1338
%%DOCSDIR%%/en/images/GG_CE31.png
1339
%%DOCSDIR%%/en/images/GG_CE32.png
1340
%%DOCSDIR%%/en/images/GG_CE33.png
1341
%%DOCSDIR%%/en/images/GG_CE4.png
1342
%%DOCSDIR%%/en/images/GG_CE5.png
1343
%%DOCSDIR%%/en/images/GG_CE6.png
1344
%%DOCSDIR%%/en/images/GG_CE7.png
1345
%%DOCSDIR%%/en/images/GG_CE8.png
1346
%%DOCSDIR%%/en/images/GG_CE9.png
1347
%%DOCSDIR%%/en/images/GG_CE_a.png
1348
%%DOCSDIR%%/en/images/GG_CE_b.png
1349
%%DOCSDIR%%/en/images/GG_CE_c.png
1350
%%DOCSDIR%%/en/images/GG_CE_colour_select.png
1351
%%DOCSDIR%%/en/images/GG_CE_ex1.png
1352
%%DOCSDIR%%/en/images/GG_CE_ex2.png
1353
%%DOCSDIR%%/en/images/GG_CE_ex3.png
1354
%%DOCSDIR%%/en/images/GG_CE_ex4.png
1355
%%DOCSDIR%%/en/images/GG_CE_ex5.png
1356
%%DOCSDIR%%/en/images/GG_CE_ex6.png
1357
%%DOCSDIR%%/en/images/GG_CE_ex7.png
1358
%%DOCSDIR%%/en/images/GG_CE_ex8.png
1359
%%DOCSDIR%%/en/images/GG_CE_ex9.png
1161
%%DOCSDIR%%/en/images/Image_Properties.png
1360
%%DOCSDIR%%/en/images/Image_Properties.png
1162
%%DOCSDIR%%/en/images/Mantis_my_view.png
1361
%%DOCSDIR%%/en/images/Mantis_my_view.png
1163
%%DOCSDIR%%/en/images/Mantis_new_report1.png
1362
%%DOCSDIR%%/en/images/Mantis_new_report1.png
Lines 1190-1195 Link Here
1190
%%DOCSDIR%%/en/images/Rembrandt7.png
1389
%%DOCSDIR%%/en/images/Rembrandt7.png
1191
%%DOCSDIR%%/en/images/Rembrandt8.png
1390
%%DOCSDIR%%/en/images/Rembrandt8.png
1192
%%DOCSDIR%%/en/images/Rembrandt9.png
1391
%%DOCSDIR%%/en/images/Rembrandt9.png
1392
%%DOCSDIR%%/en/images/Scribus_Haiku.png
1193
%%DOCSDIR%%/en/images/Scripter.png
1393
%%DOCSDIR%%/en/images/Scripter.png
1194
%%DOCSDIR%%/en/images/SwB.png
1394
%%DOCSDIR%%/en/images/SwB.png
1195
%%DOCSDIR%%/en/images/XYZ_Prop.png
1395
%%DOCSDIR%%/en/images/XYZ_Prop.png
Lines 1276-1281 Link Here
1276
%%DOCSDIR%%/en/images/fonts.png
1476
%%DOCSDIR%%/en/images/fonts.png
1277
%%DOCSDIR%%/en/images/fonts2.png
1477
%%DOCSDIR%%/en/images/fonts2.png
1278
%%DOCSDIR%%/en/images/frame_shape_flow.png
1478
%%DOCSDIR%%/en/images/frame_shape_flow.png
1479
%%DOCSDIR%%/en/images/galaxy_gauge.png
1480
%%DOCSDIR%%/en/images/galaxy_harmonizer1.png
1481
%%DOCSDIR%%/en/images/galaxy_harmonizer2.png
1279
%%DOCSDIR%%/en/images/geometry.png
1482
%%DOCSDIR%%/en/images/geometry.png
1280
%%DOCSDIR%%/en/images/geometry1.png
1483
%%DOCSDIR%%/en/images/geometry1.png
1281
%%DOCSDIR%%/en/images/gimpoptions1.png
1484
%%DOCSDIR%%/en/images/gimpoptions1.png
Lines 1288-1299 Link Here
1288
%%DOCSDIR%%/en/images/htmlimport.png
1491
%%DOCSDIR%%/en/images/htmlimport.png
1289
%%DOCSDIR%%/en/images/htmlstyle.png
1492
%%DOCSDIR%%/en/images/htmlstyle.png
1290
%%DOCSDIR%%/en/images/hyphen1.png
1493
%%DOCSDIR%%/en/images/hyphen1.png
1494
%%DOCSDIR%%/en/images/hyphen2.png
1495
%%DOCSDIR%%/en/images/hyphen3.png
1291
%%DOCSDIR%%/en/images/image_compress.png
1496
%%DOCSDIR%%/en/images/image_compress.png
1292
%%DOCSDIR%%/en/images/import-pdfimage.png
1497
%%DOCSDIR%%/en/images/import-pdfimage.png
1293
%%DOCSDIR%%/en/images/ink-cov.png
1498
%%DOCSDIR%%/en/images/ink-cov.png
1294
%%DOCSDIR%%/en/images/insert-frame-1.png
1499
%%DOCSDIR%%/en/images/insert-frame-1.png
1295
%%DOCSDIR%%/en/images/insert-frame-2.png
1500
%%DOCSDIR%%/en/images/insert-frame-2.png
1296
%%DOCSDIR%%/en/images/krita1.jpg
1501
%%DOCSDIR%%/en/images/krita.png
1297
%%DOCSDIR%%/en/images/layers1.png
1502
%%DOCSDIR%%/en/images/layers1.png
1298
%%DOCSDIR%%/en/images/layers2.png
1503
%%DOCSDIR%%/en/images/layers2.png
1299
%%DOCSDIR%%/en/images/lilyp.png
1504
%%DOCSDIR%%/en/images/lilyp.png
Lines 1515-1520 Link Here
1515
%%DOCSDIR%%/en/print4.html
1720
%%DOCSDIR%%/en/print4.html
1516
%%DOCSDIR%%/en/psd.html
1721
%%DOCSDIR%%/en/psd.html
1517
%%DOCSDIR%%/en/qsg.html
1722
%%DOCSDIR%%/en/qsg.html
1723
%%DOCSDIR%%/en/readme-haiku.html
1518
%%DOCSDIR%%/en/readme-macosx.html
1724
%%DOCSDIR%%/en/readme-macosx.html
1519
%%DOCSDIR%%/en/readme-os2.html
1725
%%DOCSDIR%%/en/readme-os2.html
1520
%%DOCSDIR%%/en/readme-win32.html
1726
%%DOCSDIR%%/en/readme-win32.html
Lines 1603-1609 Link Here
1603
%%DOCSDIR%%/it/color5.html
1809
%%DOCSDIR%%/it/color5.html
1604
%%DOCSDIR%%/it/color6.html
1810
%%DOCSDIR%%/it/color6.html
1605
%%DOCSDIR%%/it/color7.html
1811
%%DOCSDIR%%/it/color7.html
1812
%%DOCSDIR%%/it/color7a.html
1813
%%DOCSDIR%%/it/color7b.html
1814
%%DOCSDIR%%/it/color7c.html
1606
%%DOCSDIR%%/it/color8.html
1815
%%DOCSDIR%%/it/color8.html
1816
%%DOCSDIR%%/it/color10.html
1607
%%DOCSDIR%%/it/color_editing.html
1817
%%DOCSDIR%%/it/color_editing.html
1608
%%DOCSDIR%%/it/colorwheel.html
1818
%%DOCSDIR%%/it/colorwheel.html
1609
%%DOCSDIR%%/it/config.html
1819
%%DOCSDIR%%/it/config.html
Lines 1624-1631 Link Here
1624
%%DOCSDIR%%/it/gsview.html
1834
%%DOCSDIR%%/it/gsview.html
1625
%%DOCSDIR%%/it/help.html
1835
%%DOCSDIR%%/it/help.html
1626
%%DOCSDIR%%/it/hyphenator.html
1836
%%DOCSDIR%%/it/hyphenator.html
1837
%%DOCSDIR%%/it/images/CH_1.png
1838
%%DOCSDIR%%/it/images/CH_2.png
1839
%%DOCSDIR%%/it/images/CH_3.png
1840
%%DOCSDIR%%/it/images/CH_4.png
1841
%%DOCSDIR%%/it/images/CH_5.png
1842
%%DOCSDIR%%/it/images/CH_6.png
1843
%%DOCSDIR%%/it/images/CH_7.png
1844
%%DOCSDIR%%/it/images/CH_8.png
1627
%%DOCSDIR%%/it/images/Cover_en1-page1.png
1845
%%DOCSDIR%%/it/images/Cover_en1-page1.png
1628
%%DOCSDIR%%/it/images/DrawLatexFrame.png
1846
%%DOCSDIR%%/it/images/DrawLatexFrame.png
1847
%%DOCSDIR%%/it/images/GG_CE1.png
1848
%%DOCSDIR%%/it/images/GG_CE10.png
1849
%%DOCSDIR%%/it/images/GG_CE11.png
1850
%%DOCSDIR%%/it/images/GG_CE12.png
1851
%%DOCSDIR%%/it/images/GG_CE13.png
1852
%%DOCSDIR%%/it/images/GG_CE14.png
1853
%%DOCSDIR%%/it/images/GG_CE15.png
1854
%%DOCSDIR%%/it/images/GG_CE16.png
1855
%%DOCSDIR%%/it/images/GG_CE17.png
1856
%%DOCSDIR%%/it/images/GG_CE18.png
1857
%%DOCSDIR%%/it/images/GG_CE19.png
1858
%%DOCSDIR%%/it/images/GG_CE2.png
1859
%%DOCSDIR%%/it/images/GG_CE20.png
1860
%%DOCSDIR%%/it/images/GG_CE21.png
1861
%%DOCSDIR%%/it/images/GG_CE22.png
1862
%%DOCSDIR%%/it/images/GG_CE23.png
1863
%%DOCSDIR%%/it/images/GG_CE24.png
1864
%%DOCSDIR%%/it/images/GG_CE25.png
1865
%%DOCSDIR%%/it/images/GG_CE26.png
1866
%%DOCSDIR%%/it/images/GG_CE27.png
1867
%%DOCSDIR%%/it/images/GG_CE28.png
1868
%%DOCSDIR%%/it/images/GG_CE29.png
1869
%%DOCSDIR%%/it/images/GG_CE3.png
1870
%%DOCSDIR%%/it/images/GG_CE30.png
1871
%%DOCSDIR%%/it/images/GG_CE31.png
1872
%%DOCSDIR%%/it/images/GG_CE32.png
1873
%%DOCSDIR%%/it/images/GG_CE33.png
1874
%%DOCSDIR%%/it/images/GG_CE4.png
1875
%%DOCSDIR%%/it/images/GG_CE5.png
1876
%%DOCSDIR%%/it/images/GG_CE6.png
1877
%%DOCSDIR%%/it/images/GG_CE7.png
1878
%%DOCSDIR%%/it/images/GG_CE8.png
1879
%%DOCSDIR%%/it/images/GG_CE9.png
1880
%%DOCSDIR%%/it/images/GG_CE_a.png
1881
%%DOCSDIR%%/it/images/GG_CE_b.png
1882
%%DOCSDIR%%/it/images/GG_CE_c.png
1883
%%DOCSDIR%%/it/images/GG_CE_colour_select.png
1884
%%DOCSDIR%%/it/images/GG_CE_ex1.png
1885
%%DOCSDIR%%/it/images/GG_CE_ex2.png
1886
%%DOCSDIR%%/it/images/GG_CE_ex3.png
1887
%%DOCSDIR%%/it/images/GG_CE_ex4.png
1888
%%DOCSDIR%%/it/images/GG_CE_ex5.png
1889
%%DOCSDIR%%/it/images/GG_CE_ex6.png
1890
%%DOCSDIR%%/it/images/GG_CE_ex7.png
1891
%%DOCSDIR%%/it/images/GG_CE_ex8.png
1892
%%DOCSDIR%%/it/images/GG_CE_ex9.png
1629
%%DOCSDIR%%/it/images/Image_Properties.png
1893
%%DOCSDIR%%/it/images/Image_Properties.png
1630
%%DOCSDIR%%/it/images/Mantis_my_view.png
1894
%%DOCSDIR%%/it/images/Mantis_my_view.png
1631
%%DOCSDIR%%/it/images/Mantis_new_report1.png
1895
%%DOCSDIR%%/it/images/Mantis_new_report1.png
Lines 1658-1663 Link Here
1658
%%DOCSDIR%%/it/images/Rembrandt7.png
1922
%%DOCSDIR%%/it/images/Rembrandt7.png
1659
%%DOCSDIR%%/it/images/Rembrandt8.png
1923
%%DOCSDIR%%/it/images/Rembrandt8.png
1660
%%DOCSDIR%%/it/images/Rembrandt9.png
1924
%%DOCSDIR%%/it/images/Rembrandt9.png
1925
%%DOCSDIR%%/it/images/Scribus_Haiku.png
1661
%%DOCSDIR%%/it/images/Scripter.png
1926
%%DOCSDIR%%/it/images/Scripter.png
1662
%%DOCSDIR%%/it/images/SwB.png
1927
%%DOCSDIR%%/it/images/SwB.png
1663
%%DOCSDIR%%/it/images/XYZ_Prop.png
1928
%%DOCSDIR%%/it/images/XYZ_Prop.png
Lines 1743-1748 Link Here
1743
%%DOCSDIR%%/it/images/fonts.png
2008
%%DOCSDIR%%/it/images/fonts.png
1744
%%DOCSDIR%%/it/images/fonts2.png
2009
%%DOCSDIR%%/it/images/fonts2.png
1745
%%DOCSDIR%%/it/images/frame_shape_flow.png
2010
%%DOCSDIR%%/it/images/frame_shape_flow.png
2011
%%DOCSDIR%%/it/images/galaxy_gauge.png
2012
%%DOCSDIR%%/it/images/galaxy_harmonizer1.png
2013
%%DOCSDIR%%/it/images/galaxy_harmonizer2.png
1746
%%DOCSDIR%%/it/images/geometry.png
2014
%%DOCSDIR%%/it/images/geometry.png
1747
%%DOCSDIR%%/it/images/geometry1.png
2015
%%DOCSDIR%%/it/images/geometry1.png
1748
%%DOCSDIR%%/it/images/gimpoptions1.png
2016
%%DOCSDIR%%/it/images/gimpoptions1.png
Lines 1757-1762 Link Here
1757
%%DOCSDIR%%/it/images/htmlimport.png
2025
%%DOCSDIR%%/it/images/htmlimport.png
1758
%%DOCSDIR%%/it/images/htmlstyle.png
2026
%%DOCSDIR%%/it/images/htmlstyle.png
1759
%%DOCSDIR%%/it/images/hyphen1.png
2027
%%DOCSDIR%%/it/images/hyphen1.png
2028
%%DOCSDIR%%/it/images/hyphen2.png
2029
%%DOCSDIR%%/it/images/hyphen3.png
1760
%%DOCSDIR%%/it/images/image_compress.png
2030
%%DOCSDIR%%/it/images/image_compress.png
1761
%%DOCSDIR%%/it/images/import-pdfimage.png
2031
%%DOCSDIR%%/it/images/import-pdfimage.png
1762
%%DOCSDIR%%/it/images/ink-cov.png
2032
%%DOCSDIR%%/it/images/ink-cov.png
Lines 1763-1768 Link Here
1763
%%DOCSDIR%%/it/images/inkscape.png
2033
%%DOCSDIR%%/it/images/inkscape.png
1764
%%DOCSDIR%%/it/images/insert-frame-1.png
2034
%%DOCSDIR%%/it/images/insert-frame-1.png
1765
%%DOCSDIR%%/it/images/insert-frame-2.png
2035
%%DOCSDIR%%/it/images/insert-frame-2.png
2036
%%DOCSDIR%%/it/images/krita.png
1766
%%DOCSDIR%%/it/images/krita1.jpg
2037
%%DOCSDIR%%/it/images/krita1.jpg
1767
%%DOCSDIR%%/it/images/layers1.png
2038
%%DOCSDIR%%/it/images/layers1.png
1768
%%DOCSDIR%%/it/images/layers2.png
2039
%%DOCSDIR%%/it/images/layers2.png
Lines 1987-1992 Link Here
1987
%%DOCSDIR%%/it/print4.html
2258
%%DOCSDIR%%/it/print4.html
1988
%%DOCSDIR%%/it/psd.html
2259
%%DOCSDIR%%/it/psd.html
1989
%%DOCSDIR%%/it/qsg.html
2260
%%DOCSDIR%%/it/qsg.html
2261
%%DOCSDIR%%/it/readme-haiku.html
1990
%%DOCSDIR%%/it/readme-macosx.html
2262
%%DOCSDIR%%/it/readme-macosx.html
1991
%%DOCSDIR%%/it/readme-os2.html
2263
%%DOCSDIR%%/it/readme-os2.html
1992
%%DOCSDIR%%/it/readme-win32.html
2264
%%DOCSDIR%%/it/readme-win32.html
Lines 2085-2091 Link Here
2085
%%DATADIR%%/dicts/hyph_es.dic
2357
%%DATADIR%%/dicts/hyph_es.dic
2086
%%DATADIR%%/dicts/hyph_fi.dic
2358
%%DATADIR%%/dicts/hyph_fi.dic
2087
%%DATADIR%%/dicts/hyph_fr.dic
2359
%%DATADIR%%/dicts/hyph_fr.dic
2088
%%DATADIR%%/dicts/hyph_ga.dic
2360
%%DATADIR%%/dicts/hyph_gl.dic
2089
%%DATADIR%%/dicts/hyph_hr.dic
2361
%%DATADIR%%/dicts/hyph_hr.dic
2090
%%DATADIR%%/dicts/hyph_hu.dic
2362
%%DATADIR%%/dicts/hyph_hu.dic
2091
%%DATADIR%%/dicts/hyph_ia.dic
2363
%%DATADIR%%/dicts/hyph_ia.dic
Lines 2642-2647 Link Here
2642
%%DATADIR%%/scripts/importcsv2table.py
2914
%%DATADIR%%/scripts/importcsv2table.py
2643
%%DATADIR%%/swatches/AFNOR_X_08-002.xml
2915
%%DATADIR%%/swatches/AFNOR_X_08-002.xml
2644
%%DATADIR%%/swatches/AS_2007S-1996.xml
2916
%%DATADIR%%/swatches/AS_2007S-1996.xml
2917
%%DATADIR%%/swatches/All_Color_Kit.xml
2645
%%DATADIR%%/swatches/Alligator Collection 3000_bs00_3.eps
2918
%%DATADIR%%/swatches/Alligator Collection 3000_bs00_3.eps
2646
%%DATADIR%%/swatches/Alligator Collection 3000_bs01_3.eps
2919
%%DATADIR%%/swatches/Alligator Collection 3000_bs01_3.eps
2647
%%DATADIR%%/swatches/Alligator Collection 3000_kd01_4.eps
2920
%%DATADIR%%/swatches/Alligator Collection 3000_kd01_4.eps
Lines 2652-2657 Link Here
2652
%%DATADIR%%/swatches/Alligator Collection 4000_kd01_4.eps
2925
%%DATADIR%%/swatches/Alligator Collection 4000_kd01_4.eps
2653
%%DATADIR%%/swatches/Alligator Collection 4000_np01_4.eps
2926
%%DATADIR%%/swatches/Alligator Collection 4000_np01_4.eps
2654
%%DATADIR%%/swatches/Alligator Collection 4000_zd01_4.eps
2927
%%DATADIR%%/swatches/Alligator Collection 4000_zd01_4.eps
2928
%%DATADIR%%/swatches/Android_TM.xml
2655
%%DATADIR%%/swatches/BS_381C.xml
2929
%%DATADIR%%/swatches/BS_381C.xml
2656
%%DATADIR%%/swatches/BS_4800.xml
2930
%%DATADIR%%/swatches/BS_4800.xml
2657
%%DATADIR%%/swatches/BannerRite_bs00_3.eps
2931
%%DATADIR%%/swatches/BannerRite_bs00_3.eps
Lines 2664-2670 Link Here
2664
%%DATADIR%%/swatches/Baumann System Prase_kd01_4.eps
2938
%%DATADIR%%/swatches/Baumann System Prase_kd01_4.eps
2665
%%DATADIR%%/swatches/Baumann System Prase_np01_4.eps
2939
%%DATADIR%%/swatches/Baumann System Prase_np01_4.eps
2666
%%DATADIR%%/swatches/Baumann System Prase_zd01_4.eps
2940
%%DATADIR%%/swatches/Baumann System Prase_zd01_4.eps
2941
%%DATADIR%%/swatches/Bundesregierung_CMYK.xml
2942
%%DATADIR%%/swatches/Bundesregierung_CMYK_TZ.xml
2943
%%DATADIR%%/swatches/Bundesregierung_HKS.xml
2667
%%DATADIR%%/swatches/COPYING_RESENE.txt
2944
%%DATADIR%%/swatches/COPYING_RESENE.txt
2945
%%DATADIR%%/swatches/Classic_Kit.xml
2668
%%DATADIR%%/swatches/Colortrend Wood Stains_bs00_3.eps
2946
%%DATADIR%%/swatches/Colortrend Wood Stains_bs00_3.eps
2669
%%DATADIR%%/swatches/Colortrend Wood Stains_bs01_3.eps
2947
%%DATADIR%%/swatches/Colortrend Wood Stains_bs01_3.eps
2670
%%DATADIR%%/swatches/Colortrend Wood Stains_kd01_4.eps
2948
%%DATADIR%%/swatches/Colortrend Wood Stains_kd01_4.eps
Lines 2671-2676 Link Here
2671
%%DATADIR%%/swatches/Colortrend Wood Stains_np01_4.eps
2949
%%DATADIR%%/swatches/Colortrend Wood Stains_np01_4.eps
2672
%%DATADIR%%/swatches/Colortrend Wood Stains_zd01_4.eps
2950
%%DATADIR%%/swatches/Colortrend Wood Stains_zd01_4.eps
2673
%%DATADIR%%/swatches/CrayonTM.xml
2951
%%DATADIR%%/swatches/CrayonTM.xml
2952
%%DATADIR%%/swatches/Creative_Commons_2013.xml
2674
%%DATADIR%%/swatches/DEUTSCHEpapier_bs00_3.eps
2953
%%DATADIR%%/swatches/DEUTSCHEpapier_bs00_3.eps
2675
%%DATADIR%%/swatches/DEUTSCHEpapier_bs01_3.eps
2954
%%DATADIR%%/swatches/DEUTSCHEpapier_bs01_3.eps
2676
%%DATADIR%%/swatches/DEUTSCHEpapier_kd01_4.eps
2955
%%DATADIR%%/swatches/DEUTSCHEpapier_kd01_4.eps
Lines 2681-2686 Link Here
2681
%%DATADIR%%/swatches/DRAKA POLYA_kd01_4.eps
2960
%%DATADIR%%/swatches/DRAKA POLYA_kd01_4.eps
2682
%%DATADIR%%/swatches/DRAKA POLYA_np01_4.eps
2961
%%DATADIR%%/swatches/DRAKA POLYA_np01_4.eps
2683
%%DATADIR%%/swatches/DRAKA POLYA_zd01_4.eps
2962
%%DATADIR%%/swatches/DRAKA POLYA_zd01_4.eps
2963
%%DATADIR%%/swatches/Federal_Identity_Program.xml
2684
%%DATADIR%%/swatches/GCMI_Colors.xml
2964
%%DATADIR%%/swatches/GCMI_Colors.xml
2685
%%DATADIR%%/swatches/GS Palette 141 Kunstdruck_bs00_3.eps
2965
%%DATADIR%%/swatches/GS Palette 141 Kunstdruck_bs00_3.eps
2686
%%DATADIR%%/swatches/GS Palette 141 Kunstdruck_bs01_3.eps
2966
%%DATADIR%%/swatches/GS Palette 141 Kunstdruck_bs01_3.eps
Lines 2692-2705 Link Here
2692
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_kd01_4.eps
2972
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_kd01_4.eps
2693
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_np01_4.eps
2973
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_np01_4.eps
2694
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_zd01_4.eps
2974
%%DATADIR%%/swatches/GS Palette 141 Naturpapier_zd01_4.eps
2975
%%DATADIR%%/swatches/Galaxy_Blackbody_Spectrum.xml
2976
%%DATADIR%%/swatches/Galaxy_Color_Directory.xml
2977
%%DATADIR%%/swatches/Galaxy_Color_Emotions.xml
2978
%%DATADIR%%/swatches/Galaxy_Color_Harmonizer.xml
2979
%%DATADIR%%/swatches/Galaxy_Color_Pro.xml
2980
%%DATADIR%%/swatches/Galaxy_Color_Zil.xml
2981
%%DATADIR%%/swatches/Galaxy_Neutrals_and_Rich_Blacks.xml
2982
%%DATADIR%%/swatches/Galaxy_Pocket_Map.xml
2983
%%DATADIR%%/swatches/Galaxy_Visible_Spectrum.xml
2695
%%DATADIR%%/swatches/GiveLife_Color_System_CMYK.xml
2984
%%DATADIR%%/swatches/GiveLife_Color_System_CMYK.xml
2696
%%DATADIR%%/swatches/GiveLife_Color_System_RGB.xml
2985
%%DATADIR%%/swatches/GiveLife_Color_System_RGB.xml
2697
%%DATADIR%%/swatches/Gnome.xml
2986
%%DATADIR%%/swatches/Gnome.xml
2987
%%DATADIR%%/swatches/Government_UK.xml
2698
%%DATADIR%%/swatches/Heidelberger ip Oberputze_bs00_3.eps
2988
%%DATADIR%%/swatches/Heidelberger ip Oberputze_bs00_3.eps
2699
%%DATADIR%%/swatches/Heidelberger ip Oberputze_bs01_3.eps
2989
%%DATADIR%%/swatches/Heidelberger ip Oberputze_bs01_3.eps
2700
%%DATADIR%%/swatches/Heidelberger ip Oberputze_kd01_4.eps
2990
%%DATADIR%%/swatches/Heidelberger ip Oberputze_kd01_4.eps
2701
%%DATADIR%%/swatches/Heidelberger ip Oberputze_np01_4.eps
2991
%%DATADIR%%/swatches/Heidelberger ip Oberputze_np01_4.eps
2702
%%DATADIR%%/swatches/Heidelberger ip Oberputze_zd01_4.eps
2992
%%DATADIR%%/swatches/Heidelberger ip Oberputze_zd01_4.eps
2993
%%DATADIR%%/swatches/Inkscape.xml
2703
%%DATADIR%%/swatches/J&S K_bs00_3.eps
2994
%%DATADIR%%/swatches/J&S K_bs00_3.eps
2704
%%DATADIR%%/swatches/J&S K_bs01_3.eps
2995
%%DATADIR%%/swatches/J&S K_bs01_3.eps
2705
%%DATADIR%%/swatches/J&S K_kd01_4.eps
2996
%%DATADIR%%/swatches/J&S K_kd01_4.eps
Lines 2718-2723 Link Here
2718
%%DATADIR%%/swatches/Koessinger Keramik-Druck_kd01_4.eps
3009
%%DATADIR%%/swatches/Koessinger Keramik-Druck_kd01_4.eps
2719
%%DATADIR%%/swatches/Koessinger Keramik-Druck_np01_4.eps
3010
%%DATADIR%%/swatches/Koessinger Keramik-Druck_np01_4.eps
2720
%%DATADIR%%/swatches/Koessinger Keramik-Druck_zd01_4.eps
3011
%%DATADIR%%/swatches/Koessinger Keramik-Druck_zd01_4.eps
3012
%%DATADIR%%/swatches/LaTeX_Beamer.xml
2721
%%DATADIR%%/swatches/LibreOffice.xml
3013
%%DATADIR%%/swatches/LibreOffice.xml
2722
%%DATADIR%%/swatches/Munsell_Soil_Colors.xml
3014
%%DATADIR%%/swatches/Munsell_Soil_Colors.xml
2723
%%DATADIR%%/swatches/NBS-ISCC_Colors.xml
3015
%%DATADIR%%/swatches/NBS-ISCC_Colors.xml
Lines 2727-2732 Link Here
2727
%%DATADIR%%/swatches/OSMO Einmallasur_np01_4.eps
3019
%%DATADIR%%/swatches/OSMO Einmallasur_np01_4.eps
2728
%%DATADIR%%/swatches/OSMO Einmallasur_zd01_4.eps
3020
%%DATADIR%%/swatches/OSMO Einmallasur_zd01_4.eps
2729
%%DATADIR%%/swatches/OpenOffice_dot_org_CMYK.xml
3021
%%DATADIR%%/swatches/OpenOffice_dot_org_CMYK.xml
3022
%%DATADIR%%/swatches/OpenOffice_dot_org_Galaxy.xml
2730
%%DATADIR%%/swatches/OpenSUSE.xml
3023
%%DATADIR%%/swatches/OpenSUSE.xml
2731
%%DATADIR%%/swatches/Oracal 451_bs00_3.eps
3024
%%DATADIR%%/swatches/Oracal 451_bs00_3.eps
2732
%%DATADIR%%/swatches/Oracal 451_bs01_3.eps
3025
%%DATADIR%%/swatches/Oracal 451_bs01_3.eps
Lines 2754-2767 Link Here
2754
%%DATADIR%%/swatches/Resene_Summit_Roof_2010.xml
3047
%%DATADIR%%/swatches/Resene_Summit_Roof_2010.xml
2755
%%DATADIR%%/swatches/Resene_Summit_Roof_systems_2011.xml
3048
%%DATADIR%%/swatches/Resene_Summit_Roof_systems_2011.xml
2756
%%DATADIR%%/swatches/Resene_TCS_-_Colorwood_2011.xml
3049
%%DATADIR%%/swatches/Resene_TCS_-_Colorwood_2011.xml
3050
%%DATADIR%%/swatches/Resene_TCS_-_Decks_Paths_Driveways_Recreational_Areas_2011.xml
3051
%%DATADIR%%/swatches/Resene_TCS_-_Karen_Walker_2012.xml
3052
%%DATADIR%%/swatches/Resene_TCS_-_KidzColour_2012.xml
2757
%%DATADIR%%/swatches/Resene_TCS_-_The_Range_Whites_and_neutrals_2012.xml
3053
%%DATADIR%%/swatches/Resene_TCS_-_The_Range_Whites_and_neutrals_2012.xml
2758
%%DATADIR%%/swatches/Resene_TCS_-_KidzColour_2012.xml
2759
%%DATADIR%%/swatches/Resene_TCS_-_Whites_and_Neutrals_2012.xml
3054
%%DATADIR%%/swatches/Resene_TCS_-_Whites_and_Neutrals_2012.xml
2760
%%DATADIR%%/swatches/Resene_TCS_-_Decks_Paths_Driveways_Recreational_Areas_2011.xml
2761
%%DATADIR%%/swatches/Resene_TCS_-_Karen_Walker_2012.xml
2762
%%DATADIR%%/swatches/Resene_The_Range_2011-12.xml
3055
%%DATADIR%%/swatches/Resene_The_Range_2011-12.xml
2763
%%DATADIR%%/swatches/Resene_The_Range_WandN_2010.xml
3056
%%DATADIR%%/swatches/Resene_The_Range_WandN_2010.xml
2764
%%DATADIR%%/swatches/Resene_Woodsman_2008.xml
3057
%%DATADIR%%/swatches/Resene_Woodsman_2008.xml
3058
%%DATADIR%%/swatches/Rijksoverheid_Gestreken.xml
3059
%%DATADIR%%/swatches/Rijksoverheid_Ongestreken.xml
2765
%%DATADIR%%/swatches/SVG.xml
3060
%%DATADIR%%/swatches/SVG.xml
2766
%%DATADIR%%/swatches/Scribus_Basic.xml
3061
%%DATADIR%%/swatches/Scribus_Basic.xml
2767
%%DATADIR%%/swatches/Scribus_Splash.xml
3062
%%DATADIR%%/swatches/Scribus_Splash.xml
Lines 2775-2780 Link Here
2775
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_kd01_4.eps
3070
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_kd01_4.eps
2776
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_np01_4.eps
3071
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_np01_4.eps
2777
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_zd01_4.eps
3072
%%DATADIR%%/swatches/Sericol_UCG_MatchingSystem_zd01_4.eps
3073
%%DATADIR%%/swatches/Shades_of_K.xml
2778
%%DATADIR%%/swatches/Standardised_Rock_Colours.xml
3074
%%DATADIR%%/swatches/Standardised_Rock_Colours.xml
2779
%%DATADIR%%/swatches/TAG Farbe erleben_bs00_3.eps
3075
%%DATADIR%%/swatches/TAG Farbe erleben_bs00_3.eps
2780
%%DATADIR%%/swatches/TAG Farbe erleben_bs01_3.eps
3076
%%DATADIR%%/swatches/TAG Farbe erleben_bs01_3.eps
Lines 2785-2790 Link Here
2785
%%DATADIR%%/swatches/US_FS_595.xml
3081
%%DATADIR%%/swatches/US_FS_595.xml
2786
%%DATADIR%%/swatches/Ubuntu_CMYK.xml
3082
%%DATADIR%%/swatches/Ubuntu_CMYK.xml
2787
%%DATADIR%%/swatches/Ubuntu_RGB.xml
3083
%%DATADIR%%/swatches/Ubuntu_RGB.xml
3084
%%DATADIR%%/swatches/Wikipedia_RAL_Classic.xml
2788
%%DATADIR%%/swatches/X11.xml
3085
%%DATADIR%%/swatches/X11.xml
2789
%%DATADIR%%/swatches/X11Grey.xml
3086
%%DATADIR%%/swatches/X11Grey.xml
2790
%%DATADIR%%/swatches/Xfig.xml
3087
%%DATADIR%%/swatches/Xfig.xml
Lines 3113-3118 Link Here
3113
@dirrm include/scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir
3410
@dirrm include/scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir
3114
@dirrm include/scribus/plugins/tools/lenseffects/CMakeFiles
3411
@dirrm include/scribus/plugins/tools/lenseffects/CMakeFiles
3115
@dirrm include/scribus/plugins/tools/lenseffects
3412
@dirrm include/scribus/plugins/tools/lenseffects
3413
@dirrm include/scribus/plugins/tools/hunspellcheck/CMakeFiles/hunspellplugin.dir
3414
@dirrm include/scribus/plugins/tools/hunspellcheck/CMakeFiles
3116
@dirrm include/scribus/plugins/tools/hunspellcheck
3415
@dirrm include/scribus/plugins/tools/hunspellcheck
3117
@dirrm include/scribus/plugins/tools/CMakeFiles
3416
@dirrm include/scribus/plugins/tools/CMakeFiles
3118
@dirrm include/scribus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir
3417
@dirrm include/scribus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir

Return to bug 180964