diff frontends/wix/constants.py @ 191:1438a1337732

About added/updated for Wix & Jp - Jp version now follow the one of core SàT - Wix has now an about box, and its version follow the one of core SàT
author Goffi <goffi@goffi.org>
date Wed, 18 Aug 2010 22:34:35 +0800
parents f271fff3a713
children
line wrap: on
line diff
--- a/frontends/wix/constants.py	Wed Aug 18 21:42:30 2010 +0800
+++ b/frontends/wix/constants.py	Wed Aug 18 22:34:35 2010 +0800
@@ -1,6 +1,8 @@
 import sys
 import __builtin__
 
+__builtin__.__dict__['APP_NAME'] = "Wix"
+__builtin__.__dict__['LICENCE_PATH'] = "../../COPYING"
 __builtin__.__dict__['IMAGE_DIR'] = sys.path[0]+'/images'
 
 __builtin__.__dict__['msgOFFLINE']          = _("offline")