Tool for gathering info about document

This commit is contained in:
Jakub Melka
2020-10-04 16:56:55 +02:00
parent b226e35208
commit 2acbcd68b2
17 changed files with 758 additions and 37 deletions

View File

@ -86,11 +86,11 @@ void PDFDocumentPropertiesDialog::initializeProperties(const pdf::PDFDocument* d
switch (info->trapped)
{
case pdf::PDFDocumentInfo::Trapped::True:
trapped = tr("True");
trapped = tr("Yes");
break;
case pdf::PDFDocumentInfo::Trapped::False:
trapped = tr("False");
trapped = tr("No");
break;
case pdf::PDFDocumentInfo::Trapped::Unknown: