*** empty log message ***
authorca
Wed, 17 Mar 2004 11:13:18 +0100
changeset 5744 d74bee502b9d
parent 5743 ab4c777f25f2
child 5745 4bef8a714d5e
*** empty log message ***
NewSystemBrowser.st
Tools__NewSystemBrowser.st
--- a/NewSystemBrowser.st	Tue Mar 16 17:56:27 2004 +0100
+++ b/NewSystemBrowser.st	Wed Mar 17 11:13:18 2004 +0100
@@ -42,6 +42,11 @@
 
 !NewSystemBrowser class methodsFor:'documentation'!
 
+aboutThisApplicationText
+    ^ super aboutThisApplicationText , 
+      '\\Written by Claus Gittinger, eXept Software AG\Thanks to John Brant & Dan Roberts for their Refactory Code.' withCRs
+!
+
 copyright
 "
  COPYRIGHT (c) 2000 by eXept Software AG
@@ -35176,7 +35181,7 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.723 2004-03-16 10:54:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.724 2004-03-17 10:13:18 ca Exp $'
 ! !
 
 NewSystemBrowser initialize!
--- a/Tools__NewSystemBrowser.st	Tue Mar 16 17:56:27 2004 +0100
+++ b/Tools__NewSystemBrowser.st	Wed Mar 17 11:13:18 2004 +0100
@@ -42,6 +42,11 @@
 
 !NewSystemBrowser class methodsFor:'documentation'!
 
+aboutThisApplicationText
+    ^ super aboutThisApplicationText , 
+      '\\Written by Claus Gittinger, eXept Software AG\Thanks to John Brant & Dan Roberts for their Refactory Code.' withCRs
+!
+
 copyright
 "
  COPYRIGHT (c) 2000 by eXept Software AG
@@ -35176,7 +35181,7 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.723 2004-03-16 10:54:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.724 2004-03-17 10:13:18 ca Exp $'
 ! !
 
 NewSystemBrowser initialize!