summaryrefslogtreecommitdiff
path: root/client/AboutWindow.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-08 16:17:48 +0000
committerPaul Buetow <paul@buetow.org>2009-02-08 16:17:48 +0000
commit206164e4b0f94ca7490caafb7e51fa62c47d5611 (patch)
tree6029fe75aa6933d1bc0405de83277fb2ef7b61ad /client/AboutWindow.java
parent57e30e0e924968743798063b943662f0ff9d9baa (diff)
credits updated
Diffstat (limited to 'client/AboutWindow.java')
-rw-r--r--client/AboutWindow.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/AboutWindow.java b/client/AboutWindow.java
index d3e8008..5b5fcc2 100644
--- a/client/AboutWindow.java
+++ b/client/AboutWindow.java
@@ -1,5 +1,4 @@
-package client;
-
+package client;
import shared.*;
/**
@@ -29,8 +28,10 @@ public class AboutWindow extends InfoWindow {
"for testing and suggestions for improvements; Web: www.b78.org\n\n" +
"Prof. Dr. rer. nat. H. Fassbender " +
"for supervision of expert opinion; Web: www.fassbender.fh-aachen.de\n\n" +
- "Florian P. Buetow " +
- "for ideas concerning the splash image; Web: www.florianbuetow.com"
+ "Florian P. Buetow " +
+ "for ideas concerning the splash image; Web: www.florianbuetow.com\n\n" +
+ "Kay Czarnotta " +
+ "for ideas concerning the icon and an optimization tip for NetCalendar for Mac OS X; Web: eagleeye.byte-welt.net"
);
}