diff options
Diffstat (limited to 'sources/client/AboutWindow.java')
| -rw-r--r-- | sources/client/AboutWindow.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/client/AboutWindow.java b/sources/client/AboutWindow.java index f55b5e1..8b39114 100644 --- a/sources/client/AboutWindow.java +++ b/sources/client/AboutWindow.java @@ -1,5 +1,5 @@ /* NetCalendar 2006, 2009 (c) Dipl.-Inform. (FH) Paul C. Buetow - * http://netcalendar.buetow.org - netcalendar@dev.buetow.org + * http://buetow.org - netcalendar@dev.buetow.org */ package client; @@ -22,7 +22,7 @@ public class AboutWindow extends InfoWindow { super(netCalendarClient, "About", Config.VERSION + "\n" + "(c) 2006, 2009 by Dipl.-Inform. (FH) Paul C. Buetow; " + - "Web: netcalendar.buetow.org; E-Mail: " + getEmailAddr() + "\n\n" + + "Web: 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 " + |
