diff options
author | necoro <> | 2007-08-10 02:22:40 +0000 |
---|---|---|
committer | necoro <> | 2007-08-10 02:22:40 +0000 |
commit | a6a5cace4864c37b7a820c89540f85069d842521 (patch) | |
tree | 72379c0060510ee05635466fcb41c86191497077 /portato/constants.py | |
parent | e3e2339cf2156a12b61b91f56c9ea596df57198e (diff) | |
download | portato-a6a5cace4864c37b7a820c89540f85069d842521.tar.gz portato-a6a5cace4864c37b7a820c89540f85069d842521.tar.bz2 portato-a6a5cace4864c37b7a820c89540f85069d842521.zip |
add splash screen
Diffstat (limited to 'portato/constants.py')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index 80e7452..c21b0a5 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -32,6 +32,8 @@ These should be set during the installation. @type ICON_DIR: string @var APP_ICON: the path of the application icon @type APP_ICON: string +@var LOCALE_DIR: the path to the directory where the locale files (*.mo) are stored. +@type LOCALE_DIR: string @var FRONTENDS: the list of frontends which are installed @type FRONTENDS: string[] @var STD_FRONTEND: the frontend uses as the default, i.e. if no other one is given on the cmdline |