summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-20 17:29:23 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-20 17:29:23 +0100
commit0953a46b58cdf36ed9d499cb690c1b12b6c8d8c0 (patch)
tree2e7092f92e786dae490203526f1c816db5a62aa8 /nephilim/plugins/Notify.py
parenta80547c132c4f71f9045e1ffdf4dc2acd9cfcc9e (diff)
Notify: use APPNAME instead of hardcoded name.
Diffstat (limited to 'nephilim/plugins/Notify.py')
-rw-r--r--nephilim/plugins/Notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Notify.py b/nephilim/plugins/Notify.py
index f42805e..2ef5be4 100644
--- a/nephilim/plugins/Notify.py
+++ b/nephilim/plugins/Notify.py
@@ -113,7 +113,7 @@ class Notify(Plugin):
self.settings.endGroup()
def onReady(self, params):
- self.o.show('mpclientpc loaded!', self.settings.value(self.name + '/timer').toInt()[0])
+ self.o.show('%s loaded'%APPNAME, self.settings.value(self.name + '/timer').toInt()[0])
def onDisconnect(self, params):
self.o.show('Disconnected!', self.settings.value(self.name + '/timer').toInt()[0])