Set the process name to "Ocarina 2" on startup

This commit is contained in:
bjschuma 2009-12-27 19:22:22 -05:00
parent cf0a360bc6
commit 57c6a8bc31
1 changed files with 2 additions and 0 deletions

View File

@ -16,12 +16,14 @@ opt = []
import settings
from bt.message import write
import bt.proc
from manager import manager
# Called every time the plugin is enabled
def open():
write("Ocarina has been started",True)
bt.proc.setname("Ocarina 2")
#write("Example plugin has been changed",True)