From ed5b157cb842c212ab1e2dfae531dd8f34487cca Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 12 Sep 2010 15:04:08 +0100 Subject: [PATCH] Update to version 2.4 Update version number in GUI --- frontend_qt4/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index d637f413..96a0599c 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,7 +163,7 @@ 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

" "

A free barcode generator" "

Visit the Zint Project Homepage for more information." "

Copyright © 2010 Robin Stuart.
"