From 9cb2b747090990fc2301c6b64ef521892ab2644f Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 24 Apr 2007 20:23:54 +0000 Subject: add application icon and desktop file --- portato/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/constants.py') 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" -- cgit v1.2.3