#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Mon, 23 Jul 2018 11:17:43 +0200
changeset 23229 b4629be3e498
parent 23228 63b599c0c272
child 23230 c3ceaec4f180
#REFACTORING by stefan class: UserPreferences changed: #dllPath
UserPreferences.st
--- a/UserPreferences.st	Mon Jul 23 11:16:42 2018 +0200
+++ b/UserPreferences.st	Mon Jul 23 11:17:43 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by eXept Software AG
 	      All Rights Reserved
@@ -5155,7 +5157,7 @@
 !
 
 dllPath
-    ^ self at:#dllPath ifAbsent:[OrderedCollection new]
+    ^ self at:#dllPath ifAbsent:[#()]
 
     "
      ExpeccoPreferences current dllPath.
@@ -5163,6 +5165,7 @@
     "
 
     "Created: / 12-02-2017 / 01:39:41 / cg"
+    "Modified: / 22-07-2018 / 15:58:11 / Stefan Vogel"
 !
 
 dllPath:aCollectionOfFolderNames