diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index d637f413..ec9508cf 100644 --- a/frontend_qt4/mainwindow.cpp +++ b/frontend_qt4/mainwindow.cpp @@ -91,7 +91,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags fl) "UK Plessey", "Universal Product Code (UPC-A)", "Universal Product Code (UPC-E)", - "USPS One Code" + "USPS Intelligent Mail" }; /* createActions(); @@ -163,9 +163,9 @@ bool MainWindow::save() void MainWindow::about() { QMessageBox::about(this, tr("About Zint"), - tr("

Zint Barcode Studio 2.3.2

" + tr("

Zint Barcode Studio 2.4.1

" "

A free barcode generator" - "

Visit the Zint Project Homepage for more information." + "

Visit the Zint Project Homepage at www.zint.org.uk for more information." "

Copyright © 2010 Robin Stuart.
" "Qt4 code by BogDan Vatra, MS Windows port by \"tgotic\".
" "With thanks to Norbert Szabó, and Robert Elliott."