diff options
Diffstat (limited to 'client/AboutWindow.java')
| -rw-r--r-- | client/AboutWindow.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/AboutWindow.java b/client/AboutWindow.java index 0958644..d3e8008 100644 --- a/client/AboutWindow.java +++ b/client/AboutWindow.java @@ -18,8 +18,8 @@ public class AboutWindow extends InfoWindow { public AboutWindow(NetCalendarClient netCalendarClient) { super(netCalendarClient, "About", Config.VERSION + "\n" + - "Copyright (C) 2006 by Paul C. Bütow; " + - "Web: impressum.pblabs.net; E-Mail: " + getEmailAddr() + "\n\n" + + "Copyright (C) 2006, 2009 by Paul C. Buetow; " + + "Web: netcalendar.buetow.org; E-Mail: " + getEmailAddr() + "\n\n" + "NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application " + "programmed in Java. Its initial motivation was a programming project at the Aachen " + "University of Applied Sciences (www.fh-aachen.de) for the object oriented " + @@ -29,7 +29,7 @@ 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. Bütow " + + "Florian P. Buetow " + "for ideas concerning the splash image; Web: www.florianbuetow.com" ); } @@ -42,7 +42,7 @@ public class AboutWindow extends InfoWindow { * @return Returns a string containing the contact email address. */ private static String getEmailAddr() { - String sEmail = "paul at buetow dot org"; + String sEmail = "netcalendar at dev dot buetow dot org"; sEmail = sEmail.replaceAll(" at ", "@"); return sEmail.replaceAll(" dot ", "."); } |
