mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Update version to 2.3.2
This commit is contained in:
parent
f8b6fb20aa
commit
545ff663d3
11 changed files with 26 additions and 23 deletions
|
@ -2,6 +2,7 @@
|
|||
# Automatically generated by qmake (2.01a) sub 29. kol 22:15:57 2009
|
||||
######################################################################
|
||||
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += . debug release
|
||||
|
@ -25,5 +26,6 @@ FORMS += grpAztec.ui \
|
|||
grpPDF417.ui \
|
||||
grpQR.ui \
|
||||
mainWindow.ui
|
||||
TRANSLATIONS = frontend_de.ts
|
||||
SOURCES += barcodeitem.cpp main.cpp mainwindow.cpp
|
||||
RESOURCES += resources.qrc
|
||||
|
|
|
@ -21,6 +21,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
Q_INIT_RESOURCE(resources);
|
||||
QApplication app(argc, argv);
|
||||
|
||||
MainWindow w;
|
||||
w.show();
|
||||
return app.exec();
|
||||
|
|
|
@ -178,7 +178,7 @@ bool MainWindow::save()
|
|||
void MainWindow::about()
|
||||
{
|
||||
QMessageBox::about(this, tr("About Zint"),
|
||||
tr("<h2>Zint Barcode Studio 2.3.1</h2>"
|
||||
tr("<h2>Zint Barcode Studio 2.3.2</h2>"
|
||||
"<p>A free barcode generator"
|
||||
"<p>Visit the <a href=\"http://www.zint.org.uk\">Zint Project Homepage</a> for more information."
|
||||
"<p>Copyright © 2009 Robin Stuart.<br>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue