diff options
author | kali <kali@leap.se> | 2013-02-01 00:49:10 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-01 00:49:10 +0900 |
commit | b0b3f61777a264f53c73e7eeca7033b855fa2743 (patch) | |
tree | 91cebe7e1970583736a2f243ef12226ef7f723d6 /src/leap/gui/constants.py | |
parent | 88879330a550abd506b67e251a654d8aeddd5482 (diff) |
add watermark image to wizard
Diffstat (limited to 'src/leap/gui/constants.py')
-rw-r--r-- | src/leap/gui/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/gui/constants.py b/src/leap/gui/constants.py index 277f3540..07077293 100644 --- a/src/leap/gui/constants.py +++ b/src/leap/gui/constants.py @@ -1,6 +1,7 @@ import time APP_LOGO = ':/images/leap-color-small.png' +APP_WATERMARK = ':/images/watermark.png' # bare is the username portion of a JID # full includes the "at" and some extra chars |