From: stack Date: Wed, 11 Jul 2012 17:57:02 +0000 (+0200) Subject: added addprofile icon X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/commitdiff_plain/45aff6eed9d7cff5a04bf3f451d3f47d22583d72?ds=sidebyside;hp=ed21cea32a80572106e5776a44e1b1edd7baa580 added addprofile icon --- diff --git a/add.png b/add.png new file mode 100644 index 0000000..0dd5d82 Binary files /dev/null and b/add.png differ diff --git a/settings.py b/settings.py index 7e8e1f0..3b7fdb1 100644 --- a/settings.py +++ b/settings.py @@ -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()