diff --git a/frontend_qt4/images/zico.png b/frontend_qt4/images/zico.png deleted file mode 100644 index e24357f9..00000000 Binary files a/frontend_qt4/images/zico.png and /dev/null differ diff --git a/frontend_qt4/images/zint_white.png b/frontend_qt4/images/zint.png similarity index 100% rename from frontend_qt4/images/zint_white.png rename to frontend_qt4/images/zint.png diff --git a/frontend_qt4/mainWindow.ui b/frontend_qt4/mainWindow.ui index 7271617c..65915307 100644 --- a/frontend_qt4/mainWindow.ui +++ b/frontend_qt4/mainWindow.ui @@ -30,7 +30,7 @@ - :/images/zint_white.png:/images/zint_white.png + :/images/zint.png:/images/zint.png diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index da978fca..f34711f9 100644 --- a/frontend_qt4/mainwindow.cpp +++ b/frontend_qt4/mainwindow.cpp @@ -181,7 +181,7 @@ void MainWindow::about() tr("

Zint Barcode Studio 2.3.2

" "

A free barcode generator" "

Visit the Zint Project Homepage for more information." - "

Copyright © 2009 Robin Stuart.
" + "

Copyright © 2010 Robin Stuart.
" "Qt4 code by BogDan Vatra, MS Windows port by \"tgotic\".
" "With thanks to Norbert Szabó, and Robert Elliott." "

Released under the GNU General Public License ver. 3 or later.
" diff --git a/frontend_qt4/res/qtZint.rc b/frontend_qt4/res/qtZint.rc index 860af1b5..5a23c6d8 100644 --- a/frontend_qt4/res/qtZint.rc +++ b/frontend_qt4/res/qtZint.rc @@ -52,19 +52,19 @@ BEGIN VALUE "FileDescription", "qtZint barcode generator" - VALUE "FileVersion", "2.3.0.0" + VALUE "FileVersion", "2.3.2.0" VALUE "InternalName", "qtZint" - VALUE "LegalCopyright", "Copyright © 2009 Robin Stuart & BogDan Vatra" + VALUE "LegalCopyright", "Copyright © 2010 Robin Stuart & BogDan Vatra" VALUE "License", "GNU General Public License version 3" VALUE "OriginalFilename", "qtZint" - VALUE "ProductName", "qtZint" + VALUE "ProductName", "Zint Barcode Studio" - VALUE "ProductVersion", "2.3.0.0" + VALUE "ProductVersion", "2.3.2.0" VALUE "WWW", "http://www.zint.org.uk" @@ -82,4 +82,4 @@ BEGIN END -100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zint_white.ico" \ No newline at end of file +100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zint.ico" \ No newline at end of file diff --git a/frontend_qt4/res/zico.ico b/frontend_qt4/res/zico.ico deleted file mode 100644 index ff3c6036..00000000 Binary files a/frontend_qt4/res/zico.ico and /dev/null differ diff --git a/frontend_qt4/res/zint_white.ico b/frontend_qt4/res/zint.ico similarity index 100% rename from frontend_qt4/res/zint_white.ico rename to frontend_qt4/res/zint.ico diff --git a/frontend_qt4/resources.qrc b/frontend_qt4/resources.qrc index 6f456455..2c6a2f7d 100644 --- a/frontend_qt4/resources.qrc +++ b/frontend_qt4/resources.qrc @@ -22,6 +22,6 @@ grpC49.ui grpGrid.ui grpDBExtend.ui - images/zint_white.png + images/zint.png