diff options
author | Treeki <treeki@gmail.com> | 2014-02-14 04:42:53 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-02-14 04:42:53 +0100 |
commit | ca890a3d7661991f0a9269106cf2611bcc048d16 (patch) | |
tree | b04a6a1e82f349f2f676ff8c163b3b1a27643602 /python_client.py | |
parent | f07f7dd153d6c605e98143c594d2a578457a724e (diff) | |
download | bounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.tar.gz bounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.zip |
oh right, this thing has a name now
Diffstat (limited to '')
-rw-r--r-- | python_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_client.py b/python_client.py index 2f509bd..fc0ff9b 100644 --- a/python_client.py +++ b/python_client.py @@ -407,7 +407,7 @@ class MainWindow(QtWidgets.QMainWindow): def __init__(self, parent=None): QtWidgets.QMainWindow.__init__(self, parent) - self.setWindowTitle('Ninjifox\'s IRC Client Test') + self.setWindowTitle('VulpIRC Development Client') tb = self.addToolBar('Main') tb.addAction('Connect', self.handleConnect) |