diff options
author | kali <kali@leap.se> | 2013-02-01 00:49:10 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-13 01:33:26 +0900 |
commit | 0f9a1d4bc85def69dae0621eb7daaf5a0ee48004 (patch) | |
tree | 900a7a4c3d0456347a575a08bd9bad0775b8e2cc /src/leap/gui/constants.py | |
parent | 8ace73da712bd020146e80c8a3821f79dd53384a (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 |