X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/e17d5dc07d8d936af4f6ce3ab49c875a02e9ccf0..e836cfb0f6b5e09e4d050d3c2e795d1577c5ea62:/src/qweechat/qweechat.py diff --git a/src/qweechat/qweechat.py b/src/qweechat/qweechat.py index 6c4e5fa..61d7fcf 100755 --- a/src/qweechat/qweechat.py +++ b/src/qweechat/qweechat.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# qweechat.py - WeeChat remote GUI using Qt toolkit +# # Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. @@ -20,8 +22,7 @@ # # -# QWeeChat - WeeChat remote GUI using Qt toolkit. -# (this script requires WeeChat 0.3.7 or newer, running on local or remote host) +# This script requires WeeChat 0.3.7 or newer, running on local or remote host. # # History: # @@ -190,6 +191,8 @@ class MainWindow(QtGui.QMainWindow): messages = ['%s %s' % (NAME, VERSION), '© 2011-2013 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), '', + 'Running with %s' % ('PySide' if qt_compat.uses_pyside else 'PyQt4'), + '', 'WeeChat site: %s' % (WEECHAT_SITE, WEECHAT_SITE), ''] self.about_dialog = AboutDialog(NAME, messages, self)