*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 12 Jul 2005 22:21:37 +0200
changeset 1915 6c4fc06faadb
parent 1914 229b3e455c98
child 1916 c91c39976bef
*** empty log message ***
FileSelectionBrowser.st
--- a/FileSelectionBrowser.st	Tue Jun 28 14:44:38 2005 +0200
+++ b/FileSelectionBrowser.st	Tue Jul 12 22:21:37 2005 +0200
@@ -516,8 +516,8 @@
     ].
     newSubDirName := Dialog 
                         request:(resources 
-                                    string:'Create new directory named:\\in %1:' 
-                                    with:(currentDir asFilename pathName)) withCRs.
+                                    stringWithCRs:'Create new directory in\\%1: ' 
+                                    with:(currentDir asFilename pathName allBold)).
     (currentDir asFilename construct:newSubDirName) makeDirectory.
     self menuUpdate
 !