#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 11 May 2016 10:47:39 +0200
changeset 16547 9aa2c069111c
parent 16546 cf56b507ac97
child 16548 b8f9c3d05c67
#OTHER by cg class: DictionaryInspectorView changed: #indexedFieldList
DictionaryInspectorView.st
--- a/DictionaryInspectorView.st	Wed May 11 10:47:29 2016 +0200
+++ b/DictionaryInspectorView.st	Wed May 11 10:47:39 2016 +0200
@@ -618,7 +618,7 @@
                 ]
         ].
 
-    sortOrder == #alphabetical ifTrue:[
+    sortOrder == SortOrderAlphabetical ifTrue:[
         keyList sort:[:a :b | a string < b string].
     ].
     ^ keyList