ChangesBrowser.st
changeset 7115 96695bd707d4
parent 7096 0c00c3da9ee1
child 7346 a5129e941e23
--- a/ChangesBrowser.st	Tue Sep 12 17:20:33 2006 +0200
+++ b/ChangesBrowser.st	Tue Sep 12 17:20:38 2006 +0200
@@ -1471,7 +1471,9 @@
 openAboutThisApplication
     "opens an about box for this application."
 
-    DialogBox aboutClass:self class.
+    Dialog aboutClass:self class.
+
+    "Modified: / 12-09-2006 / 17:20:22 / cg"
 !
 
 openHTMLDocument:relativeDocPath
@@ -5830,5 +5832,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.353 2006-09-07 15:15:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.354 2006-09-12 15:20:38 cg Exp $'
 ! !