From bc52791241e8e43755b0867db52051b5d0c6a506 Mon Sep 17 00:00:00 2001 From: chewiebug Date: Thu, 26 Jul 2018 21:19:14 +0200 Subject: [PATCH] #196 add Roland Illig to the list of contributors --- pom.xml | 4 ++++ .../java/com/tagtraum/perf/gcviewer/view/AboutDialog.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83053a5d..cda31c12 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,10 @@ Michi Gysel + + Roland Illig + https://github.com/rillig + Johan Kaving diff --git a/src/main/java/com/tagtraum/perf/gcviewer/view/AboutDialog.java b/src/main/java/com/tagtraum/perf/gcviewer/view/AboutDialog.java index e158f5b9..29e227fe 100644 --- a/src/main/java/com/tagtraum/perf/gcviewer/view/AboutDialog.java +++ b/src/main/java/com/tagtraum/perf/gcviewer/view/AboutDialog.java @@ -10,7 +10,6 @@ import java.awt.Panel; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; - import javax.swing.BorderFactory; import javax.swing.ImageIcon; import javax.swing.JButton; @@ -48,6 +47,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener "Neil Gentleman", "Chris Grindstaff", "Michi Gysel", + "Roland Illig", "Johan Kaving", "Maciej Kwiecien", "Henry Lin",