diff -r 229b3e455c98 -r 6c4fc06faadb 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 !