FileBrowser.st
changeset 7113 34e7b145ad44
parent 7001 4fee73d084ac
child 7287 6b23279656fd
--- a/FileBrowser.st	Tue Sep 12 17:20:21 2006 +0200
+++ b/FileBrowser.st	Tue Sep 12 17:20:25 2006 +0200
@@ -4456,7 +4456,9 @@
 openAboutThisApplication
     "opens an about box for this application."
 
-    DialogBox aboutClass:self class.
+    Dialog aboutClass:self class.
+
+    "Modified: / 12-09-2006 / 17:20:41 / cg"
 !
 
 openHTMLDocument:relativeDocPath
@@ -7498,5 +7500,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.613 2006-08-26 10:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.614 2006-09-12 15:20:25 cg Exp $'
 ! !