diff options
author | necoro <> | 2007-07-05 01:01:12 +0000 |
---|---|---|
committer | necoro <> | 2007-07-05 01:01:12 +0000 |
commit | 1a3073d1e195118c636df983fcd647d7d028cd82 (patch) | |
tree | b31dee42a1ffc356906e6c6af536c030a4ff59f9 /portato/constants.py | |
parent | ea6325e2e728e623f8860592a78f842e87eeead3 (diff) | |
download | portato-1a3073d1e195118c636df983fcd647d7d028cd82.tar.gz portato-1a3073d1e195118c636df983fcd647d7d028cd82.tar.bz2 portato-1a3073d1e195118c636df983fcd647d7d028cd82.zip |
new plugin and about dialog
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 126d5c8..7df6538 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -15,7 +15,7 @@ CONFIG_LOCATION = CONFIG_DIR+"portato.cfg" DATA_DIR = "portato/gui/templates/" PLUGIN_DIR = "plugins/" -VERSION = 9999 +VERSION = "9999" ICON_DIR = "icons/" APP_ICON = ICON_DIR+"/portato-icon.png" |