mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-19 01:35:10 -04:00
Update to version 2.4
Update version number in GUI
This commit is contained in:
parent
93c678e1cf
commit
ed5b157cb8
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags fl)
|
||||||
"UK Plessey",
|
"UK Plessey",
|
||||||
"Universal Product Code (UPC-A)",
|
"Universal Product Code (UPC-A)",
|
||||||
"Universal Product Code (UPC-E)",
|
"Universal Product Code (UPC-E)",
|
||||||
"USPS One Code"
|
"USPS Intelligent Mail"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* createActions();
|
/* createActions();
|
||||||
|
@ -163,7 +163,7 @@ bool MainWindow::save()
|
||||||
void MainWindow::about()
|
void MainWindow::about()
|
||||||
{
|
{
|
||||||
QMessageBox::about(this, tr("About Zint"),
|
QMessageBox::about(this, tr("About Zint"),
|
||||||
tr("<h2>Zint Barcode Studio 2.3.2</h2>"
|
tr("<h2>Zint Barcode Studio 2.4</h2>"
|
||||||
"<p>A free barcode generator"
|
"<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 <a href=\"http://www.zint.org.uk\">Zint Project Homepage</a> for more information."
|
||||||
"<p>Copyright © 2010 Robin Stuart.<br>"
|
"<p>Copyright © 2010 Robin Stuart.<br>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue