*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 12 Sep 2006 17:20:25 +0200
changeset 7113 34e7b145ad44
parent 7112 b1c931857a1e
child 7114 7cd92838752a
*** empty log message ***
FileBrowser.st
--- 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 $'
 ! !