comment/format in: #requestFileName:default:version:ifFail:pattern:fromDirectory:forSave:whenBoxCreatedEvaluate:
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jan 2012 18:00:31 +0100
changeset 4354 398565cdbe6c
parent 4353 f49df92ebf0a
child 4355 3d88433d2307
comment/format in: #requestFileName:default:version:ifFail:pattern:fromDirectory:forSave:whenBoxCreatedEvaluate:
DialogBox.st
--- a/DialogBox.st	Mon Jan 23 17:24:35 2012 +0100
+++ b/DialogBox.st	Mon Jan 23 18:00:31 2012 +0100
@@ -2872,7 +2872,7 @@
     "
     "
      Dialog 
-        requestFileName:'enter a fileName:'
+        requestFileName:'Enter a fileName:'
         default:''
         version:#old 
         ifFail:['none']   
@@ -2881,7 +2881,7 @@
     "
     "
      Dialog 
-        requestFileName:'enter a fileName:'
+        requestFileName:'Enter a fileName:'
         default:''
         version:#mustBeNew 
         ifFail:['none']   
@@ -9746,11 +9746,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.324 2012-01-23 16:24:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.325 2012-01-23 17:00:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.324 2012-01-23 16:24:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.325 2012-01-23 17:00:31 cg Exp $'
 ! !
 
 DialogBox initialize!