mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Tool for gathering info about document
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user