Update WeeChat logo, rename weechat_icon_32.png to weechat.png
This commit is contained in:
parent
7ae4dcb4bd
commit
fa610bdd10
@ -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>
|
Copyright (C) 2011-2016 Sébastien Helleu <flashcode@flashtux.org>
|
||||||
Released under GPLv3.
|
Released under GPLv3.
|
||||||
|
BIN
qweechat/data/icons/weechat.png
Normal file
BIN
qweechat/data/icons/weechat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
@ -550,6 +550,6 @@ class MainWindow(QtGui.QMainWindow):
|
|||||||
app = QtGui.QApplication(sys.argv)
|
app = QtGui.QApplication(sys.argv)
|
||||||
app.setStyle(QtGui.QStyleFactory.create('Cleanlooks'))
|
app.setStyle(QtGui.QStyleFactory.create('Cleanlooks'))
|
||||||
app.setWindowIcon(QtGui.QIcon(
|
app.setWindowIcon(QtGui.QIcon(
|
||||||
resource_filename(__name__, 'data/icons/weechat_icon_32.png')))
|
resource_filename(__name__, 'data/icons/weechat.png')))
|
||||||
main = MainWindow()
|
main = MainWindow()
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
Loading…
Reference in New Issue
Block a user