1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

updated to master

This commit is contained in:
tgotic
2011-01-17 19:59:19 +01:00
parent 64e32ad2f2
commit 1c0a1e56ac

View File

@@ -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("<h2>Zint Barcode Studio 2.3.2</h2>"
tr("<h2>Zint Barcode Studio 2.4.1</h2>"
"<p>A free barcode generator"
"<p>Visit the <a href=\"http://www.zint.org.uk\">Zint Project Homepage</a> for more information."
"<p>Visit the Zint Project Homepage at www.zint.org.uk for more information."
"<p>Copyright &copy; 2010 Robin Stuart.<br>"
"Qt4 code by BogDan Vatra, MS Windows port by \"tgotic\".<br>"
"With thanks to Norbert Szab&oacute;, and Robert Elliott."