DebugView.st
changeset 7112 b1c931857a1e
parent 7065 a6e34a47f7fb
child 7328 30ae29195ebc
--- a/DebugView.st	Tue Sep 12 16:13:52 2006 +0200
+++ b/DebugView.st	Tue Sep 12 17:20:21 2006 +0200
@@ -3948,7 +3948,9 @@
 openAboutThisApplication
     "opens an about box for this application."
 
-    DialogBox aboutClass:self class.
+    Dialog aboutClass:self class.
+
+    "Modified: / 12-09-2006 / 17:20:38 / cg"
 !
 
 quickTerminate
@@ -6002,7 +6004,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.403 2006-08-29 12:27:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.404 2006-09-12 15:20:21 cg Exp $'
 ! !
 
 DebugView initialize!