summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/AUTHORS2
-rw-r--r--portato/gui/gtk/windows.py2
-rw-r--r--portato/gui/qt/windows.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/AUTHORS b/doc/AUTHORS
index eddf876..821c57a 100644
--- a/doc/AUTHORS
+++ b/doc/AUTHORS
@@ -1,6 +1,6 @@
Main author: René 'Necoro' Neumann <necoro@necoro.net>
-Application icon: wolfden
+Application icon: P4r4D0X (after an idea by wolfden)
Shipped with code from:
- Daniel J. Popowich <dpopowich AT astro dot umass dot edu> (TreeViewTooltips)
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py
index 967a9d8..33948a1 100644
--- a/portato/gui/gtk/windows.py
+++ b/portato/gui/gtk/windows.py
@@ -120,7 +120,7 @@ A Portage-GUI""" % VERSION)
llabel.set_markup("""This software is licensed under the terms of the GPLv2.
Copyright (C) 2006-2007 René 'Necoro' Neumann &lt;necoro@necoro.net&gt;
-Icon created by wolfden
+Icon created by P4R4D0X
""")
view = self.tree.get_widget("pluginList")
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&eacute; 'Necoro' Neumann &lt;necoro@necoro.net&gt;<br>
<br>
-Icon created by wolfden""" % VERSION)
+Icon created by P4R4D0X""" % VERSION)
self.pluginList.setHeaderLabels(["Plugin", "Author"])