Update WeeChat logo, rename weechat_icon_32.png to weechat.png

This commit is contained in:
Sébastien Helleu 2016-07-23 07:48:50 +02:00
parent 7ae4dcb4bd
commit fa610bdd10
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Copyright and license for images
================================
Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png
Files: weechat.png, bullet_green_8x8.png, bullet_yellow_8x8.png
Copyright (C) 2011-2016 Sébastien Helleu <flashcode@flashtux.org>
Released under GPLv3.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -550,6 +550,6 @@ class MainWindow(QtGui.QMainWindow):
app = QtGui.QApplication(sys.argv)
app.setStyle(QtGui.QStyleFactory.create('Cleanlooks'))
app.setWindowIcon(QtGui.QIcon(
resource_filename(__name__, 'data/icons/weechat_icon_32.png')))
resource_filename(__name__, 'data/icons/weechat.png')))
main = MainWindow()
sys.exit(app.exec_())