diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-09-01 10:14:19 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-09-01 10:14:19 +0200 |
commit | d4d48cd2e7d1d8ac5ae7fb5f28acbfc931d34dc8 (patch) | |
tree | 6b75b3fb06c99792cf01576f52410ae154baa708 /pdf-as-lib/src/configuration | |
parent | d37d47d7833267c65f8749a261d9ff16c87d7c2f (diff) | |
download | pdf-as-4-d4d48cd2e7d1d8ac5ae7fb5f28acbfc931d34dc8.tar.gz pdf-as-4-d4d48cd2e7d1d8ac5ae7fb5f28acbfc931d34dc8.tar.bz2 pdf-as-4-d4d48cd2e7d1d8ac5ae7fb5f28acbfc931d34dc8.zip |
Fixed default configuration of PDFA_NOTE_DE Profile
Diffstat (limited to 'pdf-as-lib/src/configuration')
-rw-r--r-- | pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_PDFA_NOTE.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_PDFA_NOTE.properties b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_PDFA_NOTE.properties index 30778243..f69165d3 100644 --- a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_PDFA_NOTE.properties +++ b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_DE_PDFA_NOTE.properties @@ -2,5 +2,5 @@ # PROFIL: Signaturblock (Deutsch), PDF/A-1b und mit Hinweistext
sig_obj.SIGNATURBLOCK_DE_PDFA_NOTE.description=Standardsignatur Deutsch, PDF/A-1b
-sig_obj.SIGNATURBLOCK_DE_PDFA_NOTE.parent=BASE_NORMAL
+sig_obj.SIGNATURBLOCK_DE_PDFA_NOTE.parent=SIGNATURBLOCK_DE_PDFA
sig_obj.types.SIGNATURBLOCK_DE_PDFA_NOTE=on
|