class: FileDialog
authorClaus Gittinger <cg@exept.de>
Tue, 25 Jun 2013 10:29:51 +0200
changeset 13003 b18bfce89bb9
parent 13002 e9ea523d0cc7
child 13004 3f9586e7a857
class: FileDialog changed: #flyByHelpSpec
FileDialog.st
--- a/FileDialog.st	Tue Jun 25 10:26:06 2013 +0200
+++ b/FileDialog.st	Tue Jun 25 10:29:51 2013 +0200
@@ -740,7 +740,7 @@
     ^ FileBrowserV2 flyByHelpSpec addPairsFrom:#(
 
 #openFileBrowser
-'Open a File Browser on the selected directory'
+'Open a FileBrowser on the selected directory'
 
 )
 ! !
@@ -2067,11 +2067,11 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.124 2013-06-25 08:26:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.125 2013-06-25 08:29:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.124 2013-06-25 08:26:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.125 2013-06-25 08:29:51 cg Exp $'
 !
 
 version_HG
@@ -2080,6 +2080,6 @@
 !
 
 version_SVN
-    ^ '$Id: FileDialog.st,v 1.124 2013-06-25 08:26:06 cg Exp $'
+    ^ '$Id: FileDialog.st,v 1.125 2013-06-25 08:29:51 cg Exp $'
 ! !