summaryrefslogtreecommitdiff
path: root/python_client.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-14 04:42:53 +0100
committerTreeki <treeki@gmail.com>2014-02-14 04:42:53 +0100
commitca890a3d7661991f0a9269106cf2611bcc048d16 (patch)
treeb04a6a1e82f349f2f676ff8c163b3b1a27643602 /python_client.py
parentf07f7dd153d6c605e98143c594d2a578457a724e (diff)
downloadbounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.tar.gz
bounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.zip
oh right, this thing has a name now
Diffstat (limited to '')
-rw-r--r--python_client.py2
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)