v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed21cea
)
added addprofile icon
author
stack
<stack@inventati.org>
Wed, 11 Jul 2012 17:57:02 +0000
(19:57 +0200)
committer
stack
<stack@inventati.org>
Wed, 11 Jul 2012 17:57:02 +0000
(19:57 +0200)
add.png
[new file with mode: 0644]
patch
|
blob
settings.py
patch
|
blob
|
history
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
diff --git
a/settings.py
b/settings.py
index
7e8e1f0
..
3b7fdb1
100644
(file)
--- 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()