# HG changeset patch # User Claus Gittinger # Date 1297703601 -3600 # Node ID 3fd3f91549743e1edfae47bd9cacf24683817218 # Parent eb73532608b537710412573d6300329cf1ee7dcd changed: #todo diff -r eb73532608b5 -r 3fd3f9154974 FileDialog.st --- a/FileDialog.st Mon Feb 14 18:13:03 2011 +0100 +++ b/FileDialog.st Mon Feb 14 18:13:21 2011 +0100 @@ -85,10 +85,11 @@ todo " - - make the filedialog windows like f + - make the filedialog windows like filename entry field shows only the filename not the whole directory the tree allways starts in currrent directory the parent tree is shown in a compobox where the perents are selectable + - do not expand the ~ or relative pathnames to absolute pathnames " ! ! @@ -1995,9 +1996,9 @@ !FileDialog class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.114 2011-02-14 17:13:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.115 2011-02-14 17:13:21 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.114 2011-02-14 17:13:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.115 2011-02-14 17:13:21 cg Exp $' ! !