added addprofile icon
authorstack <stack@inventati.org>
Wed, 11 Jul 2012 17:57:02 +0000 (19:57 +0200)
committerstack <stack@inventati.org>
Wed, 11 Jul 2012 17:57:02 +0000 (19:57 +0200)
add.png [new file with mode: 0644]
settings.py

diff --git a/add.png b/add.png
new file mode 100644 (file)
index 0000000..0dd5d82
Binary files /dev/null and b/add.png differ
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.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()
 
 global conf
 appconf = Settings()