X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=spider-web%2Fspiderframe.java;h=90e76acc0de9c15a32408fa141edd93fa00c6b19;hb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;hp=83e865f47f6231897a747cd33912d0678ff5e88b;hpb=ad2b416b6e0138a508b7a36d70d141a78c15c6d2;p=spider.git diff --git a/spider-web/spiderframe.java b/spider-web/spiderframe.java index 83e865f4..90e76acc 100755 --- a/spider-web/spiderframe.java +++ b/spider-web/spiderframe.java @@ -409,10 +409,10 @@ menubar.add(mailbox); parent.dodisconnect(); } else if (arg.equals("About")) { InfoDialog id = new InfoDialog(this, "About", - "JAVA Spider Webclient 0.6b\nPA4AB\n" + - "pa4ab@pa4ab.net \n" + - "April 2001\n" + - "Based on source of the CLX Client from dl6dbh" ); + "JAVA Spider Webclient 1.0\n\nModified by PA4AB, M0AZM and OZ1LQH\n" + + "\n" + + "January 2002\n" + + "Based on source of the CLX Client from DL6DBH" ); id.resize(500,300); id.show();