mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Change icon name
This commit is contained in:
parent
1d6cec65f2
commit
28b7c6a18f
Binary file not shown.
Before Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 458 B |
@ -30,7 +30,7 @@
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/images/zint_white.png</normaloff>:/images/zint_white.png</iconset>
|
||||
<normaloff>:/images/zint.png</normaloff>:/images/zint.png</iconset>
|
||||
</property>
|
||||
<property name="locale">
|
||||
<locale language="English" country="UnitedStates"/>
|
||||
|
@ -181,7 +181,7 @@ void MainWindow::about()
|
||||
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>"
|
||||
"<p>Copyright © 2010 Robin Stuart.<br>"
|
||||
"Qt4 code by BogDan Vatra, MS Windows port by \"tgotic\".<br>"
|
||||
"With thanks to Norbert Szabó, and Robert Elliott."
|
||||
"<p>Released under the GNU General Public License ver. 3 or later.<br>"
|
||||
|
@ -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"
|
||||
100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zint.ico"
|
Binary file not shown.
Before Width: | Height: | Size: 894 B |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -22,6 +22,6 @@
|
||||
<file>grpC49.ui</file>
|
||||
<file>grpGrid.ui</file>
|
||||
<file>grpDBExtend.ui</file>
|
||||
<file>images/zint_white.png</file>
|
||||
<file>images/zint.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
Reference in New Issue
Block a user