diff options
author | necoro <> | 2007-04-24 20:23:54 +0000 |
---|---|---|
committer | necoro <> | 2007-04-24 20:23:54 +0000 |
commit | 9cb2b747090990fc2301c6b64ef521892ab2644f (patch) | |
tree | 063885fb0410156faff6dff7fa75ce96bc070d8f /portato/constants.py | |
parent | 859fb7aad346664da005f67e97bb76c393cb1afc (diff) | |
download | portato-9cb2b747090990fc2301c6b64ef521892ab2644f.tar.gz portato-9cb2b747090990fc2301c6b64ef521892ab2644f.tar.bz2 portato-9cb2b747090990fc2301c6b64ef521892ab2644f.zip |
add application icon and desktop file
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index 9b01eb8..126d5c8 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -17,5 +17,8 @@ DATA_DIR = "portato/gui/templates/" PLUGIN_DIR = "plugins/" VERSION = 9999 +ICON_DIR = "icons/" +APP_ICON = ICON_DIR+"/portato-icon.png" + FRONTENDS = ["gtk" ,"qt"] STD_FRONTEND = "gtk" |