texts
authorClaus Gittinger <cg@exept.de>
Sat, 17 Nov 2001 11:57:37 +0100
changeset 2478 ae508fcdda21
parent 2477 8a324269ee7a
child 2479 19e61559d5f5
texts
DialogBox.st
--- a/DialogBox.st	Fri Nov 16 18:22:46 2001 +0100
+++ b/DialogBox.st	Sat Nov 17 11:57:37 2001 +0100
@@ -5111,7 +5111,7 @@
 
     |helpButton|
 
-    helpButton := Button label:(resources string:'help').
+    helpButton := Button label:(resources string:'Help').
     helpButton action:[
         self withWaitCursorDo:[HTMLDocumentView openFullOnHelpFile:pathToHelpText]
     ].
@@ -5140,8 +5140,8 @@
      box open
     "
 
-    "Modified: 20.5.1996 / 20:30:55 / cg"
-    "Modified: 9.9.1996 / 22:40:21 / stefan"
+    "Modified: / 9.9.1996 / 22:40:21 / stefan"
+    "Modified: / 17.11.2001 / 09:42:50 / cg"
 !
 
 addOK:checkBlock
@@ -7255,6 +7255,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.178 2001-11-16 14:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.179 2001-11-17 10:57:37 cg Exp $'
 ! !
 DialogBox initialize!