Makefile to clean pyc
[stack/code/dboxswitch.git] / settings.py
index 7e8e1f0..3b7fdb1 100644 (file)
@@ -45,6 +45,7 @@ class Settings():
         self.icon     = os.path.join(__location__,"icon.png")
         self.cpicon   = os.path.join(__location__,"current-profile.png")
         self.delpicon = os.path.join(__location__,"delete.png")
+        self.addpicon = os.path.join(__location__,"add.png")
 
 global conf
 appconf = Settings()