added dumb icon to tray
[stack/code/dboxswitch.git] / settings.py
index 550c7db..0ba170b 100644 (file)
@@ -4,7 +4,7 @@ class Settings():
     def __init__(self):
         self.appname = "dboxswitch"
         self.appversion = "0.1"
-        self.icon    = "icon.xpm"
+        self.icon    = "./icon.png"
 
 global conf
 appconf = Settings()