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"
='/portato.git/commit/i18n/es.po?id=ecd7f97a68c31f9ccfe81cb276587417aad287e3&follow=1'>Renamed es_ES to esRené 'Necoro' Neumann1-0/+0 2010-04-15Fixed dependancy of the new_version plugin from "dev-util/git" to "dev-vcs/gi...Clement Bourgeois1-1/+1 2010-04-14Make some useless info messages being debug statementsRené 'Necoro' Neumann2-34/+17 2010-04-14Improve the C modulesRené 'Necoro' Neumann3-37/+52 2010-04-14Small modifications made to the French translation (typos, grammar).Clement Bourgeois1-69/+69 2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1 ?id=b8f90c7cadb2f56daf9761908a02bd67cfee8d99&follow=1'>Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237