From ee7e444d9214f5cbc83d18a26b38afd7eaf90159 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 12 Jun 2007 21:24:55 +0000 Subject: reverted back to png, but now using the image in the svg --- portato/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'portato/constants.py') diff --git a/portato/constants.py b/portato/constants.py index bbd5d83..126d5c8 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -18,8 +18,7 @@ PLUGIN_DIR = "plugins/" VERSION = 9999 ICON_DIR = "icons/" -APP_ICON = ICON_DIR+"/portato-icon.svg" -APP_ICON_PNG = ICON_DIR+"/portato-icon.png" +APP_ICON = ICON_DIR+"/portato-icon.png" FRONTENDS = ["gtk" ,"qt"] STD_FRONTEND = "gtk" -- cgit v1.2.3-54-g00ecf