diff --git a/frontend_qt/mainwindow.cpp b/frontend_qt/mainwindow.cpp
index 78c5451e..c25b2e3c 100644
--- a/frontend_qt/mainwindow.cpp
+++ b/frontend_qt/mainwindow.cpp
@@ -277,7 +277,7 @@ bool MainWindow::save()
void MainWindow::about()
{
QMessageBox::about(this, tr("About Zint"),
- tr("Zint Barcode Studio 2.8.0
"
+ tr("Zint Barcode Studio 2.9.0
"
"A free barcode generator"
"
Instruction manual is available at the project homepage:
"
"http://www.zint.org.uk"
@@ -1006,7 +1006,7 @@ void MainWindow::update_preview()
m_bc.bc.setSymbol(BARCODE_PDF417);
if(m_optionWidget->findChild("radPDFTruncated")->isChecked())
- m_bc.bc.setSymbol(BARCODE_PDF417TRUNC);
+ m_bc.bc.setSymbol(BARCODE_PDF417COMP);
if(m_optionWidget->findChild("radPDFHIBC")->isChecked())
m_bc.bc.setSymbol(BARCODE_HIBC_PDF);