diff --git a/README b/README index ba6980a4..97db8d61 100644 --- a/README +++ b/README @@ -50,6 +50,11 @@ Simplified GUI. Addition of "render" functions provides an API for glabels. Corrections to 4-state codes. Simplification in QR code. Added --dump option and support for reading from stdin. +Version 2.4.1: +Contains bugfixes for Data Matrix and QR Code. Add option to produce multiple +files from the command line. Add option to change font size in PNG images. +Tidy up information for creating Debian packages and for compiling on MS +Visual Studio. Correct bug preventing compilation without PNG support. CONTACT ME ---------- diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index 96a0599c..ec9508cf 100644 --- a/frontend_qt4/mainwindow.cpp +++ b/frontend_qt4/mainwindow.cpp @@ -163,9 +163,9 @@ bool MainWindow::save() void MainWindow::about() { QMessageBox::about(this, tr("About Zint"), - tr("
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."