X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/356719e00de8446ece29f41ca15da2a26c098ecf..b546f2fce5b62f6c4c71de574413299f43f8d2c7:/qweechat/qweechat.py diff --git a/qweechat/qweechat.py b/qweechat/qweechat.py index c12b3da..cf0bca3 100644 --- a/qweechat/qweechat.py +++ b/qweechat/qweechat.py @@ -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_())