FileBrowser.st
changeset 17925 71b07f3c6848
parent 17870 b270a77dd705
child 17949 f4ada786326b
--- a/FileBrowser.st	Wed Jan 17 14:00:18 2018 +0100
+++ b/FileBrowser.st	Wed Jan 17 14:00:30 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
@@ -1741,6 +1739,8 @@
 !
 
 hasSelection
+    "aspect holding true, if a file is selected"
+
     ^ [fileListView selection size > 0]
 
     "Created: / 4.8.1998 / 14:10:31 / cg"