ChangesBrowser.st
changeset 3503 925fce9419c2
parent 3487 6f116facbc99
child 3512 12fc20c430d6
--- a/ChangesBrowser.st	Tue Dec 11 11:19:50 2001 +0100
+++ b/ChangesBrowser.st	Tue Dec 11 11:20:56 2001 +0100
@@ -1219,21 +1219,22 @@
 openAboutThisApplication
     "opens an about box for this application."
 
-    |rev myClass clsRev msg|
-
-    rev := ''.
-    myClass := self class.
-
-    (clsRev := myClass revision) notNil ifTrue: [rev := '  (rev: ', clsRev printString, ')'].
-
-    msg := '\' withCRs , myClass name asBoldText, rev.
-
-    Dialog
-        about:(resources string:msg)
-        label:(resources string:'About ChangesBrowser')
-        icon:self class defaultIcon
-
-    "Modified: / 17.11.2001 / 23:07:33 / cg"
+    DialogBox aboutClass:self class.
+"/    |rev myClass clsRev msg|
+"/
+"/    rev := ''.
+"/    myClass := self class.
+"/
+"/    (clsRev := myClass revision) notNil ifTrue: [rev := '  (rev: ', clsRev printString, ')'].
+"/
+"/    msg := '\' withCRs , myClass name asBoldText, rev.
+"/
+"/    Dialog
+"/        about:(resources string:msg)
+"/        label:(resources string:'About ChangesBrowser')
+"/        icon:self class defaultIcon
+"/
+"/    "Modified: / 17.11.2001 / 23:07:33 / cg"
 !
 
 openHTMLDocument:relativeDocPath
@@ -4789,5 +4790,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.251 2001-12-07 01:06:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.252 2001-12-11 10:20:56 cg Exp $'
 ! !