summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authornecoro <>2007-04-24 20:23:54 +0000
committernecoro <>2007-04-24 20:23:54 +0000
commit9cb2b747090990fc2301c6b64ef521892ab2644f (patch)
tree063885fb0410156faff6dff7fa75ce96bc070d8f /portato/constants.py
parent859fb7aad346664da005f67e97bb76c393cb1afc (diff)
downloadportato-9cb2b747090990fc2301c6b64ef521892ab2644f.tar.gz
portato-9cb2b747090990fc2301c6b64ef521892ab2644f.tar.bz2
portato-9cb2b747090990fc2301c6b64ef521892ab2644f.zip
add application icon and desktop file
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py3
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"