diff options
author | necoro <> | 2007-06-14 14:18:40 +0000 |
---|---|---|
committer | necoro <> | 2007-06-14 14:18:40 +0000 |
commit | 6d48d4caadc9a24628c4d9a0b97da7488bd7bc92 (patch) | |
tree | 5d4712961e4fbdcb92d75c99140255fb1b5745e4 /portato/gui/qt | |
parent | ee7e444d9214f5cbc83d18a26b38afd7eaf90159 (diff) | |
download | portato-6d48d4caadc9a24628c4d9a0b97da7488bd7bc92.tar.gz portato-6d48d4caadc9a24628c4d9a0b97da7488bd7bc92.tar.bz2 portato-6d48d4caadc9a24628c4d9a0b97da7488bd7bc92.zip |
corrected the about-statements
Diffstat (limited to '')
-rw-r--r-- | portato/gui/qt/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py index 4763fb8..16daa5e 100644 --- a/portato/gui/qt/windows.py +++ b/portato/gui/qt/windows.py @@ -102,7 +102,7 @@ A Portage-GUI<br> This software is licensed under the terms of the GPLv2.<br> Copyright (C) 2006-2007 René 'Necoro' Neumann <necoro@necoro.net><br> <br> -Icon created by wolfden""" % VERSION) +Icon created by P4R4D0X""" % VERSION) self.pluginList.setHeaderLabels(["Plugin", "Author"]) |